Skip to content

Commit

Permalink
polygon amoy
Browse files Browse the repository at this point in the history
  • Loading branch information
talalashraf committed Jul 22, 2024
1 parent 8f36919 commit f5c045e
Showing 1 changed file with 49 additions and 14 deletions.
63 changes: 49 additions & 14 deletions axelar-chains-config/info/stagenet.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@
"url": "https://moonbase.moonscan.io",
"api": "https://api-moonbase.moonscan.io/api"
},
"gasOptions": {
"gasLimit": 12000000
},
"finality": "finalized",
"approxFinalityWaitTime": 1
},
Expand Down Expand Up @@ -230,7 +233,10 @@
"api": "https://api-testnet.bscscan.com/api"
},
"finality": "finalized",
"approxFinalityWaitTime": 1
"approxFinalityWaitTime": 1,
"gasOptions": {
"gasPriceAdjustment": 1.5
}
},
"kava": {
"name": "Kava",
Expand Down Expand Up @@ -436,7 +442,7 @@
"id": "centrifuge",
"axelarId": "centrifuge",
"chainId": 2090,
"rpc": "https://node-7118620155331796992.gx.onfinality.io/rpc?apikey=00538f2d-6297-44e3-8812-4b9d579524b2",
"rpc": "https://centrifuge-parachain.api.onfinality.io/rpc?apikey=66c3bd57-e1d5-4d22-bfc6-d63436b44a5a",
"tokenSymbol": "CFG",
"confirmations": 1,
"contracts": {
Expand Down Expand Up @@ -529,6 +535,7 @@
"api": "https://api-sepolia.lineascan.build/api"
},
"gasOptions": {
"gasPriceAdjustment": 1.5,
"gasLimit": 7000000
},
"confirmations": 1,
Expand All @@ -540,7 +547,7 @@
"id": "polygon-sepolia",
"axelarId": "polygon-sepolia",
"chainId": 80002,
"rpc": "https://polygon-amoy.blockpi.network/v1/rpc/public",
"rpc": "https://rpc-amoy.polygon.technology",
"tokenSymbol": "MATIC",
"confirmations": 2,
"contracts": {
Expand Down Expand Up @@ -599,7 +606,8 @@
"api": "https://api-amoy.polygonscan.com/api"
},
"gasOptions": {
"gasLimit": 6000000
"gasLimit": 3000000,
"gasPriceAdjustment": 1.5
},
"finality": "finalized",
"approxFinalityWaitTime": 1
Expand Down Expand Up @@ -833,19 +841,18 @@
"rpc": "https://rpc.sepolia.mantle.xyz",
"tokenSymbol": "MNT",
"confirmations": 2,
"onchainGasEstimate": {
"l1ChainName": "ethereum",
"gasEstimationType": 2,
"l1FeeScalar": 10000
},
"explorer": {
"name": "Mantle Explorer",
"url": "https://sepolia.mantlescan.xyz",
"api": "https://api-sepolia.mantlescan.xyz/api"
},
"contracts": {
"InterchainGovernance": {},
"Multisig": {},
"InterchainGovernance": {
"address": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"Multisig": {
"address": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"ConstAddressDeployer": {
"address": "0x98B2920D53612483F91F12Ed7754E51b4A77919e"
},
Expand All @@ -857,15 +864,43 @@
"codehash": "0xf0ad66defbe082df243d4d274e626f557f97579c5c9e19f33d8093d6160808b7",
"predeployCodehash": "0x73fc31262c4bad113c79439fd231281201c7c7d45b50328bd86bccf37684bf92"
},
"AxelarGateway": {},
"Operators": {},
"AxelarGateway": {
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E",
"startingKeyIDs": [
"evm-mantle-sepolia-genesis"
],
"address": "0x5A4fA5187BddD93097dE4F6062a2E96C82Ea2d61",
"implementation": "0x1A9f5A2C0867826790EC9E3318e77298d0000C76",
"implementationCodehash": "0xf49fc5a9d24907c0c1de9b7c1f4478d2cd961b1835efded43267cb1be062bb9c",
"authModule": "0xa27aF392971f0A0D0C8767d061f4274d58856d5a",
"tokenDeployer": "0xb89B72CBA1766fB17199A58D2482852832a1Bd98",
"deploymentMethod": "create3",
"salt": "AxelarGateway v6.2"
},
"Operators": {
"owner": "0xBeF25f4733b9d451072416360609e5A4c115293E",
"address": "0xc5C525B7Bb2a7Ce95C13Ee5aBdB7F8fd3cb77392",
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E",
"deploymentMethod": "create2",
"codehash": "0xc561dc32ef670c929db9d7fbf6b5f6c074a62a30602481ba3b88912ca6d79feb",
"predeployCodehash": "0xc561dc32ef670c929db9d7fbf6b5f6c074a62a30602481ba3b88912ca6d79feb",
"salt": "Operators"
},
"AxelarGasService": {
"collector": "0xc5C525B7Bb2a7Ce95C13Ee5aBdB7F8fd3cb77392"
"collector": "0xc5C525B7Bb2a7Ce95C13Ee5aBdB7F8fd3cb77392",
"salt": "AxelarGasService",
"address": "0xeE1d04E4F9F9AdEB7be7d6996f4A726773460A87",
"implementation": "0x1F002cd258e2e818eC5ecCD46DD6cb938c5Cf7f8",
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"InterchainTokenService": {},
"InterchainTokenFactory": {}
},
"finality": "finalized",
"gasOptions": {
"gasPrice": 25000000,
"gasLimit": 100000000000
},
"approxFinalityWaitTime": 60
},
"optimism-sepolia": {
Expand Down

0 comments on commit f5c045e

Please sign in to comment.