diff --git a/src/pages/resources/community/community-pool-proposals.mdx b/src/pages/resources/community/community-pool-proposals.mdx index 3dbdd1ff0..23957c2b9 100644 --- a/src/pages/resources/community/community-pool-proposals.mdx +++ b/src/pages/resources/community/community-pool-proposals.mdx @@ -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" ``` diff --git a/src/pages/resources/contract-addresses/testnet.mdx b/src/pages/resources/contract-addresses/testnet.mdx index d8acfcf33..a4bb5e78e 100644 --- a/src/pages/resources/contract-addresses/testnet.mdx +++ b/src/pages/resources/contract-addresses/testnet.mdx @@ -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` |