Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions axelar-chains-config/info/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3178,24 +3178,24 @@
"deployer": "0x6f24A47Fc8AE5441Eb47EFfC3665e70e69Ac3F05"
},
"InterchainTokenService": {
"salt": "ITS v2.1.0",
"salt": "ITS v2.1.1",
"proxySalt": "ITS v1.0.0",
"deployer": "0x6f24A47Fc8AE5441Eb47EFfC3665e70e69Ac3F05",
"address": "0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C",
"version": "2.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: version field should be updated to "2.1.1" to match the salt upgrade

Suggested change
"version": "2.1.0",
"version": "2.1.1",

"tokenManagerDeployer": "0x478b2BC902B73D06ff541b411FC6124cA50C6A3C",
"interchainTokenDeployer": "0x644afd0e2B68044fE0A160bAb4CaC30f854e141A",
"tokenManager": "0x2AE94c771508A4A6Ca8Aa808532665E5668C968B",
"tokenHandler": "0x88Ccd3040Eb4D73B155A3552EA49bdA3063AB13B",
"implementation": "0xd4B79294cd4B1f3C0781Da83B846C7558D9ee921",
"tokenManagerDeployer": "0x88af2704bAb572dc7339d5F8275e089677956055",
"interchainTokenDeployer": "0xD1a9Daa67970631C6853348fF4b0cdAa85f93e54",
"tokenManager": "0xE89A3e8E7262d96BD5dB9568060B8DDB2e7B7bCD",
"tokenHandler": "0x563ee90271512e7a83D0cF31c46395F27a3f489f",
"implementation": "0x1B13a9BaF8d3116C56CCDF3aa9049ad532a9C03d",
"predeployCodehash": "0x08a4a556c4db879b4f24104d13a8baf86915d58b12c81b382dfea2a82d2856cf"
},
"InterchainTokenFactory": {
"deployer": "0x6f24A47Fc8AE5441Eb47EFfC3665e70e69Ac3F05",
"salt": "ITS Factory v1.0.0",
"address": "0x83a93500d23Fbc3e82B410aD07A6a9F7A0670D66",
"version": "2.1.0",
"implementation": "0x595cEDA049140D54630FEDCc6Be71F9E2AA85b95"
"implementation": "0x4B4c1F7754026E00608f1f27e20ff5cDbB047A70"
}
}
},
Expand Down
14 changes: 7 additions & 7 deletions axelar-chains-config/info/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2301,24 +2301,24 @@
"owner": "0x6f24A47Fc8AE5441Eb47EFfC3665e70e69Ac3F05"
},
"InterchainTokenService": {
"salt": "ITS v2.1.0",
"salt": "ITS v2.1.1",
"proxySalt": "ITS v1.0.0",
"deployer": "0x6f24A47Fc8AE5441Eb47EFfC3665e70e69Ac3F05",
"address": "0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C",
"version": "2.1.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: version field should be updated to "2.1.1" to match the salt upgrade

Suggested change
"version": "2.1.0",
"version": "2.1.1",

"tokenManagerDeployer": "0x478b2BC902B73D06ff541b411FC6124cA50C6A3C",
"interchainTokenDeployer": "0x747EdBde75b1d48dBA2149C40edD51E37285B679",
"tokenManager": "0x62C0f0939DdFF94A4d21fAF041609b2E7498B4A8",
"tokenHandler": "0x88Ccd3040Eb4D73B155A3552EA49bdA3063AB13B",
"implementation": "0xd4B79294cd4B1f3C0781Da83B846C7558D9ee921",
"tokenManagerDeployer": "0x88af2704bAb572dc7339d5F8275e089677956055",
"interchainTokenDeployer": "0x97E812C52E5dc43e789CBfCF28823e2d6BC519E3",
"tokenManager": "0xF0C255159c56DADC2559295e2427240484172Aba",
"tokenHandler": "0x563ee90271512e7a83D0cF31c46395F27a3f489f",
"implementation": "0x1B13a9BaF8d3116C56CCDF3aa9049ad532a9C03d",
"predeployCodehash": "0x08a4a556c4db879b4f24104d13a8baf86915d58b12c81b382dfea2a82d2856cf"
},
"InterchainTokenFactory": {
"deployer": "0x6f24A47Fc8AE5441Eb47EFfC3665e70e69Ac3F05",
"salt": "ITS Factory v1.0.0",
"address": "0x83a93500d23Fbc3e82B410aD07A6a9F7A0670D66",
"version": "2.1.0",
"implementation": "0x8B0485bf274fF8bF3cd0E7231fC807cb236E50c6"
"implementation": "0x18e160AA6740bfa78091a6Aee08270d48CAf9944"
}
}
},
Expand Down