Testnet
Variable | Value |
---|---|
chain-id | axelar-testnet-lisbon-3 |
axelar-core version | v1.0.4 |
vald version | v1.0.4 |
tofnd version | v1.0.1 |
amplifier contracts | see testnet.json |
EVM contract addresses
Create3 Address Deployer
: 0x6513Aedb4D1593BA12e50644401D976aebDc90d8
Create2 Address Deployer
: 0x98b2920d53612483f91f12ed7754e51b4a77919e
Interchain Token Service
: 0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C
Interchain Token Factory
: 0x83a93500d23Fbc3e82B410aD07A6a9F7A0670D66
Faucets
The following faucets can be used to obtain tokens for testing. Note that some of them may require an existing balance in your wallet.
Assets Learn more about wrapped assets like axlUSDC.
IBC Channels
Cross-chain relayer gas fee
The Axelar network charges a relayer gas fee for all cross-chain token transfers in order to pay for network-level transaction (“gas”) fees across chains. The relayer gas fee amount depends only on:
- the asset
- the source chain
- the destination chain
💡
The relayer gas fee does NOT take a percentage from the transfer amount.
The current gas relayer fee is also available via node query:
axelard q nexus transfer-fee [source chain] [destination chain] [amount]
Example: transfer USDC from Avalanche to Osmosis. (The amount here is arbitrary---gas relayer fees do not depend on the amount. 1 USDC = 10^6 uusdc
).
axelard q nexus transfer-fee avalanche osmosis 1000000000uusdc
The per-chain gas relayer fee info can be queried via
axelard q nexus fee-info avalanche uusdc
If the total amount of a token sent to a deposit address A is NOT greater than the gas relayer fee then those deposits will wait in the queue until a future deposit to A brings the total above the fee.
The gas relayer fee does not include any transaction fee assessed by the source chain for transferring tokens into a deposit address. These fees are usually denominated in native tokens on that chain (for e.g. AVAX on Avalanche, ETH on Ethereum).
Upgrade Path
Core Version | Start Height | Upgrade Height |
---|---|---|
v0.13.6 | 690489 | 897350 |
v0.14.1 | 897350 | 1105250 |
v0.15.0 | 1105250 | 1249660 |
v0.16.1 | 1249660 | 1619950 |
v0.17.3 | 1619950 | 2183275 |
v0.18.3 | 2183275 | 2257265 |
v0.19.4 | 2257265 | 3356100 |
v0.20.0 | 3356100 | 3429625 |
v0.21.1 | 3429625 | 3445200 |
v0.22.1 | 3445200 | 3536040 |
v0.23.0 | 3536040 | 3620300 |
v0.24.0 | 3620300 | 3827825 |
v0.25.0 | 3827825 | 3842800 |
v0.26.5 | 3842800 | 4868740 |
v0.27.0 | 4868740 | 4874000 |
v0.28.0 | 4874000 | 5093500 |
v0.29.1 | 5093500 | 5895180 |
v0.31.2 | 5895180 | 6315000 |
v0.32.2 | 6315000 | 6939420 |
v0.33.1 | 6939420 | 8528500 |
v0.33.2 | 8528500 | 9462850 |
v0.34.3 | 9462850 | 12017025 |
v0.35.3 | 12017025 | 14625900 |
v1.0.0 | 14625900 | N/A |