Skip to content

Commit

Permalink
chore: fix testnet chain id (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
talalashraf authored Jul 22, 2024
1 parent b1ca305 commit b70e84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/resources/community/community-pool-proposals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ axelard tx bank send [account_with_fund_address] [wallet_address] 2000000000uaxl
1. [Submit the proposal](https://github.com/axelarnetwork/axelar-core/blob/main/docs/cli/axelard_tx_gov_submit-proposal.md) as a JSON file:

```bash
export CHAIN_ID="axelartestnet-lisbon-3"
export CHAIN_ID="axelar-testnet-lisbon-3"
export RPC="https://axelartest-rpc.quickapi.com:443"
```

Expand Down
2 changes: 1 addition & 1 deletion src/pages/resources/contract-addresses/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import UpgradePathTestnet from '/src/upgrade-path-testnet.md'

| Variable | Value |
| --------------------- | --------- |
| `chain-id` | `axelartestnet-lisbon-3` |
| `chain-id` | `axelar-testnet-lisbon-3` |
| `axelar-core` version | `v0.35.5` |
| `vald` version | `v0.35.5` |
| `tofnd` version | `v1.0.1` |
Expand Down

0 comments on commit b70e84c

Please sign in to comment.