Skip to content

Commit

Permalink
fix: accidental governance address change
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored and ffe9f8 committed Jul 9, 2024
1 parent 71b6ed7 commit b3fdf6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ You can also deploy a custom implementation of the gateway, verifier, and prover
```bash
axelard tx wasm instantiate $VERIFIER_CODE_ID \
'{
"governance_address": "axelar1zlr7e5qf3sz7yf890rkh9tcnu87500k6k7ytd9",
"governance_address": "axelar1zlr7e5qf3sz7yf890rkh9tcnu87234k6k7ytd9",
"service_registry_address":"axelar1c9fkszt5lq34vvvlat3fxj6yv7ejtqapz04e97vtc9m5z9cwnamq8zjlhz",
"service_name":"validators",
"source_gateway_address":"'"$MY_SOURCE_CHAIN_GATEWAY_ADDRESS"'",
Expand Down Expand Up @@ -319,7 +319,7 @@ You can also deploy a custom implementation of the gateway, verifier, and prover
axelard tx wasm instantiate $PROVER_CODE_ID \
'{
"admin_address": "'"$MY_WALLET_ADDRESS"'",
"governance_address": "axelar1zlr7e5qf3sz7yf890rkh9tcnu87500k6k7ytd9",
"governance_address": "axelar1zlr7e5qf3sz7yf890rkh9tcnu87234k6k7ytd9",
"gateway_address": "'"$MY_GATEWAY_ADDRESS"'",
"multisig_address": "axelar19jxy26z0qnnspa45y5nru0l5rmy9d637z5km2ndjxthfxf5qaswst9290r",
"coordinator_address":"axelar1m2498n4h2tskcsmssjnzswl5e6eflmqnh487ds47yxyu6y5h4zuqr9zk4g",
Expand Down

0 comments on commit b3fdf6c

Please sign in to comment.