Files
cross-chain-pmm-lps/config/token-map.json
2026-02-26 04:40:35 -08:00

29 lines
1.7 KiB
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "cW* M1 token map: Chain 138 canonical + bridged cW* per public chain + anchor stables. Extends parent config/token-mapping-multichain.json with cW* addresses.",
"version": "1.0.0",
"updated": "2026-02-26",
"homeChainId": 138,
"canonicalOn138": {
"stables": ["cUSDT", "cUSDC", "cAUSDT", "cEURC", "cEURT", "cUSDW"],
"weth": ["WETH9", "WETH10", "ETH"],
"source": "Parent: docs/11-references/CHAIN138_TOKEN_ADDRESSES.md"
},
"bridgedSymbols": ["cWUSDT", "cWUSDC", "cWAUSDT", "cWEURC", "cWEURT", "cWUSDW"],
"publicChains": {
"1": { "name": "Ethereum Mainnet", "hubStable": "USDC", "anchorStables": ["USDT", "USDC", "DAI", "BUSD"] },
"10": { "name": "Optimism", "hubStable": "USDC", "anchorStables": ["USDT", "USDC", "DAI"] },
"56": { "name": "BSC (BNB Chain)", "hubStable": "USDT", "anchorStables": ["USDT", "USDC", "BUSD", "DAI"] },
"100": { "name": "Gnosis Chain", "hubStable": "USDC", "anchorStables": ["USDT", "USDC", "DAI", "mUSD"] },
"137": { "name": "Polygon", "hubStable": "USDC", "anchorStables": ["USDT", "USDC", "DAI"] },
"42161": { "name": "Arbitrum One", "hubStable": "USDC", "anchorStables": ["USDT", "USDC", "DAI"] },
"8453": { "name": "Base", "hubStable": "USDC", "anchorStables": ["USDT", "USDC"] },
"43114": { "name": "Avalanche C-Chain", "hubStable": "USDC", "anchorStables": ["USDT", "USDC", "DAI"] },
"25": { "name": "Cronos", "hubStable": "USDT", "anchorStables": ["USDT", "USDC"] },
"42220": { "name": "Celo", "hubStable": "USDC", "anchorStables": ["USDT", "USDC"] },
"1111": { "name": "Wemix", "hubStable": "USDT", "anchorStables": ["USDT", "USDC"] }
},
"cwTokensPerChain": {},
"anchorAddressesPerChain": {}
}