These addresses document the current Avalanche Fuji and Echo L1 testnet setup.
Use these addresses for development and verification only. Confirm current deployment state before any production or value-bearing integration.

Networks

ChainChain IDRPCAvalanche blockchain ID
Fuji C-chain43113https://api.avax-test.network/ext/bc/C/rpc0x7fc93d85c6d62c5b2ac0b519c87010ea5294012d1e407030d6acd0021cac10d5
Echo L1173750https://subnets.avax.network/echo/testnet/rpc0x1278d1be4b987e847be3465940eb5066c4604a7fbd6e086900823597d81af4c1

Core contracts

ChainAvalancheEscrowFactoryICMBridgeFactory
Fuji C-chain0xF871B8D3417a4180680204dff900033761A5C9DD0xADa9734ba4075EE27EA7CA3aEb8E5a2006b4B87D
Echo L10x3f0e9fa48107f56205d68593b1af7948a7f9e41c0xacfa160f9f3acb6bebacc740b86d0ea320a0d6aa

Tokens

ChainTokenSymbolDecimalsAddress
Fuji C-chainUSD CoinUSDC60x61a4E421721DBd10b49c36CFE8296FF0dE277B74
Fuji C-chainWrapped BitcoinWBTC80x95e56Ef41A36eC996F51dBcd21785aa58F32815c
Echo L1Bridged USDCUSDC.e60x188381687be21fcf26e279b76f48dd4a018aaa8b
Echo L1Bridged WBTCWBTC.e80xb2d658beb1a2d48749ac0a71b74eb3c1e326ad55

ICTT routes

DirectionTokenLocal transferrerDestination transferrerGas limit
Fuji to EchoUSDC0xe3faad8f84a206f0a4be492f10a413dd38366bad0x188381687be21fcf26e279b76f48dd4a018aaa8b250000
Fuji to EchoWBTC0x1158b14442f91bbe75a6643ea19edc275a5bc82c0xb2d658beb1a2d48749ac0a71b74eb3c1e326ad55250000
Echo to FujiUSDC.e0x188381687be21fcf26e279b76f48dd4a018aaa8b0xe3faad8f84a206f0a4be492f10a413dd38366bad250000
Echo to FujiWBTC.e0xb2d658beb1a2d48749ac0a71b74eb3c1e326ad550x1158b14442f91bbe75a6643ea19edc275a5bc82c250000

Verification examples

Check a route:
cast call 0xADa9734ba4075EE27EA7CA3aEb8E5a2006b4B87D \
  "getRoute(address,bytes32)(address,address,uint256,bool)" \
  0x61a4E421721DBd10b49c36CFE8296FF0dE277B74 \
  0x1278d1be4b987e847be3465940eb5066c4604a7fbd6e086900823597d81af4c1 \
  --rpc-url https://api.avax-test.network/ext/bc/C/rpc
Check token whitelist:
cast call 0xF871B8D3417a4180680204dff900033761A5C9DD \
  "s_whitelistedTokens(address)(bool)" \
  0x61a4E421721DBd10b49c36CFE8296FF0dE277B74 \
  --rpc-url https://api.avax-test.network/ext/bc/C/rpc
Fuji to Echo message delivery requires an ICM relayer for the route. A route can be configured correctly and still not complete if message delivery infrastructure is not running.