File tree 2 files changed +36
-14
lines changed
src/content/docs/validator/external-chains
2 files changed +36
-14
lines changed Original file line number Diff line number Diff line change @@ -212,12 +212,12 @@ vald's `config.toml`
212
212
<tab-item title="Mainnet">
213
213
```bash [[axelar_bridge_evm]] name = "sui" rpc_addr = "http://IP:9000"
214
214
start-with-bridge = true
215
- ```
215
+ ```
216
216
</tab-item>
217
217
<tab-item title="Testnet">
218
218
```bash [[axelar_bridge_evm]] name = "sui" rpc_addr = "http://IP:9000"
219
219
start-with-bridge = true
220
- ```
220
+ ```
221
221
</tab-item>
222
222
</tabs>
223
223
Original file line number Diff line number Diff line change @@ -152,18 +152,40 @@ curl -H 'Content-Type: application/json' -d '{"method":"server_info","params":[{
152
152
Once your node is up and running, you need to add the ` XRPL ` chain to your [ ampd daemon's] ( https://github.com/axelarnetwork/axelar-amplifier/tree/main/ampd ) ` config.toml ` file. This can be done by adding in the following configuration:
153
153
154
154
For testnet:
155
- ``` toml
156
- [[handlers ]]
157
- type =" XRPLMsgVerifier"
158
- chain_name =" xrpl"
159
- chain_rpc_url =" your_own_rpc"
160
- cosmwasm_contract =" axelar1pnynr6wnmchutkv6490mdqqxkz54fnrtmq8krqhvglhsqhmu7wzsnc86sy"
161
-
162
- [[handlers ]]
163
- type =" XRPLMultisigSigner"
164
- multisig_contract =" axelar14a4ar5jh7ue4wg28jwsspf23r8k68j7g5d6d3fsttrhp42ajn4xq6zayy5"
165
- multisig_prover_contract =" axelar1k82qfzu3l6rvc7twlp9lpwsnav507czl6xyrk0xv287t4439ymvsl6n470"
166
- ```
155
+
156
+
157
+ <tabs >
158
+ <tab-item title = " Mainnet" >
159
+ ``` toml
160
+ [[handlers ]]
161
+ type =" XRPLMsgVerifier"
162
+ chain_name =" xrpl"
163
+ chain_rpc_url =" your_own_rpc"
164
+ cosmwasm_contract =" axelar1lppu77d7h4u7jylw9afctsc2908ea0eh3q6ap82fep5s2qjk9axqvd3sjx"
165
+
166
+ [[handlers ]]
167
+ type =" XRPLMultisigSigner"
168
+ multisig_contract =" axelar14a4ar5jh7ue4wg28jwsspf23r8k68j7g5d6d3fsttrhp42ajn4xq6zayy5"
169
+ multisig_prover_contract =" axelar12k57j826jl8xldyl2hf9hnc9gwf72zl48xfq4qn20sl4kl8unrxsejqvm8"
170
+ ```
171
+ </tab-item >
172
+ <tab-item title = " Testnet" >
173
+ ``` toml
174
+ [[handlers ]]
175
+ type =" XRPLMsgVerifier"
176
+ chain_name =" xrpl"
177
+ chain_rpc_url =" your_own_rpc"
178
+ cosmwasm_contract =" axelar1pnynr6wnmchutkv6490mdqqxkz54fnrtmq8krqhvglhsqhmu7wzsnc86sy"
179
+
180
+ [[handlers ]]
181
+ type =" XRPLMultisigSigner"
182
+ multisig_contract =" axelar14a4ar5jh7ue4wg28jwsspf23r8k68j7g5d6d3fsttrhp42ajn4xq6zayy5"
183
+ multisig_prover_contract =" axelar1k82qfzu3l6rvc7twlp9lpwsnav507czl6xyrk0xv287t4439ymvsl6n470"
184
+ ```
185
+ </tab-item >
186
+ </tabs >
187
+
188
+
167
189
168
190
169
191
<Callout emoji = " 💡" >
You can’t perform that action at this time.
0 commit comments