Skip to content
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

feat: add config for Polygon Amoy testnet #204

Merged
merged 14 commits into from
Apr 30, 2024
69 changes: 69 additions & 0 deletions axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2105,6 +2105,75 @@
},
"finality": "finalized",
"approxFinalityWaitTime": 60
},
"polygon-sepolia": {
"name": "Polygon-Sepolia",
"id": "polygon-sepolia",
"axelarId": "polygon-sepolia",
"chainId": 80002,
"rpc": "https://rpc-amoy.polygon.technology/",
"tokenSymbol": "MATIC",
"confirmations": 2,
"contracts": {
"AxelarGateway": {
"deployer": "0xB8Cd93C83A974649D76B1c19f311f639e62272BC",
"startingKeyIDs": [
"evm-polygon-sepolia-genesis"
],
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31",
"implementation": "0xc1712652326E87D193Ac11910934085FF45C2F48",
"implementationCodehash": "0xd0e057031b5acbd22b8e98686f6cda19dcbcac6495bd7297cff31dcb22ddcbae",
"authModule": "0x1a920B29eBD437074225cAeE44f78FC700B27a5d",
"tokenDeployer": "0xD2aDceFd0496449E3FDE873A2332B18A0F0FCADf",
"deploymentMethod": "create3",
"salt": "AxelarGateway v6.2"
},
"ConstAddressDeployer": {
"address": "0x98B2920D53612483F91F12Ed7754E51b4A77919e",
"deployer": "0xE86375704CDb8491a5Ed82D90DceCE02Ee0ac25F",
"deploymentMethod": "create",
"codehash": "0x8fda47a596dfba923270da84e0c32a2d0312f1c03389f83e16f2b5a35ed37fbe",
"predeployCodehash": "0x8fda47a596dfba923270da84e0c32a2d0312f1c03389f83e16f2b5a35ed37fbe"
},
"Create3Deployer": {
"address": "0x6513Aedb4D1593BA12e50644401D976aebDc90d8",
"deployer": "0x6f24A47Fc8AE5441Eb47EFfC3665e70e69Ac3F05",
"deploymentMethod": "create2",
"codehash": "0xf0ad66defbe082df243d4d274e626f557f97579c5c9e19f33d8093d6160808b7",
"predeployCodehash": "0x73fc31262c4bad113c79439fd231281201c7c7d45b50328bd86bccf37684bf92",
"salt": "Create3Deployer"
},
"InterchainGovernance": {
"address": "0x943AAd94e45bad24A3da01a3ba815C03fCAC53FC"
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
},
"Multisig": {
"address": "0x943AAd94e45bad24A3da01a3ba815C03fCAC53FC"
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
},
"Operators": {
"owner": "0xB8Cd93C83A974649D76B1c19f311f639e62272BC",
"address": "0x7F83F5cA2AE4206AbFf8a3C3668e88ce5F11C0B5",
"deployer": "0xB8Cd93C83A974649D76B1c19f311f639e62272BC",
"deploymentMethod": "create2",
"codehash": "0xc561dc32ef670c929db9d7fbf6b5f6c074a62a30602481ba3b88912ca6d79feb",
"predeployCodehash": "0xc561dc32ef670c929db9d7fbf6b5f6c074a62a30602481ba3b88912ca6d79feb",
"salt": "Operators"
},
"AxelarGasService": {
"collector": "0x7F83F5cA2AE4206AbFf8a3C3668e88ce5F11C0B5",
"address": "0xbE406F0189A0B4cf3A05C286473D23791Dd44Cc6",
"implementation": "0xCD6b34FaF1FD1056C728A27426AB6807f84BAa1b",
"deployer": "0x5b593E7b1725dc6FcbbFe80b2415B19153F94A85"
}
},
"explorer": {
"name": "OkLink",
"url": "https://www.oklink.com/amoy"
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
blockchainguyy marked this conversation as resolved.
Show resolved Hide resolved
},
"gasOptions": {
"gasLimit": 6000000
},
"finality": "finalized",
"approxFinalityWaitTime": 1
}
},
"axelar": {
Expand Down
Loading