Skip to content

Commit 3fb14de

Browse files
authored
chore: added ampd config for bera (#1397)
1 parent 0fe8591 commit 3fb14de

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

src/content/docs/validator/external-chains/berachain.mdx

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,46 @@ Once your node is up and running, you need to add the `Berachain` chain to your
224224
<tabs>
225225
<tab-item title="Mainnet">
226226
```toml
227-
TBA
227+
[[handlers]]
228+
type="MultisigSigner"
229+
chain_name="berachain"
230+
cosmwasm_contract="axelar14a4ar5jh7ue4wg28jwsspf23r8k68j7g5d6d3fsttrhp42ajn4xq6zayy5"
231+
232+
[[handlers]]
233+
type="EvmMsgVerifier"
234+
chain_finalization="RPCFinalizedBlock"
235+
chain_name="berachain"
236+
chain_rpc_url="your_own_rpc"
237+
cosmwasm_contract="axelar1xx6xdw6mwmfl6u2jygq0zfx2q6uyc8emtt29j9wg78l2l4p739nqmwsgal"
238+
239+
[[handlers]]
240+
type="EvmVerifierSetVerifier"
241+
chain_finalization="RPCFinalizedBlock"
242+
chain_name="berachain"
243+
chain_rpc_url="your_own_rpc"
244+
cosmwasm_contract="axelar1xx6xdw6mwmfl6u2jygq0zfx2q6uyc8emtt29j9wg78l2l4p739nqmwsgal"
228245
```
229246
</tab-item>
230247
<tab-item title="Testnet">
231248
```toml
232-
TBA
249+
[[handlers]]
250+
type="MultisigSigner"
251+
chain_name="berachain"
252+
cosmwasm_contract="axelar14a4ar5jh7ue4wg28jwsspf23r8k68j7g5d6d3fsttrhp42ajn4xq6zayy5"
253+
254+
[[handlers]]
255+
type="EvmMsgVerifier"
256+
chain_finalization="RPCFinalizedBlock"
257+
chain_name="berachain"
258+
chain_rpc_url="your_own_rpc"
259+
cosmwasm_contract="axelar1xx6xdw6mwmfl6u2jygq0zfx2q6uyc8emtt29j9wg78l2l4p739nqmwsgal"
260+
261+
[[handlers]]
262+
type="EvmVerifierSetVerifier"
263+
chain_finalization="RPCFinalizedBlock"
264+
chain_name="berachain"
265+
chain_rpc_url="your_own_rpc"
266+
cosmwasm_contract="axelar1xx6xdw6mwmfl6u2jygq0zfx2q6uyc8emtt29j9wg78l2l4p739nqmwsgal"
233267
```
234268
</tab-item>
235269
</tabs>
@@ -239,5 +273,5 @@ Once your node is up and running, you need to add the `Berachain` chain to your
239273
For your node to be recognized by the Axelar Network, you need to register your verifier's support for the chain with the `ampd` daemon. This can be done by running:
240274

241275
```bash
242-
TBA
276+
ampd register-chain-support amplifier berachain
243277
```

0 commit comments

Comments
 (0)