Skip to content

Commit

Permalink
fix: rpc for verifiers (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Jul 31, 2024
1 parent a6e0a75 commit ea90d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dev/amplifier/add-rewards.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Use `rewards_pool()` to check the funds in a pool:
export REWARDS_CONTRACT_ADDRESS="axelar1guczj53xxl4347adagh23eelyhnxvugw2nqq0q0dr6kws7q35jyqqnan33"
export CHAIN_NAME="avalanche"
export VOTING_VERIFIER_OR_MULTISIG_CONTRACT_ADDRESS="axelar1elaymnd2epmfr498h2x9p2nezc4eklv95uv92u9csfs8wl75w7yqdc0h67" || "0x7eeE33A59Db27d762AA1Fa31b26efeE0dABa1132"
export RPC="http://devnet-amplifier.axelar.dev:26657"
export RPC="http://devnet-verifiers.axelar.dev:26657"
```
</tab-item>

Expand Down

0 comments on commit ea90d93

Please sign in to comment.