-
Notifications
You must be signed in to change notification settings - Fork 29
chore: add avalanche-test-1 legacy chain #1159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "axelarId": "avalanche-test-1", | ||
| "chainId": 43113, | ||
| "rpc": "https://avalanche-fuji.drpc.org", | ||
| "tokenSymbol": "ETH", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "codehash": "0xf0ad66defbe082df243d4d274e626f557f97579c5c9e19f33d8093d6160808b7", | ||
| "salt": "Create3Deployer" | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "codehash": "0xf0ad66defbe082df243d4d274e626f557f97579c5c9e19f33d8093d6160808b7", | ||
| "salt": "Create3Deployer" | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "codehash": "0xf0ad66defbe082df243d4d274e626f557f97579c5c9e19f33d8093d6160808b7", | ||
| "salt": "Create3Deployer" | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "gasOptions": { | ||
| "gasLimit": 8000000 | ||
| } | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: InterchainTokenService: Incomplete Deployment Configuration
The InterchainTokenService contract configuration only contains gasOptions but is missing critical fields like salt, deployer, address, implementation, and other properties present in complete InterchainTokenService configurations on other chains.
why
Adding
avalanche-test-1legacy chain to test governance scripts.Note
Adds
chains.avalanche-test-1(EVM 43113) with RPC, explorer, gas settings, and core contracts (Gateway, GasService, InterchainGovernance, Multisig, deployers).axelar-chains-config/info/devnet-amplifier.json):chains.avalanche-test-1(EVM,chainId43113) with RPC, explorer, confirmations, finality, and gas options.AxelarGateway(consensus; addresses and governance set; gas options included).AxelarGasService(collector, address, implementation).InterchainGovernance(create3; governance chain/address, time delay).Multisig(signers, threshold, create3 deployment).ConstAddressDeployerandCreate3Deployer(addresses, codehash/salt).Written by Cursor Bugbot for commit 766447b. This will update automatically on new commits. Configure here.