Skip to content

Commit

Permalink
fix: integrate chain missing comma and verifier address type (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertov19 authored Jun 12, 2024
1 parent d871d81 commit 81f471e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ You can also deploy a custom implementation of the gateway, verifier, and prover
"block_expiry":10,
"confirmation_height":1,
"source_chain":"test",
"rewards_address":"axelar1vaj9sfzc3z0gpel90wu4ljutncutv0wuhvvwfsh30rqxq422z89qnd989l"
"rewards_address":"axelar1vaj9sfzc3z0gpel90wu4ljutncutv0wuhvvwfsh30rqxq422z89qnd989l",
"msg_id_format":"hex_tx_hash_and_event_index"
}' \
--keyring-backend test \
Expand Down Expand Up @@ -280,7 +280,7 @@ You can also deploy a custom implementation of the gateway, verifier, and prover
Set your parameters, including the verifier address from the previous step.
```bash
export GATEWAY_CODE_ID=235 # Set your Code ID
export MY_VERIFIER_ADDRESS="0xCa85f85C72df5f8428a440887CA7c449D94e0D0c"
export MY_VERIFIER_ADDRESS="axelar1x3960tw9cml6xsqtvzt4gmw3scauaxdd83rhs9dmlpjfjf9z9s7qjx8g0j"
```
Now instantiate the contract.

Expand Down

0 comments on commit 81f471e

Please sign in to comment.