You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,13 @@ You can either use the existing deployed contracts and on the devnet via their `
94
94
<tab-itemtitle="Use pre-deployed contracts">
95
95
Use the existing deployments for all three contracts, making note of the existing deployment's `code_id`:
96
96
97
-
- Voting verifier (code_id: `626`)
98
-
- Gateway (code_id: `616`)
99
-
- Mutisig prover (code_id: `618`)
97
+
- Voting verifier (code_id: `854`)
98
+
- Gateway (code_id: `848`)
99
+
- Mutisig prover (code_id: `855`)
100
+
101
+
<Callout>
102
+
Note: `code_ids` may change with new releases. You can find the latest code ids in the [Axelar contract deployments repo](https://github.com/axelarnetwork/axelar-contract-deployments/blob/main/axelar-chains-config/info/devnet-amplifier.json)
103
+
</Callout>
100
104
</tab-item>
101
105
102
106
<tab-itemtitle="Build and deploy contracts">
@@ -220,7 +224,7 @@ Use the existing deployments for all three contracts, making note of the existin
220
224
1. Instantiate the voting verifier contract on the command line. See the [testnet](https://github.com/axelarnetwork/axelar-contract-deployments/blob/main/axelar-chains-config/info/testnet.json), [devnet-amplifier](https://github.com/axelarnetwork/axelar-contract-deployments/blob/main/axelar-chains-config/info/devnet-amplifier.json) configurations for the correct `code_id`.
0 commit comments