From 81a1c6b7bff66a22f3b794903635ce18bcf9e8af Mon Sep 17 00:00:00 2001 From: Dwight Lyle Date: Fri, 8 Mar 2024 11:38:32 -0700 Subject: [PATCH] Add WEMIX support to the docs --- src/config/data/chain-to-technology.json | 4 +- src/config/data/chains.json | 1080 ++++++++++++----- .../resources/link-token-contracts.mdx | 30 +- src/scripts/reference/chains.json | 27 + src/scripts/reference/linkNameSymbol.json | 4 +- 5 files changed, 842 insertions(+), 303 deletions(-) diff --git a/src/config/data/chain-to-technology.json b/src/config/data/chain-to-technology.json index 27568f2bc43..90ba5465624 100644 --- a/src/config/data/chain-to-technology.json +++ b/src/config/data/chain-to-technology.json @@ -32,5 +32,7 @@ "LINEA_MAINNET": "LINEA", "LINEA_GOERLI": "LINEA", "ZKSYNC_MAINNET": "ZKSYNC", - "ZKSYNC_GOERLI": "ZKSYNC" + "ZKSYNC_GOERLI": "ZKSYNC", + "WEMIX_MAINNET": "WEMIX", + "WEMIX_TESTNET": "WEMIX" } diff --git a/src/config/data/chains.json b/src/config/data/chains.json index 16e483e932d..3b980270e2a 100644 --- a/src/config/data/chains.json +++ b/src/config/data/chains.json @@ -1,308 +1,788 @@ -{ - "ETHEREUM": { - "title": "Ethereum", - "icon": "/assets/chains/ethereum.svg", - "chains": { - "ETHEREUM_MAINNET": { - "chainId": 1, - "title": "Ethereum mainnet", - "explorer": "https://etherscan.io", - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } - }, - "ETHEREUM_SEPOLIA": { - "chainId": 11155111, - "title": "Sepolia testnet", - "explorer": "https://sepolia.etherscan.io", - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 } - }, - "ETHEREUM_GOERLI": { - "chainId": 5, - "title": "Goerli testnet", - "explorer": "https://goerli.etherscan.io", - "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 } - } - } - }, - "BNB": { - "title": "BNB Chain", - "icon": "/assets/chains/bnb-chain.svg", - "chains": { - "BNB_MAINNET": { - "chainId": 56, - "title": "BNB Chain mainnet", - "explorer": "https://bscscan.com", - "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "BNB", "decimals": 18 } - }, - "BNB_TESTNET": { - "chainId": 97, - "title": "BNB Chain testnet", - "explorer": "https://testnet.bscscan.com", - "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "tBNB", "decimals": 18 } - } - } - }, - "POLYGON": { - "title": "Polygon (Matic)", - "icon": "/assets/chains/polygon.svg", - "chains": { - "POLYGON_MAINNET": { - "chainId": 137, - "title": "Polygon mainnet", - "explorer": "https://polygonscan.com", - "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 } - }, - "POLYGON_MUMBAI": { - "chainId": 80001, - "title": "Mumbai testnet", - "explorer": "https://mumbai.polygonscan.com", - "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 } - } - } - }, - "GNOSIS": { - "title": "Gnosis Chain (xDai)", - "icon": "/assets/chains/gnosis-chain.svg", - "chains": { - "GNOSIS_MAINNET": { - "chainId": 100, - "title": "Gnosis Chain mainnet", - "explorer": "https://blockscout.com/poa/xdai", - "nativeCurrency": { "name": "xDAI", "symbol": "XDAI", "decimals": 18 } - } - } - }, - "AVALANCHE": { - "title": "Avalanche mainnet", - "icon": "/assets/chains/avalanche.svg", - "chains": { - "AVALANCHE_MAINNET": { - "chainId": 43114, - "title": "Avalanche mainnet", - "explorer": "https://snowtrace.io", - "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 } - }, - "AVALANCHE_FUJI": { - "chainId": 43113, - "title": "Fuji testnet", - "explorer": "https://testnet.snowtrace.io", - "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 } - } - } - }, - "FANTOM": { - "title": "Fantom", - "icon": "/assets/chains/fantom.svg", - "chains": { - "FANTOM_MAINNET": { - "chainId": 250, - "title": "Fantom mainnet", - "explorer": "https://ftmscan.com", - "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 } - }, - "FANTOM_TESTNET": { - "chainId": 4002, - "title": "Fantom testnet", - "explorer": "https://testnet.ftmscan.com", - "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 } - } - } - }, - "ARBITRUM": { - "title": "Arbitrum", - "icon": "/assets/chains/arbitrum.svg", - "chains": { - "ARBITRUM_MAINNET": { - "chainId": 42161, - "title": "Arbitrum mainnet", - "explorer": "https://explorer.arbitrum.io", - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } - }, - "ARBITRUM_SEPOLIA": { - "chainId": 421614, - "title": "Arbitrum Sepolia testnet", - "explorer": "https://sepolia.arbiscan.io/", - "nativeCurrency": { "name": "Arbitrum Sepolia Ether", "symbol": "ETH", "decimals": 18 } - }, - "ARBITRUM_GOERLI": { - "chainId": 421613, - "title": "Arbitrum Goerli testnet", - "explorer": "https://goerli.arbiscan.io/", - "nativeCurrency": { "name": "Arbitrum Goerli Ether", "symbol": "AGOR", "decimals": 18 } - } - } - }, - "OPTIMISM": { - "title": "Optimism", - "icon": "/assets/chains/optimism.svg", - "chains": { - "OPTIMISM_MAINNET": { - "chainId": 10, - "title": "Optimism mainnet", - "explorer": "https://optimistic.etherscan.io", - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } - }, - "OPTIMISM_SEPOLIA": { - "chainId": 11155420, - "title": "Optimism Sepolia testnet", - "explorer": "https://sepolia-optimism.etherscan.io", - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 } - }, - "OPTIMISM_GOERLI": { - "chainId": 420, - "title": "Optimism Goerli testnet", - "explorer": "https://goerli-optimism.etherscan.io", - "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 } - } - } - }, - "MOONRIVER": { - "title": "Moonriver", - "icon": "/assets/chains/moonriver.svg", - "chains": { - "MOONRIVER_MAINNET": { - "chainId": 1285, - "title": "Moonriver mainnet", - "explorer": "https://moonriver.moonscan.io", - "nativeCurrency": { "name": "Moonriver", "symbol": "MOVR", "decimals": 18 } - } - } - }, - "MOONBEAM": { - "title": "Moonbeam", - "icon": "/assets/chains/moonbeam.svg", - "chains": { - "MOONBEAM_MAINNET": { - "chainId": 1284, - "title": "Moonbeam mainnet", - "explorer": "https://moonscan.io", - "nativeCurrency": { "name": "Glimmer", "symbol": "GLMR", "decimals": 18 } - } - } - }, - "METIS": { - "title": "Metis", - "icon": "/assets/chains/metis.svg", - "chains": { - "METIS_MAINNET": { - "chainId": 1088, - "title": "Andromeda mainnet", - "explorer": "https://andromeda-explorer.metis.io", - "nativeCurrency": { "name": "Metis", "symbol": "METIS", "decimals": 18 } - } - } - }, - "BASE": { - "title": "Base", - "icon": "/assets/chains/base.svg", - "chains": { - "BASE_MAINNET": { - "chainId": 8453, - "title": "Base mainnet", - "explorer": "https://basescan.org", - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } - }, - "BASE_SEPOLIA": { - "chainId": 84532, - "title": "Base Sepolia testnet", - "explorer": "https://sepolia.basescan.org", - "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 } - }, - "BASE_GOERLI": { - "chainId": 84531, - "title": "Base Goerli testnet", - "explorer": "https://goerli.basescan.org", - "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 } - } - } - }, - "CELO": { - "title": "Celo", - "icon": "/assets/chains/celo.svg", - "chains": { - "CELO_MAINNET": { - "chainId": 42220, - "title": "Celo mainnet", - "explorer": "https://explorer.celo.org/", - "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 } - }, - "CELO_ALFAJORES": { - "chainId": 44787, - "title": "Celo Alfajores testnet", - "explorer": "https://explorer.celo.org/alfajores/", - "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 } +[ + { + "name": "Ethereum Mainnet", + "chain": "ETH", + "icon": "ethereum", + "rpc": [ + "https://mainnet.infura.io/v3/${INFURA_API_KEY}", + "wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}", + "https://api.mycryptoapi.com/eth", + "https://cloudflare-eth.com", + "https://ethereum-rpc.publicnode.com", + "wss://ethereum-rpc.publicnode.com", + "https://mainnet.gateway.tenderly.co", + "wss://mainnet.gateway.tenderly.co", + "https://rpc.blocknative.com/boost", + "https://rpc.flashbots.net", + "https://rpc.flashbots.net/fast", + "https://rpc.mevblocker.io", + "https://rpc.mevblocker.io/fast", + "https://rpc.mevblocker.io/noreverts", + "https://rpc.mevblocker.io/fullprivacy" + ], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://ethereum.org", + "shortName": "eth", + "chainId": 1, + "networkId": 1, + "slip44": 60, + "ens": { "registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e" }, + "explorers": [ + { "name": "etherscan", "url": "https://etherscan.io", "standard": "EIP3091" }, + { "name": "blockscout", "url": "https://eth.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://ethereum.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ] + }, + { + "name": "Goerli", + "title": "Ethereum Testnet Goerli", + "chain": "ETH", + "rpc": [ + "https://goerli.infura.io/v3/${INFURA_API_KEY}", + "wss://goerli.infura.io/v3/${INFURA_API_KEY}", + "https://rpc.goerli.mudit.blog/", + "https://ethereum-goerli-rpc.publicnode.com", + "wss://ethereum-goerli-rpc.publicnode.com", + "https://goerli.gateway.tenderly.co", + "wss://goerli.gateway.tenderly.co" + ], + "faucets": [ + "http://fauceth.komputing.org?chain=5&address=${ADDRESS}", + "https://goerli-faucet.slock.it?address=${ADDRESS}", + "https://faucet.goerli.mudit.blog" + ], + "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://goerli.net/#about", + "shortName": "gor", + "chainId": 5, + "networkId": 5, + "slip44": 1, + "ens": { "registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010" }, + "explorers": [ + { "name": "etherscan-goerli", "url": "https://goerli.etherscan.io", "standard": "EIP3091" }, + { + "name": "blockscout-goerli", + "url": "https://eth-goerli.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" } - } - }, - "SCROLL": { - "title": "Scroll", - "icon": "/assets/chains/scroll.svg", - "chains": { - "SCROLL_MAINNET": { - "chainId": 534352, - "title": "Scroll mainnet", - "explorer": "https://scrollscan.com", - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } - }, - "SCROLL_SEPOLIA": { - "chainId": 534351, - "title": "Scroll Sepolia testnet", - "explorer": "https://sepolia.scrollscan.dev", - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 } + ] + }, + { + "name": "OP Mainnet", + "chain": "ETH", + "rpc": [ + "https://mainnet.optimism.io", + "https://optimism-rpc.publicnode.com", + "wss://optimism-rpc.publicnode.com", + "https://optimism.gateway.tenderly.co", + "wss://optimism.gateway.tenderly.co" + ], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://optimism.io", + "shortName": "oeth", + "chainId": 10, + "networkId": 10, + "explorers": [ + { "name": "etherscan", "url": "https://optimistic.etherscan.io", "standard": "EIP3091" }, + { "name": "blockscout", "url": "https://optimism.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://optimism.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ] + }, + { + "name": "BNB Smart Chain Mainnet", + "chain": "BSC", + "rpc": [ + "https://bsc-dataseed1.bnbchain.org", + "https://bsc-dataseed2.bnbchain.org", + "https://bsc-dataseed3.bnbchain.org", + "https://bsc-dataseed4.bnbchain.org", + "https://bsc-dataseed1.defibit.io", + "https://bsc-dataseed2.defibit.io", + "https://bsc-dataseed3.defibit.io", + "https://bsc-dataseed4.defibit.io", + "https://bsc-dataseed1.ninicoin.io", + "https://bsc-dataseed2.ninicoin.io", + "https://bsc-dataseed3.ninicoin.io", + "https://bsc-dataseed4.ninicoin.io", + "https://bsc-rpc.publicnode.com", + "wss://bsc-rpc.publicnode.com", + "wss://bsc-ws-node.nariox.org" + ], + "faucets": [], + "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "BNB", "decimals": 18 }, + "infoURL": "https://www.bnbchain.org/en", + "shortName": "bnb", + "chainId": 56, + "networkId": 56, + "slip44": 714, + "explorers": [ + { "name": "bscscan", "url": "https://bscscan.com", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://bnb.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ] + }, + { + "name": "BNB Smart Chain Testnet", + "chain": "BSC", + "rpc": [ + "https://data-seed-prebsc-1-s1.bnbchain.org:8545", + "https://data-seed-prebsc-2-s1.bnbchain.org:8545", + "https://data-seed-prebsc-1-s2.bnbchain.org:8545", + "https://data-seed-prebsc-2-s2.bnbchain.org:8545", + "https://data-seed-prebsc-1-s3.bnbchain.org:8545", + "https://data-seed-prebsc-2-s3.bnbchain.org:8545", + "https://bsc-testnet-rpc.publicnode.com", + "wss://bsc-testnet-rpc.publicnode.com" + ], + "faucets": ["https://testnet.bnbchain.org/faucet-smart"], + "nativeCurrency": { "name": "BNB Chain Native Token", "symbol": "tBNB", "decimals": 18 }, + "infoURL": "https://www.bnbchain.org/en", + "shortName": "bnbt", + "chainId": 97, + "networkId": 97, + "slip44": 1, + "explorers": [{ "name": "bscscan-testnet", "url": "https://testnet.bscscan.com", "standard": "EIP3091" }] + }, + { + "name": "Gnosis", + "chain": "GNO", + "icon": "gnosis", + "rpc": [ + "https://rpc.gnosischain.com", + "https://rpc.gnosis.gateway.fm", + "https://rpc.ankr.com/gnosis", + "https://gnosischain-rpc.gateway.pokt.network", + "https://gnosis-mainnet.public.blastapi.io", + "https://gnosis.api.onfinality.io/public", + "https://gnosis.blockpi.network/v1/rpc/public", + "https://web3endpoints.com/gnosischain-mainnet", + "https://gnosis.oat.farm", + "wss://rpc.gnosischain.com/wss", + "https://gnosis-rpc.publicnode.com", + "wss://gnosis-rpc.publicnode.com" + ], + "faucets": [ + "https://gnosisfaucet.com", + "https://stakely.io/faucet/gnosis-chain-xdai", + "https://faucet.prussia.dev/xdai" + ], + "nativeCurrency": { "name": "xDAI", "symbol": "XDAI", "decimals": 18 }, + "infoURL": "https://docs.gnosischain.com", + "shortName": "gno", + "chainId": 100, + "networkId": 100, + "slip44": 700, + "explorers": [ + { "name": "gnosisscan", "url": "https://gnosisscan.io", "standard": "EIP3091" }, + { "name": "blockscout", "url": "https://gnosis.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://gnosis.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ] + }, + { + "name": "Polygon Mainnet", + "chain": "Polygon", + "icon": "polygon", + "rpc": [ + "https://polygon-rpc.com/", + "https://rpc-mainnet.matic.network", + "https://matic-mainnet.chainstacklabs.com", + "https://rpc-mainnet.maticvigil.com", + "https://rpc-mainnet.matic.quiknode.pro", + "https://matic-mainnet-full-rpc.bwarelabs.com", + "https://polygon-bor-rpc.publicnode.com", + "wss://polygon-bor-rpc.publicnode.com", + "https://polygon.gateway.tenderly.co", + "wss://polygon.gateway.tenderly.co" + ], + "faucets": [], + "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 }, + "infoURL": "https://polygon.technology/", + "shortName": "matic", + "chainId": 137, + "networkId": 137, + "slip44": 966, + "explorers": [ + { "name": "polygonscan", "url": "https://polygonscan.com", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://polygon.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ] + }, + { + "name": "Fantom Opera", + "chain": "FTM", + "rpc": ["https://rpc.ftm.tools", "https://fantom-rpc.publicnode.com", "wss://fantom-rpc.publicnode.com"], + "faucets": [], + "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 }, + "infoURL": "https://fantom.foundation", + "shortName": "ftm", + "chainId": 250, + "networkId": 250, + "icon": "fantom", + "explorers": [ + { "name": "ftmscan", "url": "https://ftmscan.com", "icon": "ftmscan", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://fantom.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ] + }, + { + "name": "zkSync Era Goerli Testnet (deprecated)", + "status": "deprecated", + "chain": "ETH", + "rpc": ["https://testnet.era.zksync.dev"], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://zksync.io/", + "shortName": "zksync-goerli", + "chainId": 280, + "networkId": 280, + "slip44": 1, + "icon": "zksync-era", + "explorers": [ + { + "name": "zkSync Era Block Explorer", + "url": "https://goerli.explorer.zksync.io", + "icon": "zksync-era", + "standard": "EIP3091" } - } - }, - "LINEA": { - "title": "Linea", - "icon": "/assets/chains/linea.svg", - "chains": { - "LINEA_MAINNET": { - "chainId": 59144, - "title": "Linea mainnet", - "explorer": "https://lineascan.build", - "nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 } - }, - "LINEA_GOERLI": { - "chainId": 59140, - "title": "Linea Goerli testnet", - "explorer": "https://goerli.lineascan.build", - "nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 } + ], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zksync.io/" }] } + }, + { + "name": "zkSync Mainnet", + "chain": "ETH", + "rpc": ["https://mainnet.era.zksync.io"], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://zksync.io/", + "shortName": "zksync", + "chainId": 324, + "networkId": 324, + "icon": "zksync-era", + "explorers": [ + { + "name": "zkSync Era Block Explorer", + "url": "https://explorer.zksync.io", + "icon": "zksync-era", + "standard": "EIP3091" } - } - }, - "ZKSYNC": { - "title": "zkSync", - "icon": "/assets/chains/zksync.svg", - "chains": { - "ZKSYNC_MAINNET": { - "chainId": 324, - "title": "zkSync mainnet", - "explorer": "https://explorer.zksync.io", - "nativeCurrency": { "name": "zkSync Ether", "symbol": "ETH", "decimals": 18 } - }, - "ZKSYNC_GOERLI": { - "chainId": 280, - "title": "zkSync Goerli Testnet", - "explorer": "https://goerli.explorer.zksync.io", - "nativeCurrency": { "name": "zkSync Ether", "symbol": "ETH", "decimals": 18 } + ], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zksync.io/" }] } + }, + { + "name": "Optimism Goerli Testnet", + "chain": "ETH", + "rpc": [ + "https://goerli.optimism.io", + "https://optimism-goerli-rpc.publicnode.com", + "wss://optimism-goerli-rpc.publicnode.com", + "https://optimism-goerli.gateway.tenderly.co", + "wss://optimism-goerli.gateway.tenderly.co" + ], + "faucets": [], + "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://optimism.io", + "shortName": "ogor", + "chainId": 420, + "networkId": 420, + "slip44": 1, + "explorers": [ + { + "name": "blockscout", + "url": "https://optimism-goerli.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" } - } + ] + }, + { + "name": "Metis Andromeda Mainnet", + "chain": "ETH", + "rpc": ["https://andromeda.metis.io/?owner=1088"], + "faucets": [], + "nativeCurrency": { "name": "Metis", "symbol": "METIS", "decimals": 18 }, + "infoURL": "https://www.metis.io", + "shortName": "metis-andromeda", + "chainId": 1088, + "networkId": 1088, + "explorers": [{ "name": "blockscout", "url": "https://andromeda-explorer.metis.io", "standard": "EIP3091" }], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.metis.io" }] } }, - "POLYGON_ZKEVM": { + { + "name": "Polygon zkEVM", "title": "Polygon zkEVM", - "icon": "/assets/chains/polygonzkevm.svg", - "chains": { - "POLYGON_ZKEVM_MAINNET": { - "chainId": 1101, - "title": "Polygon zkEVM mainnet", - "explorer": "https://zkevm.polygonscan.com", - "nativeCurrency": { "name": "Polygon zkEVM Ether", "symbol": "ETH", "decimals": 18 } - }, - "POLYGON_ZKEVM_TESTNET": { - "chainId": 1442, - "title": "Polygon zkEVM testnet", - "explorer": "https://testnet-zkevm.polygonscan.com", - "nativeCurrency": { "name": "Polygon zkEVM Ether", "symbol": "ETH", "decimals": 18 } + "chain": "Polygon", + "rpc": ["https://zkevm-rpc.com"], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://polygon.technology/polygon-zkevm", + "shortName": "zkevm", + "chainId": 1101, + "networkId": 1101, + "icon": "zkevm", + "explorers": [ + { "name": "blockscout", "url": "https://zkevm.polygonscan.com", "icon": "zkevm", "standard": "EIP3091" } + ], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zkevm-rpc.com" }] } + }, + { + "name": "WEMIX3.0 Mainnet", + "chain": "WEMIX", + "rpc": ["https://api.wemix.com", "wss://ws.wemix.com"], + "faucets": [], + "nativeCurrency": { "name": "WEMIX", "symbol": "WEMIX", "decimals": 18 }, + "infoURL": "https://wemix.com", + "shortName": "wemix", + "chainId": 1111, + "networkId": 1111, + "explorers": [{ "name": "WEMIX Block Explorer", "url": "https://explorer.wemix.com", "standard": "EIP3091" }] + }, + { + "name": "WEMIX3.0 Testnet", + "chain": "TWEMIX", + "rpc": ["https://api.test.wemix.com", "wss://ws.test.wemix.com"], + "faucets": ["https://wallet.test.wemix.com/faucet"], + "nativeCurrency": { "name": "TestnetWEMIX", "symbol": "tWEMIX", "decimals": 18 }, + "infoURL": "https://wemix.com", + "shortName": "twemix", + "chainId": 1112, + "networkId": 1112, + "slip44": 1, + "explorers": [ + { "name": "WEMIX Testnet Microscope", "url": "https://microscope.test.wemix.com", "standard": "EIP3091" } + ] + }, + { + "name": "Moonbeam", + "chain": "MOON", + "rpc": [ + "https://rpc.api.moonbeam.network", + "wss://wss.api.moonbeam.network", + "https://moonbeam-rpc.publicnode.com", + "wss://moonbeam-rpc.publicnode.com" + ], + "faucets": [], + "nativeCurrency": { "name": "Glimmer", "symbol": "GLMR", "decimals": 18 }, + "infoURL": "https://moonbeam.network/networks/moonbeam/", + "shortName": "mbeam", + "chainId": 1284, + "networkId": 1284, + "explorers": [{ "name": "moonscan", "url": "https://moonbeam.moonscan.io", "standard": "none" }] + }, + { + "name": "Moonriver", + "chain": "MOON", + "rpc": [ + "https://rpc.api.moonriver.moonbeam.network", + "wss://wss.api.moonriver.moonbeam.network", + "https://moonriver-rpc.publicnode.com", + "wss://moonriver-rpc.publicnode.com" + ], + "faucets": [], + "nativeCurrency": { "name": "Moonriver", "symbol": "MOVR", "decimals": 18 }, + "infoURL": "https://moonbeam.network/networks/moonriver/", + "shortName": "mriver", + "chainId": 1285, + "networkId": 1285, + "explorers": [{ "name": "moonscan", "url": "https://moonriver.moonscan.io", "standard": "none" }] + }, + { + "name": "Polygon zkEVM Testnet", + "title": "Polygon zkEVM Testnet", + "chain": "Polygon", + "rpc": ["https://rpc.public.zkevm-test.net"], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://polygon.technology/solutions/polygon-zkevm/", + "shortName": "testnet-zkEVM-mango", + "chainId": 1442, + "networkId": 1442, + "slip44": 1, + "explorers": [ + { "name": "Polygon zkEVM explorer", "url": "https://explorer.public.zkevm-test.net", "standard": "EIP3091" } + ] + }, + { + "name": "Fantom Testnet", + "chain": "FTM", + "rpc": [ + "https://rpc.testnet.fantom.network", + "https://fantom-testnet-rpc.publicnode.com", + "wss://fantom-testnet-rpc.publicnode.com" + ], + "faucets": ["https://faucet.fantom.network"], + "nativeCurrency": { "name": "Fantom", "symbol": "FTM", "decimals": 18 }, + "infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet", + "shortName": "tftm", + "chainId": 4002, + "networkId": 4002, + "slip44": 1, + "icon": "fantom", + "explorers": [{ "name": "ftmscan", "url": "https://testnet.ftmscan.com", "icon": "ftmscan", "standard": "EIP3091" }] + }, + { + "name": "Base", + "chain": "ETH", + "rpc": [ + "https://mainnet.base.org/", + "https://developer-access-mainnet.base.org/", + "https://base.gateway.tenderly.co", + "wss://base.gateway.tenderly.co", + "https://base-rpc.publicnode.com", + "wss://base-rpc.publicnode.com" + ], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://base.org", + "shortName": "base", + "chainId": 8453, + "networkId": 8453, + "icon": "base", + "explorers": [ + { "name": "basescan", "url": "https://basescan.org", "standard": "none" }, + { "name": "basescout", "url": "https://base.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://base.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ], + "status": "active" + }, + { + "name": "Arbitrum One", + "chainId": 42161, + "shortName": "arb1", + "chain": "ETH", + "networkId": 42161, + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "rpc": [ + "https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}", + "https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}", + "https://arb1.arbitrum.io/rpc", + "https://arbitrum-one.publicnode.com", + "wss://arbitrum-one.publicnode.com" + ], + "faucets": [], + "explorers": [ + { "name": "Arbiscan", "url": "https://arbiscan.io", "standard": "EIP3091" }, + { "name": "Arbitrum Explorer", "url": "https://explorer.arbitrum.io", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://arbitrum.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ], + "infoURL": "https://arbitrum.io", + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.arbitrum.io" }] } + }, + { + "name": "Celo Mainnet", + "chainId": 42220, + "shortName": "celo", + "chain": "CELO", + "networkId": 42220, + "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 }, + "rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"], + "faucets": [], + "infoURL": "https://docs.celo.org/", + "explorers": [ + { "name": "Celoscan", "url": "https://celoscan.io", "standard": "EIP3091" }, + { "name": "blockscout", "url": "https://explorer.celo.org", "standard": "none" } + ] + }, + { + "name": "Avalanche Fuji Testnet", + "chain": "AVAX", + "icon": "avax", + "rpc": [ + "https://api.avax-test.network/ext/bc/C/rpc", + "https://avalanche-fuji-c-chain-rpc.publicnode.com", + "wss://avalanche-fuji-c-chain-rpc.publicnode.com" + ], + "faucets": ["https://faucet.avax-test.network/"], + "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, + "infoURL": "https://cchain.explorer.avax-test.network", + "shortName": "Fuji", + "chainId": 43113, + "networkId": 1, + "slip44": 1, + "explorers": [{ "name": "snowtrace", "url": "https://testnet.snowtrace.io", "standard": "EIP3091" }] + }, + { + "name": "Avalanche C-Chain", + "chain": "AVAX", + "icon": "avax", + "rpc": [ + "https://api.avax.network/ext/bc/C/rpc", + "https://avalanche-c-chain-rpc.publicnode.com", + "wss://avalanche-c-chain-rpc.publicnode.com" + ], + "features": [{ "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { "name": "Avalanche", "symbol": "AVAX", "decimals": 18 }, + "infoURL": "https://www.avax.network/", + "shortName": "avax", + "chainId": 43114, + "networkId": 43114, + "slip44": 9005, + "explorers": [{ "name": "snowtrace", "url": "https://snowtrace.io", "standard": "EIP3091" }] + }, + { + "name": "Celo Alfajores Testnet", + "chainId": 44787, + "shortName": "ALFA", + "chain": "CELO", + "networkId": 44787, + "slip44": 1, + "nativeCurrency": { "name": "CELO", "symbol": "CELO", "decimals": 18 }, + "rpc": ["https://alfajores-forno.celo-testnet.org", "wss://alfajores-forno.celo-testnet.org/ws"], + "faucets": ["https://celo.org/developers/faucet", "https://cauldron.pretoriaresearchlab.io/alfajores-faucet"], + "infoURL": "https://docs.celo.org/", + "explorers": [{ "name": "Alfajoresscan", "url": "https://alfajores.celoscan.io", "standard": "EIP3091" }] + }, + { + "name": "Linea Testnet", + "title": "Linea Goerli Testnet", + "chain": "ETH", + "rpc": [ + "https://rpc.goerli.linea.build", + "wss://rpc.goerli.linea.build", + "https://linea-goerli.infura.io/v3/${INFURA_API_KEY}", + "wss://linea-goerli.infura.io/ws/v3/${INFURA_API_KEY}" + ], + "faucets": ["https://faucetlink.to/goerli"], + "nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://linea.build", + "shortName": "linea-testnet", + "chainId": 59140, + "networkId": 59140, + "slip44": 1, + "icon": "linea", + "parent": { + "type": "L2", + "chain": "eip155-5", + "bridges": [{ "url": "https://goerli.hop.exchange/#/send?token=ETH&sourceNetwork=ethereum&destNetwork=linea" }] + }, + "explorers": [ + { "name": "Etherscan", "url": "https://goerli.lineascan.build", "standard": "EIP3091", "icon": "linea" }, + { "name": "Blockscout", "url": "https://explorer.goerli.linea.build", "standard": "EIP3091", "icon": "linea" } + ], + "status": "active" + }, + { + "name": "Linea", + "title": "Linea Mainnet", + "chain": "ETH", + "rpc": [ + "https://rpc.linea.build", + "wss://rpc.linea.build", + "https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}", + "wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}" + ], + "faucets": [], + "nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://linea.build", + "shortName": "linea", + "chainId": 59144, + "networkId": 59144, + "icon": "linea", + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.linea.build" }] }, + "explorers": [ + { "name": "Etherscan", "url": "https://lineascan.build", "standard": "EIP3091", "icon": "linea" }, + { "name": "Blockscout", "url": "https://explorer.linea.build", "standard": "EIP3091", "icon": "linea" }, + { "name": "L2scan", "url": "https://linea.l2scan.co", "standard": "EIP3091", "icon": "linea" } + ], + "status": "active" + }, + { + "name": "Mumbai", + "title": "Polygon Testnet Mumbai", + "chain": "Polygon", + "icon": "polygon", + "rpc": [ + "https://rpc-mumbai.maticvigil.com", + "https://polygon-mumbai-bor-rpc.publicnode.com", + "wss://polygon-mumbai-bor-rpc.publicnode.com", + "https://polygon-mumbai.gateway.tenderly.co", + "wss://polygon-mumbai.gateway.tenderly.co" + ], + "faucets": ["https://faucet.polygon.technology/"], + "nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 }, + "infoURL": "https://polygon.technology/", + "shortName": "maticmum", + "chainId": 80001, + "networkId": 80001, + "slip44": 1, + "explorers": [{ "name": "polygonscan", "url": "https://mumbai.polygonscan.com", "standard": "EIP3091" }] + }, + { + "name": "Base Goerli Testnet", + "chain": "ETH", + "rpc": [ + "https://goerli.base.org", + "https://base-goerli.gateway.tenderly.co", + "wss://base-goerli.gateway.tenderly.co", + "https://base-goerli-rpc.publicnode.com", + "wss://base-goerli-rpc.publicnode.com" + ], + "faucets": ["https://www.coinbase.com/faucets/base-ethereum-goerli-faucet"], + "nativeCurrency": { "name": "Goerli Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://base.org", + "shortName": "basegor", + "chainId": 84531, + "networkId": 84531, + "slip44": 1, + "icon": "baseTestnet", + "explorers": [ + { "name": "basescan", "url": "https://goerli.basescan.org", "standard": "none" }, + { "name": "basescout", "url": "https://base-goerli.blockscout.com", "icon": "blockscout", "standard": "EIP3091" }, + { "name": "dexguru", "url": "https://base-goerli.dex.guru", "icon": "dexguru", "standard": "EIP3091" } + ] + }, + { + "name": "Base Sepolia Testnet", + "chain": "ETH", + "rpc": [ + "https://sepolia.base.org", + "https://base-sepolia-rpc.publicnode.com", + "wss://base-sepolia-rpc.publicnode.com" + ], + "faucets": [], + "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://base.org", + "shortName": "basesep", + "chainId": 84532, + "networkId": 84532, + "slip44": 1, + "icon": "baseTestnet", + "explorers": [ + { "name": "basescout", "url": "https://base-sepolia.blockscout.com", "icon": "blockscout", "standard": "EIP3091" } + ] + }, + { + "name": "Arbitrum Goerli", + "title": "Arbitrum Goerli Rollup Testnet", + "chainId": 421613, + "shortName": "arb-goerli", + "chain": "ETH", + "networkId": 421613, + "slip44": 1, + "nativeCurrency": { "name": "Arbitrum Goerli Ether", "symbol": "AGOR", "decimals": 18 }, + "rpc": [ + "https://goerli-rollup.arbitrum.io/rpc", + "https://arbitrum-goerli.publicnode.com", + "wss://arbitrum-goerli.publicnode.com" + ], + "faucets": [], + "infoURL": "https://arbitrum.io/", + "explorers": [{ "name": "Arbitrum Goerli Arbiscan", "url": "https://goerli.arbiscan.io", "standard": "EIP3091" }], + "parent": { "type": "L2", "chain": "eip155-5", "bridges": [{ "url": "https://bridge.arbitrum.io/" }] } + }, + { + "name": "Arbitrum Sepolia", + "title": "Arbitrum Sepolia Rollup Testnet", + "chain": "ETH", + "rpc": ["https://sepolia-rollup.arbitrum.io/rpc", "https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}"], + "faucets": [], + "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://arbitrum.io", + "shortName": "arb-sep", + "chainId": 421614, + "networkId": 421614, + "slip44": 1, + "explorers": [ + { + "name": "Arbitrum Sepolia Rollup Testnet Explorer", + "url": "https://sepolia-explorer.arbitrum.io", + "standard": "EIP3091" + } + ], + "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://bridge.arbitrum.io" }] } + }, + { + "name": "Scroll Sepolia Testnet", + "chain": "ETH", + "status": "active", + "rpc": [ + "https://sepolia-rpc.scroll.io", + "https://rpc.ankr.com/scroll_sepolia_testnet", + "https://scroll-sepolia.chainstacklabs.com", + "https://scroll-testnet-public.unifra.io" + ], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://scroll.io", + "shortName": "scr-sepolia", + "chainId": 534351, + "networkId": 534351, + "slip44": 1, + "explorers": [ + { "name": "Scroll Sepolia Etherscan", "url": "https://sepolia.scrollscan.com", "standard": "EIP3091" }, + { "name": "Scroll Sepolia Blockscout", "url": "https://sepolia-blockscout.scroll.io", "standard": "EIP3091" } + ], + "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://sepolia.scroll.io/bridge" }] } + }, + { + "name": "Scroll", + "chain": "ETH", + "status": "active", + "rpc": [ + "https://rpc.scroll.io", + "https://rpc-scroll.icecreamswap.com", + "https://rpc.ankr.com/scroll", + "https://scroll-mainnet.chainstacklabs.com" + ], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://scroll.io", + "shortName": "scr", + "chainId": 534352, + "networkId": 534352, + "explorers": [ + { "name": "Scrollscan", "url": "https://scrollscan.com", "standard": "EIP3091" }, + { "name": "Blockscout", "url": "https://blockscout.scroll.io", "standard": "EIP3091" } + ], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://scroll.io/bridge" }] } + }, + { + "name": "Sepolia", + "title": "Ethereum Testnet Sepolia", + "chain": "ETH", + "rpc": [ + "https://rpc.sepolia.org", + "https://rpc2.sepolia.org", + "https://rpc-sepolia.rockx.com", + "https://rpc.sepolia.ethpandaops.io", + "https://sepolia.infura.io/v3/${INFURA_API_KEY}", + "wss://sepolia.infura.io/v3/${INFURA_API_KEY}", + "https://sepolia.gateway.tenderly.co", + "wss://sepolia.gateway.tenderly.co", + "https://ethereum-sepolia-rpc.publicnode.com", + "wss://ethereum-sepolia-rpc.publicnode.com" + ], + "faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"], + "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://sepolia.otterscan.io", + "shortName": "sep", + "chainId": 11155111, + "networkId": 11155111, + "slip44": 1, + "explorers": [ + { "name": "etherscan-sepolia", "url": "https://sepolia.etherscan.io", "standard": "EIP3091" }, + { "name": "otterscan-sepolia", "url": "https://sepolia.otterscan.io", "standard": "EIP3091" } + ] + }, + { + "name": "OP Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://sepolia.optimism.io"], + "faucets": ["https://app.optimism.io/faucet"], + "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, + "infoURL": "https://optimism.io", + "shortName": "opsep", + "chainId": 11155420, + "networkId": 11155420, + "slip44": 1, + "explorers": [ + { + "name": "opscout", + "url": "https://optimism-sepolia.blockscout.com", + "icon": "blockscout", + "standard": "EIP3091" } - } + ] } -} +] diff --git a/src/content/resources/link-token-contracts.mdx b/src/content/resources/link-token-contracts.mdx index 608662d91f2..e65080b42e3 100644 --- a/src/content/resources/link-token-contracts.mdx +++ b/src/content/resources/link-token-contracts.mdx @@ -498,7 +498,7 @@ Testnet ETH is used to pay for transactions on zkSync Goerli testnet. Use the re ### Polygon zkEVM mainnet -Testnet ETH is used to pay for transactions on Polygon zkEVM testnet. Use the [Polygon zkEVM Bridge](https://wallet.polygon.technology/zkEVM-Bridge/bridge) to transfer ETH and LINK to Polygon zkEVM testnet. +ETH is used to pay for transactions on Polygon zkEVM. Use the [Polygon zkEVM Bridge](https://wallet.polygon.technology/zkEVM-Bridge/bridge) to transfer ETH and LINK to Polygon zkEVM. | Parameter | Value | | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -522,6 +522,34 @@ Testnet LINK is available at [faucets.chain.link](https://faucets.chain.link/pol | Symbol | LINK | | Decimals | 18 | +## Wemix + +### Wemix mainnet + +WEMIX is used to pay for transactions on the Wemix mainnet. + +| Parameter | Value | +| :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `ETH_CHAIN_ID` | `1111` | +| Address |
| +| Name | Chainlink Token on Wemix mainnet testnet | +| Symbol | LINK | +| Decimals | 18 | + +### Wemix testnet + +Testnet WEMIX is used to pay for transactions on the Wemix testnet. Testnet WEMIX is available from the [WEMIX Faucet](https://wallet.test.wemix.com/faucet). + +Testnet LINK is available at [faucets.chain.link](https://faucets.chain.link/wemix-testnet). + +| Parameter | Value | +| :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `ETH_CHAIN_ID` | `1112` | +| Address |
| +| Name | Chainlink Token on Wemix testnet testnet | +| Symbol | LINK | +| Decimals | 18 | + ## Solana ### Solana Mainnet diff --git a/src/scripts/reference/chains.json b/src/scripts/reference/chains.json index e3f5422386b..3b980270e2a 100644 --- a/src/scripts/reference/chains.json +++ b/src/scripts/reference/chains.json @@ -325,6 +325,33 @@ ], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.zkevm-rpc.com" }] } }, + { + "name": "WEMIX3.0 Mainnet", + "chain": "WEMIX", + "rpc": ["https://api.wemix.com", "wss://ws.wemix.com"], + "faucets": [], + "nativeCurrency": { "name": "WEMIX", "symbol": "WEMIX", "decimals": 18 }, + "infoURL": "https://wemix.com", + "shortName": "wemix", + "chainId": 1111, + "networkId": 1111, + "explorers": [{ "name": "WEMIX Block Explorer", "url": "https://explorer.wemix.com", "standard": "EIP3091" }] + }, + { + "name": "WEMIX3.0 Testnet", + "chain": "TWEMIX", + "rpc": ["https://api.test.wemix.com", "wss://ws.test.wemix.com"], + "faucets": ["https://wallet.test.wemix.com/faucet"], + "nativeCurrency": { "name": "TestnetWEMIX", "symbol": "tWEMIX", "decimals": 18 }, + "infoURL": "https://wemix.com", + "shortName": "twemix", + "chainId": 1112, + "networkId": 1112, + "slip44": 1, + "explorers": [ + { "name": "WEMIX Testnet Microscope", "url": "https://microscope.test.wemix.com", "standard": "EIP3091" } + ] + }, { "name": "Moonbeam", "chain": "MOON", diff --git a/src/scripts/reference/linkNameSymbol.json b/src/scripts/reference/linkNameSymbol.json index f88090dc444..84991cbf697 100644 --- a/src/scripts/reference/linkNameSymbol.json +++ b/src/scripts/reference/linkNameSymbol.json @@ -32,5 +32,7 @@ "59144": { "name": "ChainLink Token", "symbol": "LINK" }, "59140": { "name": "ChainLink Token", "symbol": "LINK" }, "324": { "name": "ChainLink Token", "symbol": "LINK" }, - "280": { "name": "ChainLink Token", "symbol": "LINK" } + "280": { "name": "ChainLink Token", "symbol": "LINK" }, + "1111": { "name": "ChainLink Token", "symbol": "LINK" }, + "1112": { "name": "ChainLink Token", "symbol": "LINK" } }