diff --git a/src/chains.js b/src/chains.js index 6ccefa0..4bb4bdb 100644 --- a/src/chains.js +++ b/src/chains.js @@ -417,7 +417,7 @@ const chains = [ { name: 'Cronos Mainnet Beta', chain: 'CRO', - rpc: [ 'https://evm.cronos.org' ], + rpc: [ 'https://evm.cronos.org', 'https://cronos-evm.publicnode.com' ], features: [ { name: 'EIP1559' } ], faucets: [], nativeCurrency: { name: 'Cronos', symbol: 'CRO', decimals: 18 }, @@ -798,6 +798,25 @@ const chains = [ } ] }, + { + name: 'Acria IntelliChain', + chain: 'AIC', + rpc: [ 'https://aic.acria.ai' ], + faucets: [], + nativeCurrency: { name: 'ACRIA', symbol: 'ACRIA', decimals: 18 }, + features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], + infoURL: 'https://acria.ai', + shortName: 'aic', + chainId: 47, + networkId: 47, + explorers: [ + { + name: 'Acria IntelliChain-Explorer', + url: 'https://explorer.acria.ai', + standard: 'EIP3091' + } + ] + }, { name: 'Ennothem Mainnet Proterozoic', chain: 'ETMP', @@ -833,7 +852,6 @@ const chains = [ { name: 'etmp', url: 'https://pioneer.etmscan.network', - icon: 'etmpscan', standard: 'EIP3091' } ] @@ -1333,7 +1351,6 @@ const chains = [ { name: 'explorer', url: 'https://explorer.idchain.one', - icon: 'etherscan', standard: 'EIP3091' } ] @@ -1782,7 +1799,6 @@ const chains = [ { name: 'gnosisscan', url: 'https://gnosisscan.io', - icon: 'gnosisscan', standard: 'EIP3091' }, { @@ -2016,6 +2032,26 @@ const chains = [ networkId: 116, explorers: [] }, + { + name: 'Uptick Mainnet', + chain: 'Uptick', + rpc: [ 'https://json-rpc.uptick.network' ], + faucets: [], + nativeCurrency: { name: 'Uptick', symbol: 'UPTICK', decimals: 18 }, + infoURL: 'https://www.uptick.network', + shortName: 'auptick', + chainId: 117, + networkId: 117, + icon: 'uptick', + explorers: [ + { + name: 'Uptick Explorer', + url: 'https://evm-explorer.uptick.network', + icon: 'uptick', + standard: 'none' + } + ] + }, { name: 'Arcology Testnet', chain: 'Arcology', @@ -2213,6 +2249,26 @@ const chains = [ } ] }, + { + name: 'iExec Sidechain', + chain: 'Bellecour', + icon: 'rlc', + rpc: [ 'https://bellecour.iex.ec' ], + faucets: [], + nativeCurrency: { name: 'xRLC', symbol: 'xRLC', decimals: 18 }, + infoURL: 'https://iex.ec', + shortName: 'rlc', + chainId: 134, + networkId: 134, + explorers: [ + { + name: 'blockscout', + url: 'https://blockscout.bellecour.iex.ec', + icon: 'blockscout', + standard: 'EIP3091' + } + ] + }, { name: 'Alyx Chain Testnet', chain: 'Alyx Chain Testnet', @@ -2260,6 +2316,51 @@ const chains = [ } ] }, + { + name: 'Defi Oracle Meta Mainnet', + chain: 'dfiometa', + icon: 'defioraclemeta', + rpc: [ + 'https://rpc.public-0138.defi-oracle.io', + 'wss://rpc.public-0138.defi-oracle.io' + ], + features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://defi-oracle.io/', + shortName: 'dfio-meta-main', + chainId: 138, + networkId: 1, + slip44: 60, + ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' }, + explorers: [ + { + name: 'Quorum Explorer', + url: 'https://public-0138.defi-oracle.io', + standard: 'none' + } + ] + }, + { + name: 'WoopChain Mainnet', + chain: 'WOOP', + icon: 'woopchain', + rpc: [ 'https://rpc.woop.ai/rpc' ], + features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], + faucets: [], + nativeCurrency: { name: 'WoopCoin', symbol: 'WOOC', decimals: 18 }, + infoURL: 'https://wikiwoop.com', + shortName: 'woop', + chainId: 139, + networkId: 139, + explorers: [ + { + name: 'wikiwoop', + url: 'https://explorer.wikiwoop.com', + standard: 'EIP3091' + } + ] + }, { name: 'Openpiece Testnet', chain: 'OPENPIECE', @@ -2528,6 +2629,66 @@ const chains = [ } ] }, + { + name: 'OKBChain Testnet', + chain: 'okbchain', + rpc: [ 'https://okbtestrpc.okbchain.org' ], + faucets: [ 'https://www.oklink.com/okbc-test' ], + nativeCurrency: { + name: 'OKBChain Global Utility Token in testnet', + symbol: 'OKB', + decimals: 18 + }, + features: [], + infoURL: 'https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain', + shortName: 'tokb', + chainId: 195, + networkId: 195, + explorers: [ + { + name: 'OKLink', + url: 'https://www.oklink.com/okbc-test', + standard: 'EIP3091' + } + ], + status: 'active' + }, + { + name: 'OKBChain Mainnet', + chain: 'okbchain', + rpc: [], + faucets: [], + nativeCurrency: { + name: 'OKBChain Global Utility Token', + symbol: 'OKB', + decimals: 18 + }, + features: [], + infoURL: 'https://www.okex.com/okc', + shortName: 'okb', + chainId: 196, + networkId: 196, + explorers: [], + status: 'incubating' + }, + { + name: 'Neutrinos TestNet', + chain: 'NEUTR', + rpc: [ 'https://testnet-rpc.neutrinoschain.com' ], + faucets: [ 'https://neutrinoschain.com/faucet' ], + nativeCurrency: { name: 'Neutrinos', symbol: 'NEUTR', decimals: 18 }, + infoURL: 'https://docs.neutrinoschain.com', + shortName: 'NEUTR', + chainId: 197, + networkId: 197, + explorers: [ + { + name: 'blockscout', + url: 'https://testnet.neutrinoschain.com', + standard: 'EIP3091' + } + ] + }, { name: 'BitTorrent Chain Mainnet', chain: 'BTTC', @@ -2830,7 +2991,7 @@ const chains = [ { name: 'zkSync Era Testnet', chain: 'ETH', - rpc: [ 'https://zksync2-testnet.zksync.dev' ], + rpc: [ 'https://testnet.era.zksync.dev' ], faucets: [ 'https://goerli.portal.zksync.io/faucet' ], nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, infoURL: 'https://era.zksync.io/docs/', @@ -2887,7 +3048,7 @@ const chains = [ rpc: [ 'https://mainnet.hashio.io/api' ], features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], faucets: [], - nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 }, + nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 }, infoURL: 'https://hedera.com', shortName: 'hedera-mainnet', chainId: 295, @@ -2928,7 +3089,7 @@ const chains = [ rpc: [ 'https://testnet.hashio.io/api' ], features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], faucets: [ 'https://portal.hedera.com' ], - nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 }, + nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 }, infoURL: 'https://hedera.com', shortName: 'hedera-testnet', chainId: 296, @@ -2969,7 +3130,7 @@ const chains = [ rpc: [ 'https://previewnet.hashio.io/api' ], features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], faucets: [ 'https://portal.hedera.com' ], - nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 }, + nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 }, infoURL: 'https://hedera.com', shortName: 'hedera-previewnet', chainId: 297, @@ -2990,7 +3151,7 @@ const chains = [ rpc: [], features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], faucets: [], - nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 8 }, + nativeCurrency: { name: 'hbar', symbol: 'HBAR', decimals: 18 }, infoURL: 'https://hedera.com', shortName: 'hedera-localnet', chainId: 298, @@ -3067,7 +3228,11 @@ const chains = [ name: 'Filecoin - Mainnet', chain: 'FIL', icon: 'filecoin', - rpc: [ 'https://api.node.glif.io/', 'https://rpc.ankr.com/filecoin' ], + rpc: [ + 'https://api.node.glif.io/', + 'https://rpc.ankr.com/filecoin', + 'https://filecoin-mainnet.chainstacklabs.com/rpc/v1' + ], faucets: [], nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 }, infoURL: 'https://filecoin.io', @@ -3092,8 +3257,8 @@ const chains = [ standard: 'EIP3091' }, { - name: 'Filmine', - url: 'https://explorer.filmine.io', + name: 'Dev.storage', + url: 'https://dev.storage', standard: 'none' }, { name: 'Filscan', url: 'https://filscan.io', standard: 'none' }, @@ -3151,7 +3316,7 @@ const chains = [ { name: 'zkSync Era Mainnet', chain: 'ETH', - rpc: [ 'https://zksync2-mainnet.zksync.io' ], + rpc: [ 'https://mainnet.era.zksync.io' ], faucets: [], nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, infoURL: 'https://zksync.io/', @@ -3170,7 +3335,7 @@ const chains = [ parent: { type: 'L2', chain: 'eip155-1', - bridges: [ { url: 'https://portal.zksync.io/bridge' } ] + bridges: [ { url: 'https://bridge.zksync.io/' } ] } }, { @@ -3413,6 +3578,19 @@ const chains = [ } ] }, + { + name: 'LA Testnet', + chain: 'LATestnet', + rpc: [ 'https://rpc.testnet.lachain.network' ], + faucets: [], + nativeCurrency: { name: 'Test La Coin', symbol: 'TLA', decimals: 18 }, + features: [ { name: 'EIP155' } ], + infoURL: '', + shortName: 'latestnet', + chainId: 418, + networkId: 418, + explorers: [] + }, { name: 'Optimism Goerli Testnet', chain: 'ETH', @@ -3480,7 +3658,7 @@ const chains = [ rpc: [], faucets: [], nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 }, - infoURL: 'https://camino.foundation/', + infoURL: 'https://camino.network/', shortName: 'Camino', chainId: 500, networkId: 1000, @@ -3496,10 +3674,10 @@ const chains = [ { name: 'Columbus Test Network', chain: 'CAM', - rpc: [], + rpc: [ 'https://columbus.camino.network/ext/bc/C/rpc' ], faucets: [], nativeCurrency: { name: 'Camino', symbol: 'CAM', decimals: 18 }, - infoURL: 'https://camino.foundation/', + infoURL: 'https://camino.network/', shortName: 'Columbus', chainId: 501, networkId: 1001, @@ -3994,10 +4172,11 @@ const chains = [ explorers: [ { name: 'Canto Tesnet Explorer (Neobase)', - url: 'http://testnet-explorer.canto.neobase.one', + url: 'https://testnet-explorer.canto.neobase.one', standard: 'none' } - ] + ], + status: 'deprecated' }, { name: 'Vention Smart Chain Testnet', @@ -4100,7 +4279,7 @@ const chains = [ }, { name: 'Lucid Blockchain', - chain: 'Lucid Blockchain', + chain: 'Lucid', icon: 'lucid', rpc: [ 'https://rpc.lucidcoin.io' ], faucets: [ 'https://faucet.lucidcoin.io' ], @@ -4163,11 +4342,39 @@ const chains = [ explorers: [ { name: 'meerscan', + icon: 'meer', url: 'https://evm.meerscan.com', standard: 'none' } ] }, + { + name: 'BeOne Chain Mainnet', + chain: 'BOC', + icon: 'beonechain', + rpc: [ + 'https://dataseed1.beonechain.com', + 'https://dataseed2.beonechain.com', + 'https://dataseed-us1.beonechain.com', + 'https://dataseed-us2.beonechain.com', + 'https://dataseed-uk1.beonechain.com', + 'https://dataseed-uk2.beonechain.com' + ], + faucets: [], + nativeCurrency: { name: 'BeOne Chain Mainnet', symbol: 'BOC', decimals: 18 }, + infoURL: 'https://beonechain.com', + shortName: 'BOC', + chainId: 818, + networkId: 818, + slip44: 8181, + explorers: [ + { + name: 'BeOne Chain Mainnet', + url: 'https://beonescan.com', + standard: 'EIP3091' + } + ] + }, { name: 'Callisto Mainnet', chain: 'CLO', @@ -4435,6 +4642,17 @@ const chains = [ explorers: [], status: 'incubating' }, + { + name: 'DecentraBone Layer1 Testnet', + chain: 'DBONE', + rpc: [ 'https://layer1test.decentrabone.com' ], + faucets: [], + nativeCurrency: { name: 'DecentraBone', symbol: 'DBONE', decimals: 18 }, + infoURL: 'https://decentrabone.com', + shortName: 'DBONE', + chainId: 910, + networkId: 910 + }, { name: 'Rinia Testnet', chain: 'FIRE', @@ -4594,7 +4812,7 @@ const chains = [ { name: 'Memo Mainnet Explorer', url: 'https://scan.metamemo.one:8080', - icon: 'memoscan', + icon: 'memo', standard: 'EIP3091' } ] @@ -4890,6 +5108,29 @@ const chains = [ } ] }, + { + name: 'ShimmerEVM Testnet', + title: 'ShimmerEVM Testnet', + chain: 'ShimmerEVM', + icon: 'shimmerevm', + rpc: [ 'https://json-rpc.evm.testnet.shimmer.network' ], + faucets: [ + 'https://evm-toolkit.evm.testnet.shimmer.network', + 'https://evm-faucet.testnet.shimmer.network' + ], + nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 }, + infoURL: 'https://shimmer.network', + shortName: 'shimmerevm-testnet', + chainId: 1071, + networkId: 1071, + explorers: [ + { + name: 'explorer', + url: 'https://explorer.evm.testnet.shimmer.network', + standard: 'EIP3091' + } + ] + }, { name: 'Metis Andromeda Mainnet', chain: 'ETH', @@ -4932,6 +5173,32 @@ const chains = [ } ] }, + { + name: 'Polygon zkEVM', + title: 'Polygon zkEVM', + 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', @@ -4996,7 +5263,7 @@ const chains = [ name: 'Core Blockchain Mainnet', chain: 'Core', icon: 'core', - rpc: [ 'https://rpc.coredao.org/' ], + rpc: [ 'https://rpc.coredao.org/', 'https://rpc-core.icecreamswap.com' ], faucets: [], nativeCurrency: { name: 'Core Blockchain Native Token', @@ -5502,7 +5769,7 @@ const chains = [ faucets: [], nativeCurrency: { name: 'Dos Native Token', symbol: 'DOS', decimals: 18 }, infoURL: 'http://doschain.io/', - shortName: 'DOS', + shortName: 'TDOS', chainId: 1311, networkId: 1311, explorers: [ @@ -5605,7 +5872,7 @@ const chains = [ name: 'Elysium Mainnet', title: 'An L1, carbon-neutral, tree-planting, metaverse dedicated blockchain created by VulcanForged', chain: 'Elysium', - rpc: [ 'https://elysium-rpc.vulcanforged.com' ], + rpc: [ 'https://rpc.elysiumchain.tech/' ], faucets: [], nativeCurrency: { name: 'LAVA', symbol: 'LAVA', decimals: 18 }, infoURL: 'https://elysiumscan.vulcanforged.com', @@ -5679,6 +5946,45 @@ const chains = [ ], status: 'deprecated' }, + { + name: 'Polygon zkEVM Testnet Pre Audit-Upgraded', + title: 'Polygon zkEVM Testnet Pre Audit-Upgraded', + chain: 'Polygon', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://polygon.technology/solutions/polygon-zkevm/', + shortName: 'testnet-zkEVM-mango-pre-audit-upgraded', + chainId: 1422, + networkId: 1422, + explorers: [ + { + name: 'Polygon zkEVM explorer', + url: 'https://explorer.public.zkevm-test.net', + standard: 'EIP3091' + } + ], + status: 'deprecated' + }, + { + name: 'Rikeza Network Mainnet', + title: 'Rikeza Network Mainnet', + chain: 'Rikeza', + rpc: [ 'https://rpc.rikscan.com' ], + faucets: [], + nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 }, + infoURL: 'https://rikeza.io', + shortName: 'RIK', + chainId: 1433, + networkId: 1433, + explorers: [ + { + name: 'Rikeza Blockchain explorer', + url: 'https://rikscan.com', + standard: 'EIP3091' + } + ] + }, { name: 'Polygon zkEVM Testnet', title: 'Polygon zkEVM Testnet', @@ -5688,8 +5994,8 @@ const chains = [ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, infoURL: 'https://polygon.technology/solutions/polygon-zkevm/', shortName: 'testnet-zkEVM-mango', - chainId: 1422, - networkId: 1422, + chainId: 1442, + networkId: 1442, explorers: [ { name: 'Polygon zkEVM explorer', @@ -5904,6 +6210,30 @@ const chains = [ } ] }, + { + name: 'PartyChain', + chain: 'mainnet', + rpc: [ + 'https://tea.mining4people.com/rpc', + 'http://172.104.194.36:8545' + ], + faucets: [], + nativeCurrency: { name: 'Grams', symbol: 'GRAMS', decimals: 18 }, + infoURL: 'TeaPartyCrypto.com', + shortName: 'TeaParty', + chainId: 1773, + networkId: 1773, + icon: 'grams', + status: 'incubating', + explorers: [ + { + name: 'PartyExplorer', + url: 'https://partyexplorer.co', + icon: 'grams', + standard: 'EIP3091' + } + ] + }, { name: 'Kerleano', title: 'Proof of Carbon Reduction testnet', @@ -6043,6 +6373,54 @@ const chains = [ } ] }, + { + name: 'Lightlink Phoenix Mainnet', + chain: 'Lightlink Phoenix Mainnet', + icon: 'lightlink', + rpc: [ + 'https://replicator-01.phoenix.lightlink.io/rpc/v1', + 'https://replicator-02.phoenix.lightlink.io/rpc/v1' + ], + features: [ { name: 'EIP155' } ], + faucets: [], + nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://lightlink.io', + shortName: 'lightlink_phoenix', + chainId: 1890, + networkId: 1890, + explorers: [ + { + name: 'phoenix', + url: 'https://phoenix.lightlink.io', + icon: 'lightlink', + standard: 'EIP3091' + } + ] + }, + { + name: 'Lightlink Pegasus Testnet', + chain: 'Lightlink Pegasus Testnet', + icon: 'lightlink', + rpc: [ + 'https://replicator-01.pegasus.lightlink.io/rpc/v1', + 'https://replicator-02.pegasus.lightlink.io/rpc/v1' + ], + features: [ { name: 'EIP155' } ], + faucets: [ 'https://pegasus-faucet-react.vercel.app' ], + nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://lightlink.io', + shortName: 'lightlink_pegasus', + chainId: 1891, + networkId: 1891, + explorers: [ + { + name: 'pegasus', + url: 'https://pegasus.lightlink.io', + icon: 'lightlink', + standard: 'EIP3091' + } + ] + }, { name: 'BON Network', chain: 'BON', @@ -6133,6 +6511,30 @@ const chains = [ faucets: [], infoURL: '' }, + { + name: 'Dexilla Testnet', + chain: 'Dexilla', + rpc: [ 'https://rpc.dexilla.com' ], + faucets: [], + icon: 'dxz', + nativeCurrency: { name: 'Dexilla Native Token', symbol: 'DXZ', decimals: 18 }, + infoURL: 'https://dexilla.com', + shortName: 'Dexilla', + chainId: 1954, + networkId: 1954, + explorers: [ + { + name: 'dos-mainnet', + url: 'https://exp.dexilla.com', + standard: 'EIP3091' + } + ], + parent: { + type: 'L2', + chain: 'eip155-11155111', + bridges: [ { url: 'https://bridge.dexilla.com' } ] + } + }, { name: 'Eleanor', title: 'Metatime Testnet Eleanor', @@ -6155,6 +6557,44 @@ const chains = [ } ] }, + { + name: 'Super Smart Chain Testnet', + chain: 'TSCS', + rpc: [ 'https://testnet.superexchain.com:8544' ], + faucets: [ 'https://testnet.superexchain.com' ], + nativeCurrency: { name: 'Super Chain Native Token', symbol: 'TSCS', decimals: 18 }, + infoURL: 'https://testnet.superexchain.com', + shortName: 'tscs', + chainId: 1969, + networkId: 1969, + icon: 'super', + explorers: [ + { + name: 'blockscout', + url: 'https://testnetscan.superexchain.com', + standard: 'EIP3091' + } + ] + }, + { + name: 'Super Smart Chain Mainnet', + chain: 'SCS', + rpc: [ 'https://superexchain.com:8545' ], + faucets: [], + nativeCurrency: { name: 'Super Chain Native Token', symbol: 'SCS', decimals: 18 }, + infoURL: 'https://superexchain.com', + shortName: 'scs', + chainId: 1970, + networkId: 1970, + icon: 'super', + explorers: [ + { + name: 'blockscout', + url: 'https://scan.superexchain.com', + standard: 'EIP3091' + } + ] + }, { name: 'Atelier', title: 'Atelier Test Network', @@ -6445,26 +6885,63 @@ const chains = [ ] }, { - name: 'Edgeware Mainnet', + name: 'Edgeware EdgeEVM Mainnet', chain: 'EDG', - rpc: [ 'https://mainnet1.edgewa.re' ], + icon: 'edgeware', + rpc: [ + 'https://edgeware-evm.jelliedowl.net', + 'https://mainnet2.edgewa.re/evm', + 'https://mainnet3.edgewa.re/evm', + 'https://mainnet4.edgewa.re/evm', + 'https://mainnet5.edgewa.re/evm', + 'wss://edgeware.jelliedowl.net', + 'wss://mainnet2.edgewa.re', + 'wss://mainnet3.edgewa.re', + 'wss://mainnet4.edgewa.re', + 'wss://mainnet5.edgewa.re' + ], + features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], faucets: [], - nativeCurrency: { name: 'Edge', symbol: 'EDG', decimals: 18 }, - infoURL: 'http://edgewa.re', + nativeCurrency: { name: 'Edgeware', symbol: 'EDG', decimals: 18 }, + infoURL: 'https://edgeware.io', shortName: 'edg', chainId: 2021, - networkId: 2021 + networkId: 2021, + slip44: 523, + explorers: [ + { + name: 'Edgscan by Bharathcoorg', + url: 'https://edgscan.live', + standard: 'EIP3091' + }, + { + name: 'Subscan', + url: 'https://edgeware.subscan.io', + standard: 'none', + icon: 'subscan' + } + ] }, { - name: 'Beresheet Testnet', + name: 'Beresheet BereEVM Testnet', chain: 'EDG', - rpc: [ 'https://beresheet1.edgewa.re' ], + rpc: [ + 'https://beresheet-evm.jelliedowl.net', + 'wss://beresheet.jelliedowl.net' + ], faucets: [], - nativeCurrency: { name: 'Testnet Edge', symbol: 'tEDG', decimals: 18 }, - infoURL: 'http://edgewa.re', + nativeCurrency: { name: 'Testnet EDG', symbol: 'tEDG', decimals: 18 }, + infoURL: 'https://edgeware.io/build', shortName: 'edgt', chainId: 2022, - networkId: 2022 + networkId: 2022, + explorers: [ + { + name: 'Edgscan by Bharathcoorg', + url: 'https://testnet.edgscan.live', + standard: 'EIP3091' + } + ] }, { name: 'Taycan Testnet', @@ -6660,6 +7137,31 @@ const chains = [ } ] }, + { + name: 'Defi Oracle Meta Testnet', + chain: 'dfiometatest', + icon: 'defioraclemeta', + rpc: [ + 'https://rpc.public-2138.defi-oracle.io', + 'wss://rpc.public-2138.defi-oracle.io' + ], + features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], + faucets: [], + nativeCurrency: { name: 'testEther', symbol: 'tETH', decimals: 18 }, + infoURL: 'https://defi-oracle.io/', + shortName: 'dfio-meta-test', + chainId: 2138, + networkId: 21, + slip44: 60, + ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' }, + explorers: [ + { + name: 'Quorum Explorer', + url: 'https://public-2138.defi-oracle.io', + standard: 'none' + } + ] + }, { name: 'BOSagora Mainnet', chain: 'ETH', @@ -6891,13 +7393,39 @@ const chains = [ ] }, { - name: 'BOMB Chain Testnet', - chain: 'BOMB', - rpc: [ 'https://bombchain-testnet.ankr.com/bas_full_rpc_1' ], - faucets: [ 'https://faucet.bombchain-testnet.ankr.com/' ], - nativeCurrency: { name: 'BOMB Token', symbol: 'tBOMB', decimals: 18 }, - infoURL: 'https://www.bombmoney.com', - shortName: 'bombt', + name: 'WEMIX Kanvas Sepolia', + title: 'WEMIX Kanvas Testnet Sepolia', + chainId: 2357, + shortName: 'kanvas-aqua', + chain: 'ETH', + networkId: 2357, + nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 }, + rpc: [ 'https://api.aqua.wemixkanvas.io' ], + faucets: [], + infoURL: 'https://wemixkanvas.io', + icon: 'wemixkanvas', + explorers: [ + { + name: 'blockscout', + url: 'https://blockscout.aqua.wemixkanvas.io', + icon: 'wemixkanvas', + standard: 'EIP3091' + } + ], + parent: { + type: 'L2', + chain: 'eip155-11155111', + bridges: [ { url: 'https://wemixkanvas.io/bridge' } ] + } + }, + { + name: 'BOMB Chain Testnet', + chain: 'BOMB', + rpc: [ 'https://bombchain-testnet.ankr.com/bas_full_rpc_1' ], + faucets: [ 'https://faucet.bombchain-testnet.ankr.com/' ], + nativeCurrency: { name: 'BOMB Token', symbol: 'tBOMB', decimals: 18 }, + infoURL: 'https://www.bombmoney.com', + shortName: 'bombt', chainId: 2399, networkId: 2399, icon: 'bomb', @@ -7209,8 +7737,8 @@ const chains = [ standard: 'none' }, { - name: 'Filmine', - url: 'https://explorer.filmine.io', + name: 'Dev.storage', + url: 'https://dev.storage', standard: 'none' }, { @@ -7302,7 +7830,6 @@ const chains = [ { name: 'Paribu Net Explorer', url: 'https://explorer.paribu.network', - icon: 'explorer', standard: 'EIP3091' } ] @@ -7322,7 +7849,6 @@ const chains = [ { name: 'Paribu Net Testnet Explorer', url: 'https://testnet.paribuscan.com', - icon: 'explorer', standard: 'EIP3091' } ] @@ -7411,12 +7937,10 @@ const chains = [ shortName: 'btx', chainId: 3690, networkId: 3690, - icon: 'ethereum', explorers: [ { name: 'bittexscan', url: 'https://bittexscan.com', - icon: 'etherscan', standard: 'EIP3091' } ] @@ -7458,6 +7982,25 @@ const chains = [ } ] }, + { + name: 'AlveyChain Mainnet', + chain: 'ALV', + icon: 'alveychain', + rpc: [ 'https://rpc.alveychain.com/rpc', 'https://rpc2.alvey.io/rpc' ], + faucets: [], + nativeCurrency: { name: 'AlveyCoin', symbol: 'ALV', decimals: 18 }, + infoURL: 'https://alveyscan.com/rpc', + shortName: 'alv', + chainId: 3797, + networkId: 3797, + explorers: [ + { + name: 'AlveyScan', + url: 'https://alveyscan.com', + standard: 'EIP3091' + } + ] + }, { name: 'DRAC Network', chain: 'DRAC', @@ -7474,7 +8017,26 @@ const chains = [ { name: 'DRAC_Network Scan', url: 'https://www.dracscan.io', - icon: 'DRAC', + standard: 'EIP3091' + } + ] + }, + { + name: 'DOS Tesnet', + chain: 'DOS', + rpc: [ 'https://test.doschain.com' ], + faucets: [], + nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 }, + infoURL: 'http://doschain.io/', + shortName: 'dost', + chainId: 3939, + networkId: 3939, + icon: 'doschain', + explorers: [ + { + name: 'DOScan-Test', + url: 'https://test.doscan.io', + icon: 'doschain', standard: 'EIP3091' } ] @@ -7717,6 +8279,30 @@ const chains = [ } ] }, + { + name: 'Nexi Mainnet', + chain: 'Nexi', + icon: 'nexi', + rpc: [ + 'https://rpc.chain.nexi.technology/', + 'https://chain.nexilix.com', + 'https://chain.nexi.evmnode.online' + ], + faucets: [], + nativeCurrency: { name: 'Nexi', symbol: 'NEXI', decimals: 18 }, + infoURL: 'https://www.nexi.technology/', + shortName: 'nexi', + chainId: 4242, + networkId: 4242, + slip44: 2500, + explorers: [ + { + name: 'nexiscan', + url: 'https://www.nexiscan.com', + standard: 'EIP3091' + } + ] + }, { name: 'Bobafuji Testnet', chain: 'Bobafuji Testnet', @@ -8195,6 +8781,25 @@ const chains = [ } ] }, + { + name: 'Scolcoin WeiChain Testnet', + chain: 'SCOLWEI-testnet', + rpc: [ 'https://testnet-rpc.scolcoin.com' ], + faucets: [ 'https://faucet.scolcoin.com' ], + nativeCurrency: { name: 'Scolcoin', symbol: 'SCOL', decimals: 18 }, + infoURL: 'https://scolcoin.com', + shortName: 'SRC-test', + chainId: 6552, + networkId: 6552, + icon: 'scolcoin', + explorers: [ + { + name: 'Scolscan Testnet Explorer', + url: 'https://testnet-explorer.scolcoin.com', + standard: 'EIP3091' + } + ] + }, { name: 'Pixie Chain Mainnet', chain: 'PixieChain', @@ -8394,6 +8999,86 @@ const chains = [ } ] }, + { + name: 'ADIL Testnet', + chain: 'ADIL', + icon: 'adil', + rpc: [ 'https://testnet.adilchain-rpc.io' ], + faucets: [ 'https://testnet-faucet.adil-scan.io' ], + nativeCurrency: { name: 'Testnet ADIL', symbol: 'ADIL', decimals: 18 }, + infoURL: 'https://adilchain.io', + shortName: 'tadil', + chainId: 7575, + networkId: 7575, + explorers: [ + { + name: 'ADIL Testnet Explorer', + url: 'https://testnet.adilchain-scan.io', + standard: 'EIP3091' + } + ] + }, + { + name: 'ADIL Mainnet', + chain: 'ADIL', + icon: 'adil', + rpc: [ 'https://s2.adilchain-rpc.io' ], + faucets: [], + nativeCurrency: { name: 'ADIL', symbol: 'ADIL', decimals: 18 }, + infoURL: 'https://adilchain.io', + shortName: 'adil', + chainId: 7576, + networkId: 7576, + explorers: [ + { + name: 'ADIL Mainnet Explorer', + url: 'https://s2.adilchain-scan.io', + standard: 'EIP3091' + } + ] + }, + { + name: 'The Root Network - Mainnet', + chain: 'TRN', + rpc: [ + 'https://root.rootnet.live/archive', + 'wss://root.rootnet.live/archive/ws' + ], + faucets: [], + nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 6 }, + infoURL: 'https://www.futureverse.com/technology/root', + shortName: 'trn-mainnet', + chainId: 7668, + networkId: 7668, + explorers: [ + { + name: 'rootnet', + url: 'https://explorer.rootnet.live', + standard: 'none' + } + ] + }, + { + name: 'The Root Network - Porcini Testnet', + chain: 'TRN', + rpc: [ + 'https://porcini.rootnet.app/archive', + 'wss://porcini.rootnet.app/archive/ws' + ], + faucets: [], + nativeCurrency: { name: 'XRP', symbol: 'XRP', decimals: 6 }, + infoURL: 'https://www.futureverse.com/technology/root', + shortName: 'trn-porcini', + chainId: 7672, + networkId: 7672, + explorers: [ + { + name: 'rootnet', + url: 'https://explorer.rootnet.cloud', + standard: 'none' + } + ] + }, { name: 'Canto', chain: 'Canto', @@ -8426,6 +9111,24 @@ const chains = [ } ] }, + { + name: 'Canto Tesnet', + chain: 'Canto', + rpc: [ 'https://testnet-archive.plexnode.wtf' ], + faucets: [], + nativeCurrency: { name: 'Testnet Canto', symbol: 'CANTO', decimals: 18 }, + infoURL: 'https://canto.io', + shortName: 'TestnetCanto', + chainId: 7701, + networkId: 7701, + explorers: [ + { + name: 'Canto Testnet EVM Explorer (Blockscout)', + url: 'https://testnet.tuber.build', + standard: 'none' + } + ] + }, { name: 'Rise of the Warbots Testnet', chain: 'nmactest', @@ -8471,6 +9174,26 @@ const chains = [ } ] }, + { + name: 'DOS Chain', + chain: 'DOS', + rpc: [ 'https://main.doschain.com' ], + faucets: [], + nativeCurrency: { name: 'DOS', symbol: 'DOS', decimals: 18 }, + infoURL: 'https://doschain.io', + shortName: 'dos', + chainId: 7979, + networkId: 7979, + icon: 'doschain', + explorers: [ + { + name: 'DOScan', + url: 'https://doscan.io', + icon: 'doschain', + standard: 'EIP3091' + } + ] + }, { name: 'Teleport', chain: 'Teleport', @@ -8549,7 +9272,7 @@ const chains = [ { name: 'Shardeum Scan', url: 'https://explorer-liberty10.shardeum.org', - standard: 'none' + standard: 'EIP3091' } ], redFlags: [ 'reusedChainId' ] @@ -8569,7 +9292,7 @@ const chains = [ { name: 'Shardeum Scan', url: 'https://explorer-liberty20.shardeum.org', - standard: 'none' + standard: 'EIP3091' } ], redFlags: [ 'reusedChainId' ] @@ -8589,7 +9312,7 @@ const chains = [ { name: 'Shardeum Scan', url: 'https://explorer-sphinx.shardeum.org', - standard: 'none' + standard: 'EIP3091' } ], redFlags: [ 'reusedChainId' ] @@ -8621,11 +9344,77 @@ const chains = [ explorers: [ { name: 'meerscan testnet', + icon: 'meer', url: 'https://testnet.qng.meerscan.io', standard: 'none' } ] }, + { + name: 'Qitmeer Network Mixnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Qitmeer Mixnet', symbol: 'MEER-M', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'meermix', + icon: 'meer', + chainId: 8132, + networkId: 8132, + status: 'incubating' + }, + { + name: 'Qitmeer Network Privnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Qitmeer Privnet', symbol: 'MEER-P', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'meerpriv', + icon: 'meer', + chainId: 8133, + networkId: 8133, + status: 'incubating' + }, + { + name: 'Amana', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Amana Mainnet', symbol: 'MEER', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'amana', + icon: 'meer', + chainId: 8134, + networkId: 8134, + status: 'incubating' + }, + { + name: 'Flana', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Flana Mainnet', symbol: 'MEER', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'flana', + icon: 'meer', + chainId: 8135, + networkId: 8135, + status: 'incubating' + }, + { + name: 'Mizana', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Mizana Mainnet', symbol: 'MEER', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'mizana', + icon: 'meer', + chainId: 8136, + networkId: 8136, + status: 'incubating' + }, { name: 'BeOne Chain Testnet', chain: 'BOC', @@ -8699,6 +9488,24 @@ const chains = [ chainId: 8285, networkId: 8285 }, + { + name: 'Dracones Financial Services', + title: 'The Dracones Mainnet', + chain: 'FUCK', + rpc: [ 'https://api.dracones.net/' ], + faucets: [], + nativeCurrency: { + name: 'Functionally Universal Coin Kind', + symbol: 'FUCK', + decimals: 18 + }, + infoURL: 'https://wolfery.com', + shortName: 'fuck', + chainId: 8387, + networkId: 8387, + icon: 'dracones', + explorers: [] + }, { name: 'Base', chain: 'ETH', @@ -8782,7 +9589,6 @@ const chains = [ { name: 'alphscan', url: 'https://explorer.alph.network', - icon: 'alphscan', standard: 'EIP3091' } ] @@ -8790,7 +9596,7 @@ const chains = [ { name: 'TMY Chain', chain: 'TMY', - icon: 'ethereum', + icon: 'tmychain', rpc: [ 'https://node1.tmyblockchain.org/rpc' ], faucets: [ 'https://faucet.tmychain.org/' ], nativeCurrency: { name: 'TMY', symbol: 'TMY', decimals: 18 }, @@ -9177,7 +9983,6 @@ const chains = [ { name: 'QEasyWeb3 Explorer', url: 'https://www.qeasyweb3.com', - icon: 'qetscan', standard: 'EIP3091' } ] @@ -9733,6 +10538,25 @@ const chains = [ ], parent: { type: 'L2', chain: 'eip155-43113' } }, + { + name: 'Rikeza Network Testnet', + title: 'Rikeza Network Testnet', + chain: 'Rikeza', + rpc: [ 'https://testnet-rpc.rikscan.com' ], + faucets: [], + nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 }, + infoURL: 'https://rikeza.io', + shortName: 'tRIK', + chainId: 12715, + networkId: 12715, + explorers: [ + { + name: 'Rikeza Blockchain explorer', + url: 'https://testnet.rikscan.com', + standard: 'EIP3091' + } + ] + }, { name: 'SPS', chain: 'SPS', @@ -9787,7 +10611,6 @@ const chains = [ { name: 'phoenixplorer', url: 'https://phoenixplorer.com', - icon: 'phoenixplorer', standard: 'EIP3091' } ] @@ -9830,6 +10653,24 @@ const chains = [ } ] }, + { + name: 'LoopNetwork Mainnet', + chain: 'LoopNetwork', + rpc: [ 'https://api.mainnetloop.com' ], + faucets: [], + nativeCurrency: { name: 'LOOP', symbol: 'LOOP', decimals: 18 }, + infoURL: 'http://theloopnetwork.org/', + shortName: 'loop', + chainId: 15551, + networkId: 15551, + explorers: [ + { + name: 'loopscan', + url: 'http://explorer.mainnetloop.com', + standard: 'none' + } + ] + }, { name: 'Trust EVM Testnet', chain: 'Trust EVM Testnet', @@ -9989,6 +10830,25 @@ const chains = [ } ] }, + { + name: 'Camelark Mainnet', + chainId: 20001, + shortName: 'Camelark', + chain: 'ETHW', + icon: 'camelark', + networkId: 20001, + nativeCurrency: { name: 'EthereumPoW', symbol: 'ETHW', decimals: 18 }, + rpc: [ 'https://mainnet-http-rpc.camelark.com' ], + faucets: [], + explorers: [ + { + name: 'CamelarkScan', + url: 'https://scan.camelark.com', + standard: 'EIP3091' + } + ], + infoURL: 'https://www.camelark.com' + }, { name: 'Callisto Testnet', chain: 'CLO', @@ -10465,6 +11325,24 @@ const chains = [ } ] }, + { + name: 'Zilliqa EVM Testnet', + chain: 'ZIL', + rpc: [ 'https://dev-api.zilliqa.com' ], + faucets: [ 'https://dev-wallet.zilliqa.com/faucet?network=testnet' ], + nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 }, + infoURL: 'https://www.zilliqa.com/', + shortName: 'zil-testnet', + chainId: 33101, + networkId: 33101, + explorers: [ + { + name: 'Zilliqa EVM Explorer', + url: 'https://evmx.zilliqa.com', + standard: 'none' + } + ] + }, { name: 'Aves Mainnet', chain: 'AVS', @@ -11114,6 +11992,58 @@ const chains = [ } ] }, + { + name: 'Syscoin Rollux Testnet', + chain: 'SYS', + rpc: [ + 'https://rpc-tanenbaum.rollux.com', + 'wss://rpc-tanenbaum.rollux.com/wss' + ], + faucets: [], + nativeCurrency: { name: 'Rollux Testnet Syscoin', symbol: 'tSYS', decimals: 18 }, + infoURL: 'https://syscoin.org', + shortName: 'tsys-rollux', + chainId: 57000, + networkId: 57000, + explorers: [ + { + name: 'Syscoin Rollux Testnet Explorer', + url: 'https://rollux.tanenbaum.io', + standard: 'EIP3091' + } + ] + }, + { + name: 'Linea Testnet', + title: 'Linea Testnet', + chain: 'ETH', + rpc: [ 'https://rpc.goerli.linea.build' ], + faucets: [ 'https://faucetlink.to/goerli' ], + nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://linea.build', + shortName: 'linea-testnet', + chainId: 59140, + networkId: 59140, + icon: 'linea', + parent: { + type: 'L2', + chain: 'eip155-5', + bridges: [ + { + url: 'https://goerli.hop.exchange/#/send?token=ETH&sourceNetwork=ethereum&destNetwork=linea' + } + ] + }, + explorers: [ + { + name: 'Linea Testnet Explorer', + url: 'https://explorer.goerli.linea.build', + standard: 'EIP3091', + icon: 'linea' + } + ], + status: 'active' + }, { name: 'Thinkium Testnet Chain 0', chain: 'Thinkium', @@ -11310,6 +12240,25 @@ const chains = [ } ] }, + { + name: 'Scolcoin Mainnet', + chain: 'SCOLWEI', + rpc: [ 'https://mainnet-rpc.scolcoin.com' ], + faucets: [], + nativeCurrency: { name: 'Scolcoin', symbol: 'SCOL', decimals: 18 }, + infoURL: 'https://scolcoin.com', + shortName: 'SRC', + chainId: 65450, + networkId: 65450, + icon: 'scolcoin', + explorers: [ + { + name: 'Scolscan Explorer', + url: 'https://explorer.scolcoin.com', + standard: 'EIP3091' + } + ] + }, { name: 'SiriusNet', chain: 'SIN', @@ -11612,6 +12561,123 @@ const chains = [ } ] }, + { + name: 'Amana Testnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Amana Testnet', symbol: 'MEER-T', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'amanatest', + icon: 'meer', + chainId: 81341, + networkId: 81341, + status: 'incubating' + }, + { + name: 'Amana Mixnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Amana Mixnet', symbol: 'MEER-M', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'amanamix', + icon: 'meer', + chainId: 81342, + networkId: 81342, + status: 'incubating' + }, + { + name: 'Amana Privnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Amana Privnet', symbol: 'MEER-P', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'amanapriv', + icon: 'meer', + chainId: 81343, + networkId: 81343, + status: 'incubating' + }, + { + name: 'Flana Testnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Flana Testnet', symbol: 'MEER-T', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'flanatest', + icon: 'meer', + chainId: 81351, + networkId: 81351, + status: 'incubating' + }, + { + name: 'Flana Mixnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Flana Mixnet', symbol: 'MEER-M', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'flanamix', + icon: 'meer', + chainId: 81352, + networkId: 81352, + status: 'incubating' + }, + { + name: 'Flana Privnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Flana Privnet', symbol: 'MEER-P', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'flanapriv', + icon: 'meer', + chainId: 81353, + networkId: 81353, + status: 'incubating' + }, + { + name: 'Mizana Testnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Mizana Testnet', symbol: 'MEER-T', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'mizanatest', + icon: 'meer', + chainId: 81361, + networkId: 81361, + status: 'incubating' + }, + { + name: 'Mizana Mixnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Mizana Mixnet', symbol: 'MEER-M', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'mizanamix', + icon: 'meer', + chainId: 81362, + networkId: 81362, + status: 'incubating' + }, + { + name: 'Mizana Privnet', + chain: 'MEER', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Mizana Privnet', symbol: 'MEER-P', decimals: 18 }, + infoURL: 'https://github.com/Qitmeer', + shortName: 'mizanapriv', + icon: 'meer', + chainId: 81363, + networkId: 81363, + status: 'incubating' + }, { name: 'Base Goerli Testnet', chain: 'ETH', @@ -11635,6 +12701,17 @@ const chains = [ } ] }, + { + name: 'CYBERTRUST', + chain: 'CYBER', + rpc: [ 'http://testnet.cybertrust.space:48501' ], + faucets: [], + nativeCurrency: { name: 'Cyber Trust', symbol: 'CYBER', decimals: 18 }, + infoURL: 'https://cybertrust.space', + shortName: 'Cyber', + chainId: 85449, + networkId: 48501 + }, { name: 'Chiliz Scoville Testnet', chain: 'CHZ', @@ -12288,6 +13365,25 @@ const chains = [ } ] }, + { + name: 'ADIL Devnet', + chain: 'ADIL', + icon: 'adil', + rpc: [ 'https://devnet.adilchain-rpc.io' ], + faucets: [], + nativeCurrency: { name: 'Devnet ADIL', symbol: 'ADIL', decimals: 18 }, + infoURL: 'https://adilchain.io', + shortName: 'dadil', + chainId: 123456, + networkId: 123456, + explorers: [ + { + name: 'ADIL Devnet Explorer', + url: 'https://devnet.adilchain-scan.io', + standard: 'EIP3091' + } + ] + }, { name: 'ETND Chain Mainnets', chain: 'ETND', @@ -12308,6 +13404,25 @@ const chains = [ } ] }, + { + name: 'Taiko (Alpha-2 Testnet)', + chain: 'ETH', + icon: 'taiko', + rpc: [ 'https://rpc.a2.taiko.xyz' ], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://taiko.xyz', + shortName: 'taiko-a2', + chainId: 167004, + networkId: 167004, + explorers: [ + { + name: 'blockscout', + url: 'https://explorer.a2.taiko.xyz', + standard: 'EIP3091' + } + ] + }, { name: 'Condor Test Network', chain: 'CONDOR', @@ -12530,11 +13645,48 @@ const chains = [ { name: 'explorer masnet', url: 'https://explorer.masnet.ai', - icon: 'explorer', standard: 'EIP3091' } ] }, + { + name: 'Taf ECO Chain Mainnet', + chain: 'Taf ECO Chain', + icon: 'taf', + rpc: [ 'https://mainnet.tafchain.com/v1' ], + faucets: [], + nativeCurrency: { name: 'Taf ECO Chain Mainnet', symbol: 'TAFECO', decimals: 18 }, + infoURL: 'https://www.tafchain.com', + shortName: 'TAFECO', + chainId: 224168, + networkId: 224168, + explorers: [ + { + name: 'Taf ECO Chain Mainnet', + url: 'https://ecoscan.tafchain.com', + standard: 'EIP3091' + } + ] + }, + { + name: 'HashKey Chain Testnet', + chain: 'HashKey', + rpc: [ 'https://testnet.hashkeychain/rpc' ], + faucets: [ 'https://testnet.hashkeychain/faucet' ], + nativeCurrency: { name: 'HashKey Token', symbol: 'tHSK', decimals: 18 }, + infoURL: 'https://www.hashkey.com', + shortName: 'hsktest', + chainId: 230315, + networkId: 230315, + icon: 'hsk', + explorers: [ + { + name: 'HashKey Chain Testnet Explorer', + url: 'https://testnet.hashkeyscan.io', + standard: 'none' + } + ] + }, { name: 'Haymo Testnet', chain: 'tHYM', @@ -12660,6 +13812,11 @@ const chains = [ name: 'Filscout - Calibration', url: 'https://calibration.filscout.com/en', standard: 'none' + }, + { + name: 'Filfox - Calibration', + url: 'https://calibration.filfox.info', + standard: 'none' } ] }, @@ -12705,6 +13862,26 @@ const chains = [ chainId: 333999, networkId: 333999 }, + { + name: 'HAPchain Testnet', + chain: 'HAPchain', + rpc: [ 'https://jsonrpc-test.hap.land' ], + faucets: [], + nativeCurrency: { name: 'HAP', symbol: 'HAP', decimals: 18 }, + infoURL: 'https://hap.land', + shortName: 'hap-testnet', + chainId: 373737, + networkId: 373737, + icon: 'hap', + explorers: [ + { + name: 'HAP EVM Explorer (Blockscout)', + url: 'https://blockscout-test.hap.land', + standard: 'none', + icon: 'hap' + } + ] + }, { name: 'Metal C-Chain', chain: 'Metal', @@ -12976,15 +14153,15 @@ const chains = [ name: 'ethereum Fair', chainId: 513100, networkId: 513100, - shortName: 'etf', - chain: 'ETF', + shortName: 'ethf', + chain: 'ETHF', nativeCurrency: { name: 'EthereumFair', symbol: 'ETHF', decimals: 18 }, rpc: [ 'https://rpc.etherfair.org' ], faucets: [], explorers: [ { name: 'etherfair', - url: 'https://explorer.etherfair.org', + url: 'https://www.oklink.com/ethf', standard: 'EIP3091' } ], @@ -13417,9 +14594,7 @@ const chains = [ 'https://devnetopenapi2.platon.network/rpc', 'wss://devnetopenapi2.platon.network/ws' ], - faucets: [ - 'https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03' - ], + faucets: [ 'https://devnet2faucet.platon.network/faucet' ], nativeCurrency: { name: 'LAT', symbol: 'lat', decimals: 18 }, infoURL: 'https://www.platon.network', shortName: 'platondev', @@ -13472,6 +14647,25 @@ const chains = [ slip44: 1, explorers: [] }, + { + name: 'MXC Wannsee zkEVM Testnet', + chain: 'MXC zkEVM', + icon: 'mxc', + rpc: [ 'https://wannsee-rpc.mxc.com' ], + faucets: [], + nativeCurrency: { name: 'MXC Wannsee zkEVM Testnet', symbol: 'MXC', decimals: 18 }, + infoURL: 'https://wannsee.mxc.com/docs/intro', + shortName: 'MXC', + chainId: 5167003, + networkId: 5167003, + explorers: [ + { + name: 'MXC Wannsee zkEVM Testnet', + url: 'https://wannsee-explorer.mxc.com', + standard: 'EIP3091' + } + ] + }, { name: 'Imversed Mainnet', chain: 'Imversed', @@ -13620,6 +14814,54 @@ const chains = [ ], parent: { chain: 'eip155-2099156', type: 'L2' } }, + { + name: 'HAPchain', + chain: 'HAPchain', + rpc: [ 'https://jsonrpc.hap.land' ], + faucets: [], + nativeCurrency: { name: 'HAP', symbol: 'HAP', decimals: 18 }, + infoURL: 'https://hap.land', + shortName: 'hap', + chainId: 8794598, + networkId: 8794598, + icon: 'hap', + explorers: [ + { + name: 'HAP EVM Explorer (Blockscout)', + url: 'https://blockscout.hap.land', + standard: 'none', + icon: 'hap' + } + ] + }, + { + name: 'Quarix Testnet', + chain: 'Quarix', + status: 'incubating', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Q', symbol: 'Q', decimals: 18 }, + infoURL: '', + shortName: 'quarix-testnet', + chainId: 8888881, + networkId: 8888881, + icon: 'quarix', + explorers: [] + }, + { + name: 'Quarix', + chain: 'Quarix', + status: 'incubating', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Q', symbol: 'Q', decimals: 18 }, + infoURL: '', + shortName: 'quarix', + chainId: 8888888, + networkId: 8888888, + icon: 'quarix', + explorers: [] + }, { name: 'Plian Testnet Subchain 1', chain: 'Plian', @@ -13973,6 +15215,26 @@ const chains = [ } ] }, + { + name: 'T.E.A.M Blockchain', + chain: 'TEAM', + icon: 'team', + rpc: [ 'https://rpc.teamblockchain.team' ], + faucets: [], + nativeCurrency: { name: 'TEAM', symbol: '$TEAM', decimals: 18 }, + features: [ { name: 'EIP155' }, { name: 'EIP1559' } ], + infoURL: 'https://teamblockchain.team', + shortName: 'team', + chainId: 88888888, + networkId: 88888888, + explorers: [ + { + name: 'teamscan', + url: 'https://teamblockchain.team', + standard: 'EIP3091' + } + ] + }, { name: 'Joys Digital TestNet', chain: 'TOYS', @@ -13994,10 +15256,12 @@ const chains = [ shortName: 'GTH', chainId: 192837465, networkId: 192837465, + icon: 'gather', explorers: [ { name: 'Blockscout', url: 'https://explorer.gather.network', + icon: 'gather', standard: 'none' } ] @@ -14125,10 +15389,12 @@ const chains = [ shortName: 'tGTH', chainId: 356256156, networkId: 356256156, + icon: 'gather', explorers: [ { name: 'Blockscout', url: 'https://testnet-explorer.gather.network', + icon: 'gather', standard: 'none' } ] @@ -14184,6 +15450,47 @@ const chains = [ chainId: 1122334455, networkId: 1122334455 }, + { + name: 'CyberdeckNet', + chain: 'cyberdeck', + rpc: [ 'http://cybeth1.cyberdeck.eu:8545' ], + faucets: [], + nativeCurrency: { name: 'Cyb', symbol: 'CYB', decimals: 18 }, + infoURL: 'https://cyberdeck.eu', + shortName: 'cyb', + chainId: 1146703430, + networkId: 1146703430, + icon: 'cyberdeck', + status: 'active', + explorers: [ + { + name: 'CybEthExplorer', + url: 'http://cybeth1.cyberdeck.eu:8000', + icon: 'cyberdeck', + standard: 'none' + } + ] + }, + { + name: 'HUMAN Protocol', + title: 'HUMAN Protocol', + chain: 'wan-red-ain', + rpc: [ 'https://mainnet.skalenodes.com/v1/wan-red-ain' ], + faucets: [ 'https://dashboard.humanprotocol.org/faucet' ], + nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 }, + infoURL: 'https://www.humanprotocol.org', + shortName: 'human-mainnet', + chainId: 1273227453, + networkId: 1273227453, + explorers: [ + { + name: 'Blockscout', + url: 'https://wan-red-ain.explorer.mainnet.skalenodes.com', + icon: 'human', + standard: 'EIP3091' + } + ] + }, { name: 'Aurora Mainnet', chain: 'NEAR', @@ -14231,6 +15538,27 @@ const chains = [ chainId: 1313161556, networkId: 1313161556 }, + { + name: 'RaptorChain', + chain: 'RPTR', + rpc: [ 'https://rpc.raptorchain.io/web3' ], + faucets: [], + nativeCurrency: { name: 'Raptor', symbol: 'RPTR', decimals: 18 }, + features: [ { name: 'EIP155' } ], + infoURL: 'https://raptorchain.io', + shortName: 'rptr', + chainId: 1380996178, + networkId: 1380996178, + icon: 'raptorchain', + explorers: [ + { + name: 'RaptorChain Explorer', + url: 'https://explorer.raptorchain.io', + icon: 'raptorchain_explorer', + standard: 'EIP3091' + } + ] + }, { name: 'Nebula Mainnet', chain: 'green-giddy-denebola',