diff --git a/src/scripts/reference/chains.json b/src/scripts/reference/chains.json index d9929311230..174c743bf74 100644 --- a/src/scripts/reference/chains.json +++ b/src/scripts/reference/chains.json @@ -20,7 +20,8 @@ "https://rpc.mevblocker.io/noreverts", "https://rpc.mevblocker.io/fullprivacy", "https://eth.drpc.org", - "wss://eth.drpc.org" + "wss://eth.drpc.org", + "https://api.securerpc.com/v1" ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], @@ -125,7 +126,7 @@ "https://rpc.ankr.com/xdc", "https://rpc.xdc.org" ], - "faucets": ["https://chains.tools/faucet"], + "faucets": [], "nativeCurrency": { "name": "XinFin", "symbol": "XDC", "decimals": 18 }, "infoURL": "https://xinfin.org", "shortName": "xdc", @@ -140,16 +141,17 @@ { "name": "XDC Apothem Network", "chain": "XDC", - "rpc": ["https://rpc.apothem.network/"], - "faucets": ["https://faucet.blocksscan.io/"], - "nativeCurrency": { "name": "XinFin Testnet", "symbol": "TXDC", "decimals": 18 }, + "rpc": ["https://rpc.apothem.network", "https://erpc.apothem.network", "https://apothem.xdcrpc.com"], + "faucets": ["https://faucet.apothem.network", "https://faucet.blocksscan.io", "https://apothem.xdcscan.io/faucet"], + "nativeCurrency": { "name": "XinFin", "symbol": "TXDC", "decimals": 18 }, "infoURL": "https://xinfin.org", "shortName": "txdc", "chainId": 51, "networkId": 51, "icon": "xdc", "explorers": [ - { "name": "xdcscan", "url": "https://apothem.xdcscan.io/", "icon": "blocksscan", "standard": "EIP3091" } + { "name": "xdcscan", "url": "https://testnet.xdcscan.com", "icon": "blocksscan", "standard": "EIP3091" }, + { "name": "openscan", "url": "https://apothem.xdcscan.io", "icon": "blocksscan", "standard": "EIP3091" } ] }, { @@ -185,18 +187,22 @@ ] }, { - "name": "Astar Shibuya", - "chain": "SBY", - "rpc": ["https://evm.shibuya.astar.network/"], - "faucets": ["https://docs.astar.network/docs/build/environment/faucet/"], - "nativeCurrency": { "name": "Shibuya testnet tokens", "symbol": "SBY", "decimals": 18 }, - "infoURL": "https://docs.astar.network/", - "shortName": "sby", + "name": "Japan Open Chain Mainnet", + "chain": "JOC", + "rpc": [ + "https://rpc-1.japanopenchain.org:8545", + "https://rpc-2.japanopenchain.org:8545", + "https://rpc-3.japanopenchain.org" + ], + "faucets": [], + "nativeCurrency": { "name": "Japan Open Chain Token", "symbol": "JOC", "decimals": 18 }, + "infoURL": "https://www.japanopenchain.org/", + "shortName": "joc", "chainId": 81, "networkId": 81, - "icon": "sby", + "icon": "joc", "explorers": [ - { "name": "Block Explorer", "url": "https://shibuya.blockscout.com/", "standard": "EIP3091", "icon": "sby" } + { "name": "Block Explorer", "url": "https://explorer.japanopenchain.org", "standard": "EIP3091", "icon": "joc" } ], "redFlags": ["reusedChainId"] }, @@ -273,16 +279,17 @@ { "name": "Unichain", "chain": "ETH", - "rpc": ["https://mainnet.unichain.org/"], + "rpc": ["https://mainnet.unichain.org", "https://unichain-rpc.publicnode.com", "wss://unichain-rpc.publicnode.com"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://unichain.org", "shortName": "unichain", "chainId": 130, "networkId": 130, - "status": "incubating", + "icon": "unichain", "explorers": [ - { "name": "Unichain Mainnet Explorer", "url": "https://uniscan.xyz/", "icon": "unichain", "standard": "EIP3091" } + { "name": "Unichain Mainnet Explorer", "url": "https://uniscan.xyz", "standard": "EIP3091" }, + { "name": "Unichain Mainnet Explorer", "url": "https://unichain.blockscout.com", "standard": "EIP3091" } ] }, { @@ -337,19 +344,22 @@ ] }, { - "name": "Monad Mainnet", + "name": "Monad", "chain": "MON", "icon": "monad", - "rpc": ["https://rpc3.monad.xyz"], + "rpc": ["https://rpc.monad.xyz"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], - "nativeCurrency": { "name": "MON Token", "symbol": "MON", "decimals": 18 }, + "nativeCurrency": { "name": "Monad", "symbol": "MON", "decimals": 18 }, "infoURL": "https://monad.xyz", "shortName": "mon", "chainId": 143, "networkId": 143, - "slip44": 1, - "explorers": [{ "name": "monadvision", "url": "https://monadvision.com/", "standard": "EIP3091" }] + "slip44": 268435779, + "explorers": [ + { "name": "Monad Vision", "url": "https://monadvision.com", "standard": "EIP3091" }, + { "name": "Monadscan", "url": "https://monadscan.com", "standard": "EIP3091" } + ] }, { "name": "Sonic Mainnet", @@ -363,7 +373,10 @@ "chainId": 146, "networkId": 146, "icon": "sonic", - "explorers": [{ "name": "sonic", "url": "https://explorer.soniclabs.com", "icon": "sonic", "standard": "none" }] + "explorers": [ + { "name": "etherscan", "url": "https://sonicscan.org", "icon": "sonic", "standard": "EIP3091" }, + { "name": "sonic", "url": "https://explorer.soniclabs.com", "icon": "sonic", "standard": "none" } + ] }, { "name": "Puppynet", @@ -410,6 +423,22 @@ { "name": "blockscout", "url": "https://explorer.mintchain.io", "icon": "mint", "standard": "EIP3091" } ] }, + { + "name": "X Layer Testnet", + "chain": "X Layer", + "rpc": ["https://testrpc.xlayer.tech", "https://xlayertestrpc.okx.com"], + "faucets": ["https://www.okx.com/xlayer/faucet"], + "nativeCurrency": { "name": "X Layer Global Utility Token in testnet", "symbol": "OKB", "decimals": 18 }, + "features": [], + "infoURL": "https://www.okx.com/xlayer", + "shortName": "tokb", + "chainId": 195, + "networkId": 195, + "slip44": 1, + "icon": "xlayerTestnet", + "explorers": [{ "name": "OKLink", "url": "https://www.oklink.com/xlayer-test", "standard": "EIP3091" }], + "status": "active" + }, { "name": "X Layer Mainnet", "chain": "X Layer", @@ -479,12 +508,11 @@ "infoURL": "https://mindnetwork.xyz", "shortName": "fhe", "chainId": 228, - "networkId": 228, - "explorers": [{ "name": "explorer", "url": "https://explorer.mindnetwork.xyz/", "standard": "EIP3091" }] + "networkId": 228 }, { "name": "Lens", - "title": "Lens Mainnet", + "title": "Lens mainnet", "chain": "Lens", "rpc": ["https://rpc.lens.xyz"], "faucets": [], @@ -494,8 +522,14 @@ "icon": "lens", "infoURL": "https://lens.xyz", "shortName": "lens", - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [] }, - "explorers": [{ "name": "explorer", "url": "https://explorer.lens.xyz/", "standard": "none" }] + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://app.across.to/bridge?destinationChainId=232" }] + }, + "explorers": [ + { "name": "Lens Block Explorer", "url": "https://explorer.lens.xyz", "icon": "lens", "standard": "EIP3091" } + ] }, { "name": "TAC Mainnet", @@ -561,9 +595,9 @@ "chain": "FRAX", "rpc": ["https://rpc.frax.com", "https://fraxtal-rpc.publicnode.com", "wss://fraxtal-rpc.publicnode.com"], "faucets": [], - "nativeCurrency": { "name": "Frax Ether", "symbol": "frxETH", "decimals": 18 }, + "nativeCurrency": { "name": "Frax", "symbol": "FRAX", "decimals": 18 }, "infoURL": "https://mainnet.frax.com", - "shortName": "fraxtal", + "shortName": "frax", "chainId": 252, "networkId": 252, "icon": "fraxtal", @@ -590,7 +624,7 @@ "name": "Hedera Mainnet", "chain": "Hedera", "icon": "hedera", - "rpc": ["https://mainnet.hashio.io/api"], + "rpc": ["https://mainnet.hashio.io/api", "https://hedera.linkpool.pro"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "hbar", "symbol": "HBAR", "decimals": 18 }, @@ -600,11 +634,9 @@ "networkId": 295, "slip44": 3030, "explorers": [ - { "name": "HashScan", "url": "https://hashscan.io/mainnet", "standard": "EIP3091" }, { "name": "Arkhia Explorer", "url": "https://explorer.arkhia.io", "standard": "none" }, { "name": "DragonGlass", "url": "https://app.dragonglass.me", "standard": "none" }, - { "name": "Hedera Explorer", "url": "https://hederaexplorer.io", "standard": "none" }, - { "name": "Ledger Works Explore", "url": "https://explore.lworks.io", "standard": "none" } + { "name": "Hedera Explorer", "url": "https://hederaexplorer.io", "standard": "none" } ] }, { @@ -781,13 +813,7 @@ "chainId": 679, "networkId": 679, "icon": "janction", - "explorers": [ - { - "name": "Janction Net Testnet explorer", - "url": "https://janction-testnet-explorer.alt.technology./", - "standard": "none" - } - ], + "explorers": [], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [] } }, { @@ -808,27 +834,6 @@ ], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://bridge.mode.network/" }] } }, - { - "name": "Subtensor EVM Testnet", - "chain": "Bittensor", - "rpc": ["https://test.chain.opentensor.ai"], - "faucets": [], - "nativeCurrency": { "name": "testTAO", "symbol": "TAO", "decimals": 18 }, - "infoURL": "https://bittensor.com/", - "shortName": "bittensor-evm-testnet", - "chainId": 945, - "networkId": 945, - "slip44": 1005, - "icon": "bittensor", - "explorers": [ - { - "name": "Subtensor EVM Explorer", - "url": "https://evm-testscan.dev.opentensor.ai", - "icon": "bittensor", - "standard": "EIP3091" - } - ] - }, { "name": "Subtensor EVM", "chain": "Bittensor", @@ -840,25 +845,26 @@ "chainId": 964, "networkId": 964, "slip44": 1005, - "icon": "bittensor", - "explorers": [{ "name": "Bittensor EVM Explorer", "url": "https://evm.taostats.io/", "standard": "EIP3091" }] + "icon": "bittensor" }, { "name": "Stable Mainnet", - "chain": "ETH", + "chain": "Stable", "rpc": ["https://rpc.stable.xyz"], "faucets": [], - "nativeCurrency": { "name": "gasUSDT", "symbol": "gUSDT", "decimals": 18 }, - "infoURL": "https://docs.stable.xyz/", - "shortName": "Stable", + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { "name": "USDT0", "symbol": "USDT0", "decimals": 18 }, + "infoURL": "https://stable.xyz", + "shortName": "stable", "chainId": 988, "networkId": 988, - "explorers": [{ "name": "Stable Mainnet Explorer", "url": "https://stablescan.xyz/", "standard": "EIP3091" }] + "icon": "stable", + "explorers": [{ "name": "Stablescan", "url": "https://stablescan.xyz", "standard": "EIP3091" }] }, { - "name": "HyperEVM Testnet", + "name": "Hyperliquid EVM Testnet", "chain": "HYPE", - "rpc": ["https://rpc.hyperliquid-testnet.xyz/evm"], + "rpc": ["https://api.hyperliquid-testnet.xyz/evm"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "HYPE", "symbol": "HYPE", "decimals": 18 }, @@ -866,22 +872,24 @@ "shortName": "hype-evm-testnet", "chainId": 998, "networkId": 998, - "explorers": [{ "name": "HyperEVM Testnet", "url": "https://hyperevmscan.io/", "standard": "none" }], + "explorers": [], "redFlags": ["reusedChainId"] }, { - "name": "HyperEVM Mainnet", - "chain": "HYPE", - "rpc": ["https://rpc.hyperliquid.xyz/evm"], - "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "name": "Wanchain Testnet", + "chain": "WAN", + "rpc": ["https://gwan-ssl.wandevs.org:46891/"], "faucets": [], - "nativeCurrency": { "name": "HYPE", "symbol": "HYPE", "decimals": 18 }, - "infoURL": "https://hyperfoundation.org/", - "shortName": "hype-evm", + "nativeCurrency": { "name": "Wancoin", "symbol": "WAN", "decimals": 18 }, + "infoURL": "https://testnet.wanscan.org", + "shortName": "twan", "chainId": 999, "networkId": 999, - "explorers": [{ "name": "HyperEVM Mainnet", "url": "https://hyperevmscan.io/", "standard": "none" }], - "redFlags": ["reusedChainId"] + "slip44": 1, + "icon": "wanchain", + "explorers": [ + { "name": "wanscan", "icon": "wanchain", "url": "https://testnet.wanscan.org", "standard": "EIP3091" } + ] }, { "name": "Kaia Kairos Testnet", @@ -1104,26 +1112,21 @@ "https://unichain-sepolia-rpc.publicnode.com", "wss://unichain-sepolia-rpc.publicnode.com" ], - "faucets": [ - "https://faucet.quicknode.com/unichain/sepolia", - "https://console.optimism.io/faucet", - "https://thirdweb.com/unichain-sepolia-testnet" - ], + "faucets": [], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://www.unichain.org", - "shortName": "unichain-sepolia", + "infoURL": "https://unichain.org", + "shortName": "unichain-sep", "chainId": 1301, "networkId": 1301, - "icon": "unichain", + "icon": "unichain-testnet", "explorers": [ { - "name": "Unichain Sepolia Explorer", - "url": "https://sepolia.uniscan.xyz", - "icon": "unichain", + "name": "Unichain Sepolia Testnet Explorer", + "url": "https://unichain-sepolia.blockscout.com", "standard": "EIP3091" - } - ], - "parent": { "type": "L2", "chain": "eip155-11155111" } + }, + { "name": "Unichain Sepolia Testnet Explorer", "url": "https://sepolia.uniscan.xyz", "standard": "EIP3091" } + ] }, { "name": "Sei Testnet", @@ -1148,39 +1151,10 @@ "shortName": "sei", "chainId": 1329, "networkId": 1329, + "slip44": 19000118, "icon": "seiv2", "explorers": [{ "name": "Seitrace", "url": "https://seitrace.com", "standard": "EIP3091" }] }, - { - "name": "Gravity Alpha Mainnet", - "chain": "ETH", - "status": "active", - "icon": "gravity", - "rpc": ["https://rpc.gravity.xyz", "https://rpc.ankr.com/gravity"], - "faucets": [], - "nativeCurrency": { "name": "Gravity", "symbol": "G", "decimals": 18 }, - "infoURL": "https://gravity.xyz", - "shortName": "gravity-mainnet", - "chainId": 1625, - "networkId": 1625, - "explorers": [ - { "name": "OKXExplorer", "url": "https://web3.okx.com/explorer/gravity-alpha", "standard": "EIP3091" }, - { "name": "Blockscout", "url": "https://explorer.gravity.xyz", "standard": "EIP3091" } - ] - }, - { - "name": "Pharos Mainnet", - "chain": "pharos", - "icon": "pharos", - "rpc": [], - "faucets": [], - "nativeCurrency": { "name": "PHRS", "symbol": "PHRS", "decimals": 18 }, - "infoURL": "https://www.pharos.xyz/", - "shortName": "pharos", - "chainId": 1672, - "networkId": 1672, - "explorers": [{ "name": "pharosscan", "url": "https://pharos.socialscan.io/", "standard": "EIP3091" }] - }, { "name": "Mint Sepolia Testnet", "chain": "ETH", @@ -1246,7 +1220,6 @@ "shortName": "soneium", "title": "Soneium mainnet", "chain": "ETH", - "icon": "soneium", "rpc": ["https://rpc.soneium.org"], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, @@ -1278,52 +1251,68 @@ ], "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://bridge.soneium.org/testnet" }] } }, - { - "name": "X Layer Testnet", - "chain": "X Layer", - "rpc": ["https://testrpc.xlayer.tech/terigon", "https://xlayertestrpc.okx.com/terigon"], - "faucets": ["https://www.okx.com/xlayer/faucet"], - "nativeCurrency": { "name": "X Layer Global Utility Token in testnet", "symbol": "OKB", "decimals": 18 }, - "features": [], - "infoURL": "https://www.okx.com/xlayer", - "shortName": "tokb", - "chainId": 1952, - "networkId": 1952, - "icon": "xlayerTestnet", - "explorers": [{ "name": "OKLink", "url": "https://web3.okx.com/explorer/x-layer-testnet", "standard": "EIP3091" }], - "status": "active" - }, { "name": "Ronin Mainnet", - "title": "Ronin Mainnet", - "chain": "Ronin", + "title": "Ronin", + "chain": "ronin", "rpc": ["https://api.roninchain.com/rpc"], "faucets": [], "nativeCurrency": { "name": "RON", "symbol": "RON", "decimals": 18 }, - "infoURL": "https://app.roninchain.com", - "shortName": "ronin", + "infoURL": "https://roninchain.com", + "shortName": "ron", "chainId": 2020, "networkId": 2020, - "slip44": 60, - "explorers": [{ "name": "Ronin Explorer", "url": "https://app.roninchain.com/", "standard": "EIP3091" }] + "icon": "ronin", + "redFlags": ["reusedChainId"], + "explorers": [{ "name": "Ronin Block Explorer", "url": "https://app.roninchain.com", "standard": "EIP3091" }] }, { - "name": "Ronin Saigon testnet", - "chain": "Ronin Saigon", + "name": "Edgeware EdgeEVM Mainnet", + "chain": "EDG", "icon": "edgeware", - "rpc": ["https://saigon-testnet.roninchain.com/rpc"], + "rpc": [ + "https://edgeware-evm.jelliedowl.net", + "https://edgeware-evm0.jelliedowl.net", + "https://edgeware-evm1.jelliedowl.net", + "https://edgeware-evm2.jelliedowl.net", + "https://edgeware-evm3.jelliedowl.net", + "wss://edgeware.jelliedowl.net", + "wss://edgeware-rpc0.jelliedowl.net", + "wss://edgeware-rpc1.jelliedowl.net", + "wss://edgeware-rpc2.jelliedowl.net", + "wss://edgeware-rpc3.jelliedowl.net" + ], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], - "nativeCurrency": { "name": "RON", "symbol": "RON", "decimals": 18 }, - "infoURL": "https://saigon-app.roninchain.com", - "shortName": "ronin", + "nativeCurrency": { "name": "Edgeware", "symbol": "EDG", "decimals": 18 }, + "infoURL": "https://edgeware.io", + "shortName": "edg", "chainId": 2021, "networkId": 2021, "slip44": 523, "explorers": [ - { "name": "Ronin Saigon explorer", "url": "https://saigon-app.roninchain.com/", "standard": "EIP3091" } + { "name": "Edgscan EdgeEVM explorer by Bharathcoorg", "url": "https://edgscan.live", "standard": "EIP3091" }, + { + "name": "Edgscan EdgeWASM explorer by Bharathcoorg", + "url": "https://edgscan.ink", + "standard": "none", + "icon": "edgscan" + } ] }, + { + "name": "Memento Testnet", + "chain": "Memento", + "rpc": ["https://rpc.memento.zeeve.online"], + "faucets": ["https://faucet.memento.zeeve.online"], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "features": [{ "name": "EIP155" }], + "infoURL": "", + "shortName": "memento-testnet", + "chainId": 2129, + "networkId": 2129, + "explorers": [] + }, { "name": "Kroma Sepolia", "title": "Kroma Testnet Sepolia", @@ -1384,21 +1373,17 @@ { "name": "Fraxtal Testnet", "chain": "FRAX", - "rpc": [ - "https://rpc.testnet.frax.com", - "https://fraxtal-holesky-rpc.publicnode.com", - "wss://fraxtal-holesky-rpc.publicnode.com" - ], + "rpc": [], "faucets": [], - "nativeCurrency": { "name": "Frax Ether", "symbol": "frxETH", "decimals": 18 }, + "nativeCurrency": { "name": "Frax", "symbol": "FRAX", "decimals": 18 }, "infoURL": "https://testnet.frax.com", "shortName": "fraxtal-testnet", "chainId": 2522, "networkId": 2522, "slip44": 1, "icon": "fraxtal", - "explorers": [{ "name": "fraxscan", "url": "https://holesky.fraxscan.com", "standard": "EIP3091" }], - "status": "active" + "explorers": [], + "status": "deprecated" }, { "name": "Abstract", @@ -1437,22 +1422,6 @@ "explorers": [{ "name": "Morph Mainnet Explorer", "url": "https://explorer.morphl2.io", "standard": "EIP3091" }], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.morphl2.io/" }] } }, - { - "name": "Morph Hoodi", - "chain": "ETH", - "rpc": ["https://rpc-hoodi.morphl2.io/"], - "faucets": [], - "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://morphl2.io", - "shortName": "morph", - "chainId": 2910, - "networkId": 2910, - "slip44": 1, - "explorers": [ - { "name": "Morph Hoodi Explorer", "url": "https://explorer-hoodi.morphl2.io", "standard": "EIP3091" } - ], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.morphl2.io/" }] } - }, { "name": "Botanix Testnet", "chain": "BOTANIX", @@ -1461,7 +1430,7 @@ "faucets": ["https://faucet.botanixlabs.dev"], "nativeCurrency": { "name": "Botanix", "symbol": "BTC", "decimals": 18 }, "infoURL": "https://botanixlabs.xyz", - "shortName": "BTNX", + "shortName": "BTNXt", "chainId": 3636, "networkId": 3636, "slip44": 1, @@ -1469,16 +1438,16 @@ }, { "name": "Botanix Mainnet", - "chain": "BTC", + "chain": "BOTANIX", "icon": "botanix", - "rpc": ["https://rpc.btxtestchain.com"], - "faucets": ["https://faucet.btxtestchain.com"], + "rpc": ["https://rpc.botanixlabs.com"], + "faucets": [], "nativeCurrency": { "name": "Botanix", "symbol": "BTC", "decimals": 18 }, - "infoURL": "https://btxtestchain.com", - "shortName": "BTCm", + "infoURL": "https://botanixlabs.com", + "shortName": "BTNX", "chainId": 3637, "networkId": 3637, - "explorers": [{ "name": "Botanix", "url": "https://btxtestchain.com", "standard": "EIP3091" }] + "explorers": [{ "name": "Botanix Explorer", "url": "https://botanixscan.io", "standard": "EIP3091" }] }, { "name": "Fantom Testnet", @@ -1538,9 +1507,9 @@ "name": "MegaETH Mainnet", "chain": "ETH", "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "rpc": ["https://mainnet.megaeth.com/rpc"], + "rpc": [], "faucets": [], - "explorers": [{ "name": "blockscout", "url": "https://megaeth.blockscout.com/", "standard": "EIP3091" }], + "explorers": [], "infoURL": "https://megaeth.com", "shortName": "megaeth", "chainId": 4326, @@ -1651,14 +1620,13 @@ "name": "MegaETH Testnet", "chain": "ETH", "nativeCurrency": { "name": "MegaETH Testnet Ether", "symbol": "ETH", "decimals": 18 }, - "rpc": ["https://timothy.megaeth.com/rpc", "wss://carrot.megaeth.com/ws"], + "rpc": ["https://carrot.megaeth.com/rpc", "wss://carrot.megaeth.com/ws"], "faucets": [], - "infoURL": "https://www.megaeth.com", + "infoURL": "https://testnet.megaeth.com", "shortName": "megatest", "chainId": 6342, "networkId": 6342, - "slip44": 1, - "explorers": [{ "name": "explorer", "url": "https://megaexplorer.xyz/", "standard": "EIP3091" }] + "slip44": 1 }, { "name": "Kaia Mainnet", @@ -1732,7 +1700,7 @@ "name": "Monad Testnet", "chain": "MON", "icon": "monad", - "rpc": [], + "rpc": ["https://testnet-rpc.monad.xyz"], "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "faucets": [], "nativeCurrency": { "name": "Testnet MON Token", "symbol": "MON", "decimals": 18 }, @@ -1741,7 +1709,9 @@ "chainId": 10143, "networkId": 10143, "slip44": 1, - "explorers": [] + "explorers": [ + { "name": "Monad Testnet Explorer", "url": "https://testnet.monadexplorer.com", "standard": "EIP3091" } + ] }, { "name": "Gnosis Chiado Testnet", @@ -1797,20 +1767,6 @@ { "name": "Abstract Sepolia Testnet Explorer", "url": "https://sepolia.abscan.org", "standard": "EIP3091" } ] }, - { - "name": "Gravity Alpha Testnet Sepolia", - "chain": "ETH", - "status": "active", - "icon": "gravity", - "rpc": ["https://rpc-sepolia.gravity.xyz/"], - "faucets": [], - "nativeCurrency": { "name": "Gravity", "symbol": "G", "decimals": 18 }, - "infoURL": "https://gravity.xyz", - "shortName": "gravity-mainnet", - "chainId": 13505, - "networkId": 13505, - "explorers": [{ "name": "Blockscout", "url": "https://explorer-sepolia.gravity.xyz", "standard": "EIP3091" }] - }, { "name": "Sonic Testnet", "chain": "sonic-testnet", @@ -1832,18 +1788,46 @@ } ] }, + { + "name": "0G-Newton-Testnet", + "chain": "0G-Testnet", + "status": "deprecated", + "rpc": [], + "faucets": ["https://faucet.0g.ai"], + "nativeCurrency": { "name": "A0GI", "symbol": "A0GI", "decimals": 18 }, + "infoURL": "https://0g.ai", + "shortName": "0gai-testnet", + "chainId": 16600, + "networkId": 16600, + "icon": "0gai", + "explorers": [] + }, { "name": "0G-Galileo-Testnet", "chain": "0G-Testnet", - "rpc": ["https://evmrpc-testnet.0g.ai"], - "faucets": ["https://faucet.0g.ai/"], - "nativeCurrency": { "name": "0G", "symbol": "0G", "decimals": 18 }, + "status": "deprecated", + "rpc": [], + "faucets": [], + "nativeCurrency": { "name": "A0GI", "symbol": "A0GI", "decimals": 18 }, "infoURL": "https://0g.ai", - "shortName": "0g-testnet-galileo", + "shortName": "0gai-galileo-testnet", "chainId": 16601, "networkId": 16601, + "icon": "0gai", + "explorers": [] + }, + { + "name": "0G Mainnet", + "chain": "0G", + "rpc": ["https://evmrpc.0g.ai"], + "faucets": [], + "nativeCurrency": { "name": "0G", "symbol": "0G", "decimals": 18 }, + "infoURL": "https://0g.ai", + "shortName": "0g", + "chainId": 16661, + "networkId": 16661, "icon": "0g", - "explorers": [{ "name": "0G BlockChain Explorer", "url": "https://chainscan-galileo.0g.ai/", "standard": "none" }] + "explorers": [{ "name": "0G BlockChain Explorer", "url": "https://chainscan.0g.ai", "standard": "EIP3091" }] }, { "name": "Holesky", @@ -1907,7 +1891,6 @@ "shortName": "apechain", "chainId": 33139, "networkId": 33139, - "icon": "apechain", "explorers": [{ "name": "ApeChain Explorer", "url": "https://apescan.io", "standard": "EIP3091" }] }, { @@ -1927,21 +1910,24 @@ ] }, { - "name": "AB Chain Mainnet", - "chain": "AB Chain Mainnet", - "rpc": ["https://rpc.core.ab.org"], - "nativeCurrency": { "name": "AB", "symbol": "AB", "decimals": 18 }, + "name": "AB Core Mainnet", + "chain": "AB", + "rpc": ["https://rpc.core.ab.org", "https://rpc1.core.ab.org"], "faucets": [], - "infoURL": "", - "shortName": "AB Chain", + "nativeCurrency": { "name": "AB", "symbol": "AB", "decimals": 18 }, + "features": [{ "name": "EIP155" }], + "infoURL": "https://ab.org", + "shortName": "abcore", "chainId": 36888, "networkId": 36888, - "explorers": [{ "name": "AB Core", "url": "https://explorer.core.ab.org/", "standard": "none" }] + "explorers": [{ "name": "AB Core Explorer", "url": "https://explorer.core.ab.org", "standard": "EIP3091" }], + "status": "active" }, { - "name": "Lens Sepolia Testnet", + "name": "Lens Testnet", + "title": "Lens Network Sepolia Testnet", "chain": "Lens", - "rpc": ["https://rpc.testnet.lens.xyz"], + "rpc": ["https://rpc.testnet.lens.dev"], "faucets": ["https://www.alchemy.com/faucets/lens-sepolia"], "chainId": 37111, "networkId": 37111, @@ -1955,7 +1941,7 @@ "bridges": [{ "url": "https://portal.testnet.lens.dev/bridge" }] }, "explorers": [ - { "name": "Lens Testnet Block Explorer", "url": "https://explorer.testnet.lens.xyz/", "standard": "none" } + { "name": "Lens Testnet Block Explorer", "url": "https://block-explorer.testnet.lens.dev", "standard": "none" } ] }, { @@ -1991,22 +1977,27 @@ "rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"], "faucets": [], "infoURL": "https://docs.celo.org/", + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://superbridge.app/celo" }] }, "explorers": [ { "name": "Celoscan", "url": "https://celoscan.io", "standard": "EIP3091" }, - { "name": "blockscout", "url": "https://explorer.celo.org", "standard": "none" } + { "name": "blockscout", "url": "https://celo.blockscout.com", "standard": "EIP3091" } ] }, { - "name": "Tempo Testnet", + "name": "Tempo Testnet Andantino (Deprecated)", "chain": "ETH", - "nativeCurrency": { "name": "USD", "symbol": "USD", "decimals": 18 }, "rpc": ["https://rpc.testnet.tempo.xyz"], "faucets": [], - "explorers": [{ "name": "Tempo Explorer", "url": "https://explore.tempo.xyz", "standard": "none" }], - "infoURL": "https://tempo.xyz/", - "shortName": "megaeth", + "nativeCurrency": { "name": "No native currency", "symbol": "USD", "decimals": 18 }, + "infoURL": "https://tempo.xyz", + "shortName": "tempo-andantino", "chainId": 42429, - "networkId": 42429 + "networkId": 42429, + "icon": "tempo", + "status": "deprecated", + "explorers": [ + { "name": "tempo-explorer", "url": "https://explore.andantino.tempo.xyz", "icon": "tempo", "standard": "EIP3091" } + ] }, { "name": "Etherlink Mainnet", @@ -2014,7 +2005,7 @@ "icon": "etherlink", "chainId": 42793, "networkId": 42793, - "features": [{ "name": "EIP1559" }], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://etherlink.com", "shortName": "etlk", "nativeCurrency": { "name": "tez", "symbol": "XTZ", "decimals": 18 }, @@ -2091,6 +2082,7 @@ "chain": "CELO", "networkId": 44787, "slip44": 1, + "status": "deprecated", "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"], @@ -2115,7 +2107,7 @@ "name": "Zircuit Testnet", "chain": "Zircuit Testnet", "icon": "zircuit", - "rpc": ["https://zircuit1-testnet.p2pify.com/"], + "rpc": ["https://testnet.zircuit.com"], "faucets": [], "nativeCurrency": { "name": "ETH", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://www.zircuit.com/", @@ -2130,7 +2122,7 @@ "name": "Zircuit Mainnet", "chain": "Zircuit Mainnet", "icon": "zircuit", - "rpc": ["https://zircuit1-mainnet.p2pify.com/"], + "rpc": ["https://mainnet.zircuit.com"], "faucets": [], "nativeCurrency": { "name": "ETH", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://www.zircuit.com/", @@ -2139,6 +2131,19 @@ "networkId": 48900, "explorers": [{ "name": "Zircuit", "url": "https://explorer.zircuit.com", "icon": "zircuit", "standard": "none" }] }, + { + "name": "Memento Mainnet", + "chain": "Memento", + "rpc": ["https://rpc.mementoblockchain.com"], + "faucets": [], + "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, + "features": [{ "name": "EIP155" }], + "infoURL": "", + "shortName": "memento-mainnet", + "chainId": 51888, + "networkId": 51888, + "explorers": [] + }, { "name": "Superseed Sepolia Testnet", "chain": "ETH", @@ -2306,17 +2311,21 @@ "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://app.treasure.lol/chain/bridge" }] } }, { - "name": "Nexon Henesys Mainnet", - "chain": "nexon", - "icon": "nexon", - "rpc": ["https://henesys-rpc.msu.io/"], + "name": "Henesys", + "chain": "Henesys", + "rpc": ["https://henesys-rpc.msu.io"], "faucets": [], - "nativeCurrency": { "name": "NXPC", "symbol": "NXPC", "decimals": 18 }, - "infoURL": "https://henesysstudio.com/", - "shortName": "nexon", + "nativeCurrency": { "name": "NEXPACE", "symbol": "NXPC", "decimals": 18 }, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://nexpace.io", + "shortName": "nxpc", "chainId": 68414, "networkId": 68414, - "explorers": [{ "name": "avax", "url": "https://subnets.avax.network/henesys", "standard": "EIP3091" }] + "icon": "nexpace", + "explorers": [ + { "name": "Xangle MSU Explorer", "url": "https://msu-explorer.xangle.io", "standard": "EIP3091" }, + { "name": "Avalanche Explorer", "url": "https://subnets.avax.network/henesys", "standard": "EIP3091" } + ] }, { "name": "Amoy", @@ -2343,12 +2352,9 @@ { "name": "Berachain bArtio", "chain": "Berachain bArtio", - "rpc": [ - "https://bartio.rpc.berachain.com", - "https://bera-testnet.nodeinfra.com", - "https://bartio.rpc.b-harvest.io" - ], - "faucets": ["https://bartio.faucet.berachain.com"], + "status": "deprecated", + "rpc": [], + "faucets": [], "nativeCurrency": { "name": "BERA Token", "symbol": "BERA", "decimals": 18 }, "infoURL": "https://www.berachain.com", "shortName": "berachainbArtio", @@ -2362,7 +2368,13 @@ { "name": "Berachain", "chain": "Berachain", - "rpc": ["https://rpc.berachain.com"], + "rpc": [ + "https://rpc.berachain.com", + "https://berachain-rpc.publicnode.com", + "wss://berachain-rpc.publicnode.com", + "https://rpc.berachain-apis.com", + "wss://rpc.berachain-apis.com" + ], "faucets": [], "nativeCurrency": { "name": "BERA Token", "symbol": "BERA", "decimals": 18 }, "infoURL": "https://www.berachain.com", @@ -2426,90 +2438,74 @@ "name": "Plume Mainnet", "title": "Plume Ethereum L2 Rollup Mainnet", "chain": "PLUME", - "rpc": ["https://phoenix-rpc.plumenetwork.xyz", "wss://phoenix-rpc.plumenetwork.xyz"], + "rpc": ["https://rpc.plume.org", "wss://rpc.plume.org"], "faucets": [], "nativeCurrency": { "name": "Plume", "symbol": "PLUME", "decimals": 18 }, - "infoURL": "https://plumenetwork.xyz/", + "infoURL": "https://plume.org", "shortName": "plume-mainnet", "chainId": 98866, "networkId": 98866, "slip44": 1, "icon": "plume", - "status": "incubating", + "status": "active", "explorers": [ - { - "name": "Blockscout", - "url": "https://phoenix-explorer.plumenetwork.xyz", - "icon": "blockscout", - "standard": "EIP3091" - } + { "name": "Blockscout", "url": "https://explorer.plume.org", "icon": "blockscout", "standard": "EIP3091" } ], - "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.plumenetwork.xyz" }] } + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.plume.org" }] } }, { "name": "Plume Testnet", "title": "Plume Sepolia L2 Rollup Testnet", "chain": "PLUME Testnet", - "rpc": ["https://testnet-rpc.plumenetwork.xyz", "wss://testnet-rpc.plumenetwork.xyz"], - "faucets": ["https://faucet.plumenetwork.xyz"], + "rpc": ["https://testnet-rpc.plume.org", "wss://testnet-rpc.plume.org"], + "faucets": ["https://faucet.plume.org"], "nativeCurrency": { "name": "Plume", "symbol": "PLUME", "decimals": 18 }, - "infoURL": "https://plumenetwork.xyz/", + "infoURL": "https://plume.org", "shortName": "plume-testnet", "chainId": 98867, "networkId": 98867, "slip44": 1, "icon": "plume", - "status": "incubating", + "status": "active", "explorers": [ - { - "name": "Blockscout", - "url": "https://testnet-explorer.plumenetwork.xyz", - "icon": "blockscout", - "standard": "EIP3091" - } + { "name": "Blockscout", "url": "https://testnet-explorer.plume.org", "icon": "blockscout", "standard": "EIP3091" } ], - "parent": { - "type": "L2", - "chain": "eip155-11155111", - "bridges": [{ "url": "https://testnet-bridge.plumenetwork.xyz" }] - } + "parent": { "type": "L2", "chain": "eip155-11155111", "bridges": [{ "url": "https://testnet-bridge.plume.org" }] } }, { - "name": "ADI Network AB Testnet", - "chain": "ADI", - "rpc": ["https://rpc.ab.testnet.adifoundation.ai/"], + "name": "UB Smart Chain", + "chain": "USC", + "rpc": ["https://rpc.uschain.network"], "faucets": [], - "explorers": [ - { - "name": "ADI Network Testnet Explorer", - "url": "https://explorer.ab.testnet.adifoundation.ai/", - "standard": "EIP3091" - } - ], - "nativeCurrency": { "name": "ADI", "symbol": "ADI", "decimals": 18 }, - "infoURL": "https://www.adi.foundation/", - "shortName": "adi", + "nativeCurrency": { "name": "UBC", "symbol": "UBC", "decimals": 18 }, + "infoURL": "https://www.ubchain.site/", + "shortName": "usc", "chainId": 99999, "networkId": 99999 }, { - "name": "Etherlink Testnet", + "name": "Etherlink Ghostnet Testnet", "chain": "Etherlink", "icon": "etherlink", "chainId": 128123, "networkId": 128123, - "features": [{ "name": "EIP1559" }], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], "infoURL": "https://etherlink.com", "shortName": "etlt", "nativeCurrency": { "name": "tez", "symbol": "XTZ", "decimals": 18 }, "rpc": ["https://node.ghostnet.etherlink.com"], "faucets": ["https://faucet.etherlink.com"], "explorers": [ - { "name": "Etherlink Testnet Explorer", "url": "https://testnet.explorer.etherlink.com", "standard": "EIP3091" } - ] + { + "name": "Etherlink Ghostnet Testnet Explorer", + "url": "https://testnet.explorer.etherlink.com", + "standard": "EIP3091" + } + ], + "status": "deprecated" }, { - "name": "Katana Tatara", + "name": "Tatara Testnet", "chain": "Tatara", "rpc": ["https://rpc.tatara.katanarpc.com/"], "faucets": [], @@ -2547,26 +2543,18 @@ ] }, { - "name": "Taiko Hekla", + "name": "Taiko Hekla (deprecated)", "chain": "ETH", - "status": "active", + "status": "deprecated", "icon": "taiko", - "rpc": [ - "https://rpc.hekla.taiko.xyz", - "wss://ws.hekla.taiko.xyz", - "https://taiko-hekla-rpc.publicnode.com", - "wss://taiko-hekla-rpc.publicnode.com" - ], + "rpc": [], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, "infoURL": "https://taiko.xyz", "shortName": "tko-hekla", "chainId": 167009, "networkId": 167009, - "explorers": [ - { "name": "blockscout", "url": "https://blockscoutapi.hekla.taiko.xyz", "standard": "EIP3091" }, - { "name": "Routescan", "url": "https://hekla.taikoexplorer.com", "standard": "EIP3091" } - ] + "explorers": [] }, { "name": "Mind Network Testnet", @@ -2578,10 +2566,7 @@ "infoURL": "https://mindnetwork.xyz", "shortName": "fhet", "chainId": 192940, - "networkId": 192940, - "explorers": [ - { "name": "explorer-testnet", "url": "https://explorer-testnet.mindnetwork.xyz/", "standard": "EIP3091" } - ] + "networkId": 192940 }, { "name": "Bitlayer Testnet", @@ -2709,33 +2694,20 @@ "chainId": 560048, "networkId": 560048, "slip44": 1, - "explorers": [{ "name": "Hoodi", "url": "https://hoodi.etherscan.io/", "standard": "none" }] + "explorers": [{ "name": "dora", "url": "https://light-hoodi.beaconcha.in", "standard": "none" }] }, { - "name": "Merlin Testnet", + "name": "Won Network", "chainId": 686868, - "shortName": "merlin", - "chain": "MERLIN", - "icon": "merlin", + "shortName": "WonChain", + "chain": "WON", + "icon": "won", "networkId": 686868, - "nativeCurrency": { "name": "Merlin_BTC", "symbol": "BTC", "decimals": 18 }, - "rpc": ["https://testnet-rpc.merlinchain.io/"], - "faucets": ["https://testnet.merlinchain.io/bridge"], - "explorers": [{ "name": "Merlin Testnet", "url": "https://testnet-scan.merlinchain.io/", "standard": "none" }], - "infoURL": "https://merlinchain.io/" - }, - { - "name": "Pharos Atlantic Testnet", - "chain": "pharos", - "icon": "pharos", - "rpc": ["https://atlantic.dplabs-internal.com/"], - "faucets": [], - "nativeCurrency": { "name": "PHRS", "symbol": "PHRS", "decimals": 18 }, - "infoURL": "https://www.pharos.xyz/", - "shortName": "pharos", - "chainId": 688689, - "networkId": 688689, - "explorers": [{ "name": "pharosscan", "url": "https://atlantic.pharosscan.xyz/", "standard": "EIP3091" }] + "nativeCurrency": { "name": "Won", "symbol": "WON", "decimals": 18 }, + "rpc": ["https://rpc.wonnetwork.org"], + "faucets": ["https://faucet.wondollars.org"], + "explorers": [{ "name": "Won Explorer", "url": "https://scan.wonnetwork.org", "standard": "EIP3091" }], + "infoURL": "https://wonnetwork.org" }, { "name": "Hemi Sepolia", @@ -2755,25 +2727,22 @@ "status": "active" }, { - "name": "Katana Mainnet", - "chain": "Katana", - "rpc": ["https://rpc.katanarpc.com/"], + "name": "katana", + "chain": "katana", + "rpc": ["https://rpc.katana.network", "https://katana.gateway.tenderly.co/", "https://rpc.katanarpc.com/"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }, { "name": "EIP4844" }, { "name": "EIP7702" }], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], - "infoURL": "", - "shortName": "Katana", + "infoURL": "https://katana.network", + "shortName": "katana", "chainId": 747474, "networkId": 747474, - "icon": "ethereum", + "icon": "katana", "explorers": [ - { - "name": "Katana explorer", - "url": "https://explorer.katanarpc.com", - "icon": "blockscout", - "standard": "EIP3091" - } - ] + { "name": "katanascan", "url": "https://katanascan.com", "icon": "katana", "standard": "EIP3091" }, + { "name": "katana explorer", "url": "https://explorer.katanarpc.com", "icon": "katana", "standard": "EIP3091" } + ], + "parent": { "type": "L2", "chain": "eip155-1", "bridges": [{ "url": "https://bridge.katana.network" }] } }, { "name": "Ink Sepolia", @@ -2900,19 +2869,6 @@ "explorers": [{ "name": "Jovay Explorer", "url": "https://explorer.jovay.io/l2", "standard": "none" }], "parent": { "type": "L2", "chain": "eip155-1", "bridges": [] } }, - { - "name": "DogeOS Chikyū Testnet", - "chain": "DogeOS", - "rpc": ["https://rpc.testnet.dogeos.com/"], - "faucets": ["https://faucet.testnet.dogeos.com"], - "nativeCurrency": { "name": "Doge", "symbol": "DOGE", "decimals": 18 }, - "icon": "doge", - "infoURL": "https://www.dogeos.com/", - "shortName": "doge", - "chainId": 6281971, - "networkId": 6281971, - "explorers": [{ "name": "Blockscout", "url": "https://blockscout.testnet.dogeos.com", "standard": "EIP3091" }] - }, { "name": "Zora", "chain": "ETH", @@ -2927,13 +2883,12 @@ "explorers": [{ "name": "Zora Network Explorer", "url": "https://explorer.zora.energy", "standard": "EIP3091" }] }, { - "name": "Sepolia", + "name": "Ethereum 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}", @@ -2943,7 +2898,6 @@ "wss://ethereum-sepolia-rpc.publicnode.com", "https://sepolia.drpc.org", "wss://sepolia.drpc.org", - "https://rpc-sepolia.rockx.com", "https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-" ], "faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"], @@ -3059,6 +3013,7 @@ "chainId": 728126428, "networkId": 728126428, "icon": "tron", + "slip44": 195, "explorers": [{ "name": "tronscan", "url": "https://tronscan.org", "icon": "tron", "standard": "none" }] }, { @@ -3095,5 +3050,18 @@ "explorers": [ { "name": "shasta tronscan", "url": "https://shasta.tronscan.org", "icon": "tron", "standard": "none" } ] + }, + { + "name": "Tron Nile", + "chain": "TRON", + "rpc": ["https://nile.trongrid.io/jsonrpc"], + "faucets": [], + "nativeCurrency": { "name": "Tron", "symbol": "TRX", "decimals": 6 }, + "infoURL": "https://tron.network", + "shortName": "tron-nile", + "chainId": 3448148188, + "networkId": 3448148188, + "icon": "tron", + "explorers": [{ "name": "nile tronscan", "url": "https://nile.tronscan.org", "icon": "tron", "standard": "none" }] } ]