chore(injective): record the mainnet addresses this config deployed - #5
Merged
Merged
Conversation
Filled in as each contract landed on chain 1776. Only addresses; every one was confirmed to have code before being written here. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fills
script/config/injective-mainnet.jsonwith the addresses this config produced on chain 1776, as each one landed.vault0xB67dd13b30ed21310be170968301eF83827B1CadclPoolManager0x6A4085Bb379e5213Df84Dc2dD52562559602b029binPoolManager0xfc6dd227f928Bf3396ff38Da00e19718f9CE7d7eclPoolManagerOwnerContract0xaA0F1DCF66E8E7b25c2eb5c59c3c23d982815BF5binPoolManagerOwnerContract0x1cBfBEDEB87a474d8b8fb777F463dC050Efb33dAAll five are CREATE3 and all five landed on the addresses predicted from salt + factory before the factory existed. Each was confirmed with
eth_getCodeand its wiring read back: both pool managers report the vault and are registered on it, and both owner contracts report their pool manager.clProtocolFeeController/binProtocolFeeControllerstay"0x"on purpose — Choice deploys its ownChoiceFeeControllerinstead of upstream's stock one, so scripts 04 and 05 here are not run.Addresses only; no other change.
🤖 Generated with Claude Code