From 4f107798c28c109f1ace14a6698958be95f38d17 Mon Sep 17 00:00:00 2001 From: rkalis Date: Mon, 6 May 2024 01:02:04 +0000 Subject: [PATCH] Update chains based on latest data from chainId.network --- package.json | 2 +- src/chains.ts | 711 +++++++++++++++++++++++++++++++++++++++++++++++--- src/enums.ts | 82 +++++- 3 files changed, 751 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index caadda7..7c344bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@revoke.cash/chains", - "version": "39.0.0", + "version": "40.0.0", "description": "Helper module for getting EVM chains info.", "author": "Revoke.cash", "contributors": [ diff --git a/src/chains.ts b/src/chains.ts index b66a4e8..1fbc72b 100644 --- a/src/chains.ts +++ b/src/chains.ts @@ -2791,6 +2791,20 @@ export const chains: Chains = { } ] }, + 133: { + name: 'HashKey Chain Testnet', + title: 'HashKey Chain Testnet', + chain: 'HashKey Chain Testnet', + rpc: [], + faucets: [], + nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 }, + infoURL: 'https://hashkey.cloud', + shortName: 'HSKT', + chainId: 133, + networkId: 133, + explorers: [], + parent: { type: 'L2', chain: 'eip155-11155111' } + }, 134: { name: 'iExec Sidechain', chain: 'Bellecour', @@ -3296,6 +3310,32 @@ export const chains: Chains = { chainId: 163, networkId: 163 }, + 164: { + name: 'Omni Testnet (incubating)', + chain: 'Omni', + status: 'incubating', + rpc: [], + features: [{ name: 'EIP155' }], + faucets: [], + nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 }, + infoURL: 'https://docs.omni.network', + shortName: 'omni_testnet_164', + chainId: 164, + networkId: 164, + slip44: 1, + explorers: [ + { + name: 'Omni X-Explorer', + url: 'https://explorer.testnet.omni.network', + standard: 'none' + }, + { + name: 'Omni EVM Explorer on Blockscout', + url: 'https://omni-testnet.blockscout.com', + standard: 'EIP3091' + } + ] + }, 165: { name: 'Omni Testnet', chain: 'Omni', @@ -4034,6 +4074,21 @@ export const chains: Chains = { } ] }, + 228: { + name: 'Mind Network Mainnet', + chain: 'FHE', + rpc: [ + 'https://rpc_mainnet.mindnetwork.xyz', + 'wss://rpc_mainnet.mindnetwork.xyz' + ], + faucets: [], + nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 }, + features: [{ name: 'EIP155' }], + infoURL: 'https://mindnetwork.xyz', + shortName: 'fhe', + chainId: 228, + networkId: 228 + }, 230: { name: 'SwapDEX', chain: 'SDX', @@ -4452,6 +4507,18 @@ export const chains: Chains = { } ] }, + 278: { + name: 'xFair.AI Mainnet', + chain: 'FAI', + rpc: ['https://rpc_mainnet.xfair.ai', 'wss://rpc_mainnet.xfair.ai'], + faucets: [], + nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 }, + features: [{ name: 'EIP155' }], + infoURL: 'https://xfair.ai', + shortName: 'fai', + chainId: 278, + networkId: 278 + }, 279: { name: 'BPX Blockchain', chain: 'BPX', @@ -6656,6 +6723,31 @@ export const chains: Chains = { } ] }, + 690: { + name: 'Redstone', + chain: 'ETH', + rpc: ['https://rpc.redstonechain.com', 'wss://rpc.redstonechain.com'], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://redstone.xyz', + shortName: 'redstone', + chainId: 690, + networkId: 690, + icon: 'redstone', + explorers: [ + { + name: 'blockscout', + url: 'https://explorer.redstone.xyz', + icon: 'blockscout', + standard: 'EIP3091' + } + ], + parent: { + type: 'L2', + chain: 'eip155-1', + bridges: [{ url: 'https://redstone.xyz/deposit' }] + } + }, 700: { name: 'Star Social Testnet', chain: 'SNS', @@ -7867,6 +7959,29 @@ export const chains: Chains = { chainId: 977, networkId: 977 }, + 979: { + name: 'EthXY Testnet', + chain: 'EthXY', + rpc: ['https://rpc.testnet.ethxy.com'], + faucets: [], + nativeCurrency: { + name: 'Settled EthXY Token', + symbol: 'SEXY', + decimals: 18 + }, + icon: 'sexyTestnet', + infoURL: 'https://ethxy.com', + shortName: 'sexyTestnet', + chainId: 979, + networkId: 979, + explorers: [ + { + name: 'EthXY Testnet Network Explorer', + url: 'https://explorer.testnet.ethxy.com', + standard: 'EIP3091' + } + ] + }, 980: { name: 'TOP Mainnet EVM', chain: 'TOP', @@ -8150,6 +8265,33 @@ export const chains: Chains = { networkId: 1010, slip44: 1020 }, + 1011: { + name: 'Rebus Mainnet', + title: 'Rebuschain Mainnet', + chain: 'REBUS', + rpc: ['https://apievm.rebuschain.com/rpc'], + faucets: [], + nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 }, + infoURL: 'https://www.rebuschain.com', + shortName: 'rebus', + chainId: 1011, + networkId: 1011, + icon: 'rebus', + explorers: [ + { + name: 'Rebus EVM Explorer (Blockscout)', + url: 'https://evm.rebuschain.com', + icon: 'rebus', + standard: 'none' + }, + { + name: 'Rebus Cosmos Explorer (ping.pub)', + url: 'https://cosmos.rebuschain.com', + icon: 'rebus', + standard: 'none' + } + ] + }, 1012: { name: 'Newton', chain: 'NEW', @@ -8798,6 +8940,26 @@ export const chains: Chains = { } ] }, + 1135: { + name: 'Lisk', + chain: 'ETH', + rpc: ['https://rpc.api.lisk.com'], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://lisk.com', + shortName: 'lisk', + chainId: 1135, + networkId: 1135, + slip44: 134, + explorers: [ + { + name: 'blockscout', + url: 'https://blockscout.lisk.com', + icon: 'blockscout', + standard: 'EIP3091' + } + ] + }, 1138: { name: 'AmStar Testnet', chain: 'AmStar', @@ -11061,12 +11223,12 @@ export const chains: Chains = { name: 'edeXa Testnet', chain: 'edeXa TestNetwork', rpc: [ - 'https://testnet.edexa.com/rpc', + 'https://testnet.edexa.network/rpc', 'https://io-dataseed1.testnet.edexa.io-market.com/rpc' ], faucets: ['https://faucet.edexa.com/'], nativeCurrency: { name: 'EDEXA', symbol: 'EDX', decimals: 18 }, - infoURL: 'https://edexa.com/', + infoURL: 'https://edexa.network/', shortName: 'edx', chainId: 1995, networkId: 1995, @@ -11075,7 +11237,7 @@ export const chains: Chains = { explorers: [ { name: 'edexa-testnet', - url: 'https://explorer.testnet.edexa.com', + url: 'https://explorer.testnet.edexa.network', standard: 'EIP3091' } ] @@ -11231,6 +11393,35 @@ export const chains: Chains = { } ] }, + 2017: { + name: 'Adiri', + title: 'Telcoin Network Testnet', + chain: 'TEL', + icon: 'telcoin', + rpc: [ + 'https://rpc.telcoin.network', + 'https://adiri.tel', + 'https://node1.telcoin.network', + 'https://node2.telcoin.network', + 'https://node3.telcoin.network', + 'https://node4.telcoin.network' + ], + faucets: ['https://telcoin.network/faucet'], + nativeCurrency: { name: 'Telcoin', symbol: 'TEL', decimals: 18 }, + infoURL: 'https://telcoin.network', + shortName: 'tel', + chainId: 2017, + networkId: 2017, + slip44: 1, + explorers: [ + { + name: 'telscan', + url: 'https://telscan.io', + icon: 'telcoin', + standard: 'EIP3091' + } + ] + }, 2018: { name: 'PublicMint Devnet', title: 'Public Mint Devnet', @@ -11876,6 +12067,42 @@ export const chains: Chains = { } ] }, + 2140: { + name: 'Oneness Network', + chain: 'Oneness', + rpc: ['https://rpc.onenesslabs.io/'], + faucets: [], + nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 }, + infoURL: '', + shortName: 'oneness', + chainId: 2140, + networkId: 2140, + explorers: [ + { + name: 'oneness-mainnet', + url: 'https://scan.onenesslabs.io', + standard: 'EIP3091' + } + ] + }, + 2141: { + name: 'Oneness TestNet', + chain: 'Oneness-Testnet', + rpc: ['https://rpc.testnet.onenesslabs.io/'], + faucets: [], + nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 }, + infoURL: '', + shortName: 'oneness-testnet', + chainId: 2141, + networkId: 2141, + explorers: [ + { + name: 'oneness-testnet', + url: 'https://scan.testnet.onenesslabs.io', + standard: 'EIP3091' + } + ] + }, 2151: { name: 'BOSagora Mainnet', chain: 'ETH', @@ -12275,9 +12502,12 @@ export const chains: Chains = { ] }, 2340: { - name: 'Atleta Testnet', + name: 'Atleta Olympia', chain: 'Atleta', - rpc: ['wss://testnet-rpc.atleta.network:9944'], + rpc: [ + 'wss://testnet-rpc.atleta.network:9944', + 'https://testnet-rpc.atleta.network:9944' + ], faucets: ['https://faucet.atleta.network'], nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 }, infoURL: 'https://atleta.network', @@ -13154,6 +13384,33 @@ export const chains: Chains = { } ] }, + 3033: { + name: 'Rebus Testnet', + title: 'Rebuschain Testnet', + chain: 'REBUS', + rpc: ['https://testnet.rebus.money/rpc'], + faucets: [], + nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 }, + infoURL: 'https://www.rebuschain.com', + shortName: 'rebus-testnet', + chainId: 3033, + networkId: 3033, + icon: 'rebus', + explorers: [ + { + name: 'Rebus EVM Explorer (Blockscout)', + url: 'https://evm.testnet.rebus.money', + icon: 'rebus', + standard: 'none' + }, + { + name: 'Rebus Cosmos Explorer (ping.pub)', + url: 'https://testnet.rebus.money/rebustestnet', + icon: 'rebus', + standard: 'none' + } + ] + }, 3068: { name: 'Bifrost Mainnet', title: 'Bifrost Network Mainnet', @@ -13177,12 +13434,32 @@ export const chains: Chains = { } ] }, + 3073: { + name: 'Movement EVM', + chain: 'MOVE', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 }, + infoURL: 'https://movementlabs.xyz', + shortName: 'move', + chainId: 3073, + networkId: 3073, + icon: 'move', + explorers: [ + { + name: 'mevm explorer', + url: 'https://explorer.movementlabs.xyz', + standard: 'none' + } + ], + status: 'incubating' + }, 3100: { name: 'Immu3 EVM', chain: 'EVMCC', rpc: [ - 'https://fraa-dancebox-3043-rpc.a.dancebox.tanssi.network', - 'wss://fraa-dancebox-3043-rpc.a.dancebox.tanssi.network' + 'https://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network', + 'wss://fraa-flashbox-2800-rpc.a.stagenet.tanssi.network' ], faucets: [], nativeCurrency: { name: 'IMMU', symbol: 'IMMU', decimals: 18 }, @@ -13303,23 +13580,16 @@ export const chains: Chains = { slip44: 1 }, 3333: { - name: 'Web3Q Testnet', - chain: 'Web3Q', - rpc: ['https://testnet.web3q.io:8545'], + name: 'EthStorage Testnet', + chain: 'EthStorage', + rpc: ['http://testnet.ethstorage.io:9540'], faucets: [], - nativeCurrency: { name: 'Web3Q', symbol: 'W3Q', decimals: 18 }, - infoURL: 'https://testnet.web3q.io/home.w3q/', - shortName: 'w3q-t', + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://ethstorage.io/', + shortName: 'es-t', chainId: 3333, networkId: 3333, - slip44: 1, - explorers: [ - { - name: 'w3q-testnet', - url: 'https://explorer.testnet.web3q.io', - standard: 'EIP3091' - } - ] + slip44: 1 }, 3334: { name: 'Web3Q Galileo', @@ -14015,6 +14285,25 @@ export const chains: Chains = { } ] }, + 4048: { + name: 'GAN Testnet', + chain: 'GAN', + icon: 'gpu', + rpc: ['https://rpc.gpu.net'], + faucets: [], + nativeCurrency: { name: 'GP Token', symbol: 'GP', decimals: 18 }, + infoURL: 'https://docs.gpu.net/', + shortName: 'GANTestnet', + chainId: 4048, + networkId: 4048, + explorers: [ + { + name: 'ganscan', + url: 'https://ganscan.gpu.net', + standard: 'none' + } + ] + }, 4051: { name: 'Bobaopera Testnet', chain: 'Bobaopera Testnet', @@ -15144,6 +15433,7 @@ export const chains: Chains = { name: 'edeXa Mainnet', chain: 'edeXa Network', rpc: [ + 'https://mainnet.edexa.network/rpc', 'https://mainnet.edexa.com/rpc', 'https://io-dataseed1.mainnet.edexa.io-market.com/rpc' ], @@ -16474,6 +16764,25 @@ export const chains: Chains = { } ] }, + 7775: { + name: 'GDCC TESTNET', + chain: 'GDCC', + icon: 'gdcc', + rpc: ['https://testnet-rpc1.gdccscan.io'], + faucets: [], + nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 }, + infoURL: 'https://gdcchain.com', + shortName: 'GDCC', + chainId: 7775, + networkId: 7775, + explorers: [ + { + name: 'GDCC', + url: 'https://testnet.gdccscan.io', + standard: 'none' + } + ] + }, 7777: { name: 'Rise of the Warbots Testnet', chain: 'nmactest', @@ -19665,7 +19974,7 @@ export const chains: Chains = { decimals: 18 }, infoURL: 'https://redstone.xyz/docs/network-info', - shortName: 'redstone', + shortName: 'redstone-holesky', chainId: 17001, networkId: 17001, slip44: 1, @@ -19677,7 +19986,33 @@ export const chains: Chains = { icon: 'ethereum', standard: 'EIP3091' } - ] + ], + status: 'deprecated' + }, + 17069: { + name: 'Garnet Holesky', + chain: 'ETH', + rpc: ['https://rpc.garnetchain.com', 'wss://rpc.garnetchain.com'], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://redstone.xyz', + shortName: 'garnet', + chainId: 17069, + networkId: 17069, + icon: 'garnet', + explorers: [ + { + name: 'blockscout', + url: 'https://explorer.garnetchain.com', + icon: 'blockscout', + standard: 'EIP3091' + } + ], + parent: { + type: 'L2', + chain: 'eip155-17000', + bridges: [{ url: 'https://garnetchain.com/deposit' }] + } }, 17171: { name: 'G8Chain Mainnet', @@ -20056,6 +20391,28 @@ export const chains: Chains = { networkId: 19527, explorers: [] }, + 19600: { + name: 'LBRY Mainnet', + chain: 'LBRY', + icon: 'lbry', + rpc: ['https://lbry.nl/rpc'], + features: [{ name: 'EIP155' }], + faucets: [], + nativeCurrency: { name: 'LBRY Credits', symbol: 'LBC', decimals: 8 }, + infoURL: 'https://lbry.com', + shortName: 'LBRY', + chainId: 19600, + networkId: 19600, + slip44: 140, + explorers: [ + { + name: 'LBRY Block Explorer', + url: 'https://explorer.lbry.com', + icon: 'lbry', + standard: 'none' + } + ] + }, 19845: { name: 'BTCIX Network', chain: 'BTCIX', @@ -20709,6 +21066,25 @@ export const chains: Chains = { bridges: [{ url: 'https://sepolia-bridge.nanon.network' }] } }, + 27827: { + name: 'zeroone Mainnet Subnet', + chain: 'ZEROONEMAI', + rpc: ['https://subnets.avax.network/zeroonemai/mainnet/rpc'], + features: [{ name: 'EIP1559' }], + faucets: [], + nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 }, + infoURL: 'https://zeroone.art/', + shortName: 'zeroonemai', + chainId: 27827, + networkId: 27827, + explorers: [ + { + name: 'ZEROONEMAI Explorer', + url: 'https://subnets.avax.network/zeroonemai', + standard: 'EIP3091' + } + ] + }, 28516: { name: 'Vizing Testnet', title: 'Vizing Testnet', @@ -20934,6 +21310,66 @@ export const chains: Chains = { } ] }, + 30730: { + name: 'Movement EVM Legacy', + chain: 'MOVE', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 }, + infoURL: 'https://movementlabs.xyz', + shortName: 'moveleg', + chainId: 30730, + networkId: 30730, + icon: 'move', + explorers: [ + { + name: 'mevm explorer', + url: 'https://explorer.movementlabs.xyz', + standard: 'none' + } + ], + status: 'incubating' + }, + 30731: { + name: 'Movement EVM Devnet', + chain: 'MOVE', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 }, + infoURL: 'https://movementlabs.xyz', + shortName: 'movedev', + chainId: 30731, + networkId: 30731, + icon: 'move', + explorers: [ + { + name: 'mevm explorer', + url: 'https://explorer.movementlabs.xyz', + standard: 'none' + } + ], + status: 'incubating' + }, + 30732: { + name: 'Movement EVM Testnet', + chain: 'MOVE', + rpc: [], + faucets: [], + nativeCurrency: { name: 'Move', symbol: 'MOVE', decimals: 18 }, + infoURL: 'https://movementlabs.xyz', + shortName: 'movetest', + chainId: 30732, + networkId: 30732, + icon: 'move', + explorers: [ + { + name: 'mevm explorer', + url: 'https://explorer.movementlabs.xyz', + standard: 'none' + } + ], + status: 'incubating' + }, 31102: { name: 'Ethersocial Network', chain: 'ESN', @@ -22191,6 +22627,30 @@ export const chains: Chains = { } ] }, + 53457: { + name: 'DODOchain testnet', + title: 'DODOchain testnet', + chain: 'DODOchain', + icon: 'dodochain_testnet', + rpc: [ + 'https://dodochain-testnet.alt.technology', + 'wss://dodochain-testnet.alt.technology/ws' + ], + faucets: [], + nativeCurrency: { name: 'Berd', symbol: 'BERD', decimals: 18 }, + infoURL: 'https://www.dodochain.com', + shortName: 'dodochain', + chainId: 53457, + networkId: 53457, + explorers: [ + { + name: 'DODOchain Testnet (Sepolia) Explorer', + url: 'https://testnet-scan.dodochain.com', + icon: 'dodochain_testnet', + standard: 'EIP3091' + } + ] + }, 53935: { name: 'DFK Chain', chain: 'DFK', @@ -22379,6 +22839,25 @@ export const chains: Chains = { bridges: [{ url: 'https://gateway.boba.network' }] } }, + 56400: { + name: 'Testnet Zeroone Subnet', + chain: 'TESTNETZER', + rpc: ['https://subnets.avax.network/testnetzer/testnet/rpc'], + features: [{ name: 'EIP1559' }], + faucets: [], + nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 }, + infoURL: 'https://zeroone.art/', + shortName: 'testnetzer', + chainId: 56400, + networkId: 56400, + explorers: [ + { + name: 'TESTNETZER Explorer', + url: 'https://subnets-test.avax.network/testnetzer', + standard: 'EIP3091' + } + ] + }, 56789: { name: 'VELO Labs Mainnet', chain: 'NOVA chain', @@ -22696,14 +23175,28 @@ export const chains: Chains = { 60808: { name: 'BOB', chain: 'ETH', - rpc: [], + rpc: ['https://rpc.gobob.xyz', 'wss://rpc.gobob.xyz'], faucets: [], nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, infoURL: 'https://gobob.xyz', shortName: 'bob', chainId: 60808, networkId: 60808, - status: 'incubating' + icon: 'bob', + explorers: [ + { + name: 'bobscout', + url: 'https://explorer.gobob.xyz', + icon: 'blockscout', + standard: 'EIP3091' + } + ], + status: 'active', + parent: { + type: 'L2', + chain: 'eip155-1', + bridges: [{ url: 'https://app.gobob.xyz' }] + } }, 61406: { name: 'KaiChain', @@ -24120,6 +24613,33 @@ export const chains: Chains = { } ] }, + 90354: { + name: 'Camp Testnet', + chain: 'ETH', + icon: 'camp', + features: [{ name: 'EIP155' }, { name: 'EIP1559' }], + rpc: ['https://rpc-camp-network-4xje7wy105.t.conduit.xyz'], + faucets: ['https://www.campnetwork.xyz/faucet'], + nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://campaign-1.gitbook.io/camp-technical-docsÄ', + shortName: 'camp', + chainId: 90354, + networkId: 90354, + slip44: 1, + explorers: [ + { + name: 'blockscout', + url: 'https://explorerl2new-camp-network-4xje7wy105.t.conduit.xyz', + icon: 'blockscout', + standard: 'EIP3091' + } + ], + parent: { + type: 'L2', + chain: 'eip155-1', + bridges: [{ url: 'https://camp-testnet-bridge.vercel.app/' }] + } + }, 91002: { name: 'Nautilus Trition Chain', title: 'Nautilus Trition Testnet', @@ -24647,6 +25167,25 @@ export const chains: Chains = { } ] }, + 104566: { + name: 'KaspaClassic Mainnet', + chain: 'KaspaClassic', + icon: 'kaspaclassic', + rpc: ['https://api.kaspaclassic.world/', 'http://80.178.101.118:8000/'], + faucets: [], + nativeCurrency: { name: 'KaspaClassic', symbol: 'CAS', decimals: 18 }, + infoURL: 'https://kaspaclassic.com/', + shortName: 'cas', + chainId: 104566, + networkId: 104566, + explorers: [ + { + name: 'KaspaClassic Explorer', + url: 'https://explorer.kaspaclassic.world', + standard: 'none' + } + ] + }, 105105: { name: 'Stratis Mainnet', chain: 'Stratis', @@ -25309,6 +25848,33 @@ export const chains: Chains = { } ] }, + 192940: { + name: 'Mind Network Testnet', + chain: 'FHET', + rpc: [ + 'https://rpc_testnet.mindnetwork.xyz', + 'wss://rpc_testnet.mindnetwork.xyz' + ], + faucets: [], + nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 }, + features: [{ name: 'EIP155' }], + infoURL: 'https://mindnetwork.xyz', + shortName: 'fhet', + chainId: 192940, + networkId: 192940 + }, + 200000: { + name: 'xFair.AI Testnet', + chain: 'FAIT', + rpc: ['https://rpc_testnet.xfair.ai', 'wss://rpc_testnet.xfair.ai'], + faucets: [], + nativeCurrency: { name: 'FAI', symbol: 'FAI', decimals: 18 }, + features: [{ name: 'EIP155' }], + infoURL: 'https://xfair.ai', + shortName: 'fait', + chainId: 200000, + networkId: 200000 + }, 200101: { name: 'Milkomeda C1 Testnet', chain: 'milkTAda', @@ -25827,7 +26393,7 @@ export const chains: Chains = { ] }, 230315: { - name: 'HashKey Chain Testnet', + name: 'HashKey Chain Testnet(discard)', chain: 'HashKey', rpc: ['https://testnet.hashkeychain/rpc'], faucets: ['https://testnet.hashkeychain/faucet'], @@ -27014,6 +27580,24 @@ export const chains: Chains = { } ] }, + 660279: { + name: 'Xai Mainnet', + chainId: 660279, + shortName: 'xai', + chain: 'XAI', + networkId: 660279, + nativeCurrency: { name: 'Xai', symbol: 'XAI', decimals: 18 }, + rpc: ['https://xai-chain.net/rpc'], + faucets: [], + explorers: [ + { + name: 'Blockscout', + url: 'https://explorer.xai-chain.net', + standard: 'EIP3091' + } + ], + infoURL: 'https://xai.games' + }, 666666: { name: 'Vision - Vpioneer Test Chain', chain: 'Vision-Vpioneer', @@ -27647,6 +28231,27 @@ export const chains: Chains = { } ] }, + 999999: { + name: 'AmChain', + title: 'AMC', + chain: 'AmChain', + icon: 'amc', + rpc: ['https://node1.amchain.net'], + features: [{ name: 'EIP155' }, { name: 'EIP1559' }], + faucets: [], + nativeCurrency: { name: 'AMC', symbol: 'AMC', decimals: 18 }, + infoURL: 'https://hewe.io/', + shortName: 'AMC', + chainId: 999999, + networkId: 999999, + explorers: [ + { + name: 'AMCAmChain explorer', + url: 'https://explorer.amchain.net', + standard: 'none' + } + ] + }, 1100789: { name: 'Netmind Chain Testnet', title: 'NetMind Chain Testnet', @@ -28137,14 +28742,16 @@ export const chains: Chains = { ] }, 5318008: { - name: 'Reactive Network Testnet Kopli', + name: 'Reactive Kopli', + title: 'Reactive Network Testnet Kopli', chain: 'REACT', - rpc: ['https://kopli-rpc.reactive.network'], + rpc: ['https://kopli-rpc.reactive.network', 'http://kopli-rpc.rkt.ink'], features: [{ name: 'EIP155' }, { name: 'EIP1559' }], - faucets: [], - nativeCurrency: { name: 'React', symbol: 'REACT', decimals: 18 }, + faucets: ['https://dev.reactive.network/docs/kopli-testnet#faucet'], + nativeCurrency: { name: 'Kopli React', symbol: 'REACT', decimals: 18 }, infoURL: 'https://reactive.network', - shortName: 'react', + shortName: 'kreact', + icon: 'reactive', chainId: 5318008, networkId: 5318008, explorers: [ @@ -30303,6 +30910,26 @@ export const chains: Chains = { networkId: 1666900001, explorers: [] }, + 1802203764: { + name: 'Kakarot Sepolia', + chain: 'ETH', + icon: 'kakarot', + rpc: ['https://sepolia-rpc.kakarot.org'], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://kakarot.org', + shortName: 'kkrt-sepolia', + chainId: 1802203764, + networkId: 1802203764, + explorers: [ + { + name: 'Kakarot Scan', + url: 'https://sepolia.kakarotscan.org', + standard: 'EIP3091' + } + ], + parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] } + }, 1918988905: { name: 'RARI Chain Testnet', chain: 'RARI', @@ -30486,6 +31113,24 @@ export const chains: Chains = { explorers: [], status: 'incubating' }, + 37714555429: { + name: 'Xai Testnet v2', + chainId: 37714555429, + shortName: 'xaitestnet', + chain: 'XAI Testnet', + networkId: 37714555429, + nativeCurrency: { name: 'sXai', symbol: 'sXAI', decimals: 18 }, + rpc: ['https://testnet-v2.xai-chain.net/rpc'], + faucets: [], + explorers: [ + { + name: 'Blockscout', + url: 'https://testnet-explorer-v2.xai-chain.net', + standard: 'EIP3091' + } + ], + infoURL: 'https://xai.games' + }, 88153591557: { name: 'Arbitrum Blueberry', title: 'Arbitrum Blueberry Testnet', @@ -30517,14 +31162,14 @@ export const chains: Chains = { status: 'active' }, 107107114116: { - name: 'Kakarot Sepolia', + name: 'Kakarot Sepolia Deprecated', chain: 'ETH', icon: 'kakarot', rpc: [], faucets: [], nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, infoURL: 'https://kakarot.org', - shortName: 'kkrt-sepolia', + shortName: 'kkrt-sepolia-deprecated', chainId: 107107114116, networkId: 107107114116, explorers: [], diff --git a/src/enums.ts b/src/enums.ts index 21ba388..f405999 100644 --- a/src/enums.ts +++ b/src/enums.ts @@ -129,6 +129,7 @@ export enum ChainName { HuobiECOChainMainnet = 'Huobi ECO Chain Mainnet', InnovatorChain = 'Innovator Chain', EngramTestnet = 'Engram Testnet', + HashKeyChainTestnet = 'HashKey Chain Testnet', IExecSidechain = 'iExec Sidechain', AlyxChainTestnet = 'Alyx Chain Testnet', DeamchainMainnet = 'Deamchain Mainnet', @@ -154,6 +155,7 @@ export enum ChainName { ArmoniaEvaChainTestnet = 'Armonia Eva Chain Testnet', LightstreamsTestnet = 'Lightstreams Testnet', LightstreamsMainnet = 'Lightstreams Mainnet', + 'OmniTestnet(incubating)' = 'Omni Testnet (incubating)', OmniTestnet = 'Omni Testnet', Omni = 'Omni', AtoshiTestnet = 'Atoshi Testnet', @@ -192,6 +194,7 @@ export enum ChainName { ViridisTestnet = 'Viridis Testnet', LACHAINMainnet = 'LACHAIN Mainnet', LACHAINTestnet = 'LACHAIN Testnet', + MindNetworkMainnet = 'Mind Network Mainnet', SwapDEX = 'SwapDEX', ProtoJumboTestnet = 'ProtoJumbo Testnet', DeamchainTestnet = 'Deamchain Testnet', @@ -212,6 +215,7 @@ export enum ChainName { HighPerformanceBlockchain = 'High Performance Blockchain', EgonCoinMainnet = 'EgonCoin Mainnet', LaChain = 'LaChain', + 'XFair.AIMainnet' = 'xFair.AI Mainnet', BPXBlockchain = 'BPX Blockchain', 'ZkSyncEraGoerliTestnet(deprecated)' = 'zkSync Era Goerli Testnet (deprecated)', CronoszkEVMTestnet = 'Cronos zkEVM Testnet', @@ -312,6 +316,7 @@ export enum ChainName { JuncaChain = 'JuncaChain', JuncaChaintestnet = 'JuncaChain testnet', KaruraNetwork = 'Karura Network', + Redstone = 'Redstone', StarSocialTestnet = 'Star Social Testnet', BlockChainStationMainnet = 'BlockChain Station Mainnet', BlockChainStationTestnet = 'BlockChain Station Testnet', @@ -374,6 +379,7 @@ export enum ChainName { OortHuygens = 'Oort Huygens', OortAscraeus = 'Oort Ascraeus', NepalBlockchainNetwork = 'Nepal Blockchain Network', + EthXYTestnet = 'EthXY Testnet', TOPMainnetEVM = 'TOP Mainnet EVM', MemoSmartChainMainnet = 'Memo Smart Chain Mainnet', TOPMainnet = 'TOP Mainnet', @@ -389,6 +395,7 @@ export enum ChainName { EurusMainnet = 'Eurus Mainnet', JumbochainMainnet = 'Jumbochain Mainnet', EvriceNetwork = 'Evrice Network', + RebusMainnet = 'Rebus Mainnet', Newton = 'Newton', Sakura = 'Sakura', CloverTestnet = 'Clover Testnet', @@ -421,6 +428,7 @@ export enum ChainName { DeFiChainEVMNetworkMainnet = 'DeFiChain EVM Network Mainnet', DeFiChainEVMNetworkTestnet = 'DeFiChain EVM Network Testnet', DeFiMetaChainChangiTestnet = 'DeFiMetaChain Changi Testnet', + Lisk = 'Lisk', AmStarTestnet = 'AmStar Testnet', MathChain = 'MathChain', MathChainTestnet = 'MathChain Testnet', @@ -542,6 +550,7 @@ export enum ChainName { CloudWalkTestnet = 'CloudWalk Testnet', CloudWalkMainnet = 'CloudWalk Mainnet', MainnetZMainnet = 'MainnetZ Mainnet', + Adiri = 'Adiri', PublicMintDevnet = 'PublicMint Devnet', PublicMintTestnet = 'PublicMint Testnet', PublicMintMainnet = 'PublicMint Mainnet', @@ -574,6 +583,8 @@ export enum ChainName { BigShortBetsTestnet = 'BigShortBets Testnet', BigShortBets = 'BigShortBets', DefiOracleMetaTestnet = 'Defi Oracle Meta Testnet', + OnenessNetwork = 'Oneness Network', + OnenessTestNet = 'Oneness TestNet', BOSagoraMainnet = 'BOSagora Mainnet', FindoraMainnet = 'Findora Mainnet', FindoraTestnet = 'Findora Testnet', @@ -593,7 +604,7 @@ export enum ChainName { Altcoinchain = 'Altcoinchain', RSS3VSLSepoliaTestnet = 'RSS3 VSL Sepolia Testnet', SOMANetworkMainnet = 'SOMA Network Mainnet', - AtletaTestnet = 'Atleta Testnet', + AtletaOlympia = 'Atleta Olympia', OmniaChain = 'Omnia Chain', '(deprecated)KromaSepolia' = '(deprecated) Kroma Sepolia', KromaSepolia = 'Kroma Sepolia', @@ -634,7 +645,9 @@ export enum ChainName { CanxiumMainnet = 'Canxium Mainnet', PLAYA3ULLGAMES = 'PLAYA3ULL GAMES', OrlandoChain = 'Orlando Chain', + RebusTestnet = 'Rebus Testnet', BifrostMainnet = 'Bifrost Mainnet', + MovementEVM = 'Movement EVM', Immu3EVM = 'Immu3 EVM', VultureEVMBeta = 'Vulture EVM Beta', SatoshiVMAlphaMainnet = 'SatoshiVM Alpha Mainnet', @@ -644,7 +657,7 @@ export enum ChainName { Dubxcointestnet = 'Dubxcoin testnet', DebounceSubnetTestnet = 'Debounce Subnet Testnet', ZCoreTestnet = 'ZCore Testnet', - Web3QTestnet = 'Web3Q Testnet', + EthStorageTestnet = 'EthStorage Testnet', Web3QGalileo = 'Web3Q Galileo', ParibuNetMainnet = 'Paribu Net Mainnet', EVOLVEMainnet = 'EVOLVE Mainnet', @@ -679,6 +692,7 @@ export enum ChainName { PeperiumChainTestnet = 'Peperium Chain Testnet', FantomTestnet = 'Fantom Testnet', X1Fastnet = 'X1 Fastnet', + GANTestnet = 'GAN Testnet', BobaoperaTestnet = 'Bobaopera Testnet', Nahmii3Mainnet = 'Nahmii 3 Mainnet', Nahmii3Testnet = 'Nahmii 3 Testnet', @@ -798,6 +812,7 @@ export enum ChainName { Canto = 'Canto', CantoTesnet = 'Canto Tesnet', BitrockTestnet = 'Bitrock Testnet', + GDCCTESTNET = 'GDCC TESTNET', RiseoftheWarbotsTestnet = 'Rise of the Warbots Testnet', OreniumMainnetProtocol = 'Orenium Mainnet Protocol', OpenEXLONGTestnet = 'OpenEX LONG Testnet', @@ -953,6 +968,7 @@ export enum ChainName { IVARChainTestnet = 'IVAR Chain Testnet', Holesky = 'Holesky', RedstoneHoleskyTestnet = 'Redstone Holesky Testnet', + GarnetHolesky = 'Garnet Holesky', G8ChainMainnet = 'G8Chain Mainnet', EclipseSubnet = 'Eclipse Subnet', PaletteChainTestnet = 'Palette Chain Testnet', @@ -970,6 +986,7 @@ export enum ChainName { HOMEVerseMainnet = 'HOME Verse Mainnet', DecentraconnectSocial = 'Decentraconnect Social', MagnetNetwork = 'Magnet Network', + LBRYMainnet = 'LBRY Mainnet', BTCIXNetwork = 'BTCIX Network', CamelarkMainnet = 'Camelark Mainnet', CallistoTestnet = 'Callisto Testnet', @@ -1003,6 +1020,7 @@ export enum ChainName { OasisChainMainnet = 'OasisChain Mainnet', KLAOSNova = 'KLAOS Nova', NanonSepolia = 'Nanon Sepolia', + ZerooneMainnetSubnet = 'zeroone Mainnet Subnet', VizingTestnet = 'Vizing Testnet', VizingMainnet = 'Vizing Mainnet', 'OptimismBedrock(GoerliAlphaTestnet)' = 'Optimism Bedrock (Goerli Alpha Testnet)', @@ -1013,6 +1031,9 @@ export enum ChainName { Piecetestnet = 'Piece testnet', MiYouMainnet = 'MiYou Mainnet', CeriumTestnet = 'Cerium Testnet', + MovementEVMLegacy = 'Movement EVM Legacy', + MovementEVMDevnet = 'Movement EVM Devnet', + MovementEVMTestnet = 'Movement EVM Testnet', EthersocialNetwork = 'Ethersocial Network', CloudTxMainnet = 'CloudTx Mainnet', CloudTxTestnet = 'CloudTx Testnet', @@ -1074,6 +1095,7 @@ export enum ChainName { SardisMainnet = 'Sardis Mainnet', ElectroneumMainnet = 'Electroneum Mainnet', DOID = 'DOID', + DODOchaintestnet = 'DODOchain testnet', DFKChain = 'DFK Chain', HaqqChainTestnet = 'Haqq Chain Testnet', ToronetTestnet = 'Toronet Testnet', @@ -1083,6 +1105,7 @@ export enum ChainName { REIChainTestnet = 'REI Chain Testnet', LambdaChainMainnet = 'Lambda Chain Mainnet', BobaBNBMainnet = 'Boba BNB Mainnet', + TestnetZerooneSubnet = 'Testnet Zeroone Subnet', VELOLabsMainnet = 'VELO Labs Mainnet', DOIDTestnet = 'DOID Testnet', RolluxTestnet = 'Rollux Testnet', @@ -1168,6 +1191,7 @@ export enum ChainName { IVARChainMainnet = 'IVAR Chain Mainnet', 'F(x)CoreTestnetNetwork' = 'F(x)Core Testnet Network', BeverlyHills = 'Beverly Hills', + CampTestnet = 'Camp Testnet', NautilusTritionChain = 'Nautilus Trition Chain', MetaDAPEnterpriseMainnet = 'MetaDAP Enterprise Mainnet', ComboTestnet = 'Combo Testnet', @@ -1194,6 +1218,7 @@ export enum ChainName { CreditcoinTestnet = 'Creditcoin Testnet', Crystaleum = 'Crystaleum', MasaTestnet = 'Masa Testnet', + KaspaClassicMainnet = 'KaspaClassic Mainnet', StratisMainnet = 'Stratis Mainnet', BROChainMainnet = 'BROChain Mainnet', QuarkChainDevnetRoot = 'QuarkChain Devnet Root', @@ -1226,6 +1251,8 @@ export enum ChainName { TaikoHeklaL2 = 'Taiko Hekla L2', BiticaChainMainnet = 'Bitica Chain Mainnet', CondorTestNetwork = 'Condor Test Network', + MindNetworkTestnet = 'Mind Network Testnet', + 'XFair.AITestnet' = 'xFair.AI Testnet', MilkomedaC1Testnet = 'Milkomeda C1 Testnet', MilkomedaA1Testnet = 'Milkomeda A1 Testnet', Akroma = 'Akroma', @@ -1251,7 +1278,7 @@ export enum ChainName { TafECOChainMainnet = 'Taf ECO Chain Mainnet', CONETSeboliaTestnet = 'CONET Sebolia Testnet', CONETHolesky = 'CONET Holesky', - HashKeyChainTestnet = 'HashKey Chain Testnet', + 'HashKeyChainTestnet(discard)' = 'HashKey Chain Testnet(discard)', HaymoTestnet = 'Haymo Testnet', ARTISsigma1 = 'ARTIS sigma1', ARTISTestnettau1 = 'ARTIS Testnet tau1', @@ -1309,6 +1336,7 @@ export enum ChainName { HypraMainnet = 'Hypra Mainnet', BearNetworkChainMainnet = 'Bear Network Chain Mainnet', ALLMainnet = 'ALL Mainnet', + XaiMainnet = 'Xai Mainnet', 'Vision-VpioneerTestChain' = 'Vision - Vpioneer Test Chain', HelaOfficialRuntimeTestnet = 'Hela Official Runtime Testnet', WonNetwork = 'Won Network', @@ -1339,6 +1367,7 @@ export enum ChainName { Jono12Subnet = 'Jono12 Subnet', EluvioContentFabric = 'Eluvio Content Fabric', EcroxChainMainnet = 'Ecrox Chain Mainnet', + AmChain = 'AmChain', NetmindChainTestnet = 'Netmind Chain Testnet', TiltyardSubnet = 'Tiltyard Subnet', ZKatana = 'zKatana', @@ -1363,7 +1392,7 @@ export enum ChainName { MXCWannseezkEVMTestnet = 'MXC Wannsee zkEVM Testnet', MoonchainGenevaTestnet = 'Moonchain Geneva Testnet', ElectroneumTestnet = 'Electroneum Testnet', - ReactiveNetworkTestnetKopli = 'Reactive Network Testnet Kopli', + ReactiveKopli = 'Reactive Kopli', ImversedMainnet = 'Imversed Mainnet', ImversedTestnet = 'Imversed Testnet', AstarzKyoto = 'Astar zKyoto', @@ -1466,6 +1495,7 @@ export enum ChainName { HarmonyTestnetShard1 = 'Harmony Testnet Shard 1', HarmonyDevnetShard0 = 'Harmony Devnet Shard 0', HarmonyDevnetShard1 = 'Harmony Devnet Shard 1', + KakarotSepolia = 'Kakarot Sepolia', RARIChainTestnet = 'RARI Chain Testnet', DataHopper = 'DataHopper', SKALEEuropaHub = 'SKALE Europa Hub', @@ -1475,8 +1505,9 @@ export enum ChainName { PalmTestnet = 'Palm Testnet', Palm = 'Palm', GitSwarmTestNetwork = 'GitSwarm Test Network', + XaiTestnetv2 = 'Xai Testnet v2', ArbitrumBlueberry = 'Arbitrum Blueberry', - KakarotSepolia = 'Kakarot Sepolia', + KakarotSepoliaDeprecated = 'Kakarot Sepolia Deprecated', AlphabetMainnet = 'Alphabet Mainnet', NtityMainnet = 'Ntity Mainnet', HaradevTestnet = 'Haradev Testnet', @@ -1617,6 +1648,7 @@ export enum ChainId { HuobiECOChainMainnet = 128, InnovatorChain = 129, EngramTestnet = 131, + HashKeyChainTestnet = 133, IExecSidechain = 134, AlyxChainTestnet = 135, DeamchainMainnet = 136, @@ -1642,6 +1674,7 @@ export enum ChainId { ArmoniaEvaChainTestnet = 161, LightstreamsTestnet = 162, LightstreamsMainnet = 163, + 'OmniTestnet(incubating)' = 164, OmniTestnet = 165, Omni = 166, AtoshiTestnet = 167, @@ -1680,6 +1713,7 @@ export enum ChainId { ViridisTestnet = 224, LACHAINMainnet = 225, LACHAINTestnet = 226, + MindNetworkMainnet = 228, SwapDEX = 230, ProtoJumboTestnet = 234, DeamchainTestnet = 236, @@ -1700,6 +1734,7 @@ export enum ChainId { HighPerformanceBlockchain = 269, EgonCoinMainnet = 271, LaChain = 274, + 'XFair.AIMainnet' = 278, BPXBlockchain = 279, 'ZkSyncEraGoerliTestnet(deprecated)' = 280, CronoszkEVMTestnet = 282, @@ -1800,6 +1835,7 @@ export enum ChainId { JuncaChain = 668, JuncaChaintestnet = 669, KaruraNetwork = 686, + Redstone = 690, StarSocialTestnet = 700, BlockChainStationMainnet = 707, BlockChainStationTestnet = 708, @@ -1862,6 +1898,7 @@ export enum ChainId { OortHuygens = 971, OortAscraeus = 972, NepalBlockchainNetwork = 977, + EthXYTestnet = 979, TOPMainnetEVM = 980, MemoSmartChainMainnet = 985, TOPMainnet = 989, @@ -1877,6 +1914,7 @@ export enum ChainId { EurusMainnet = 1008, JumbochainMainnet = 1009, EvriceNetwork = 1010, + RebusMainnet = 1011, Newton = 1012, Sakura = 1022, CloverTestnet = 1023, @@ -1909,6 +1947,7 @@ export enum ChainId { DeFiChainEVMNetworkMainnet = 1130, DeFiChainEVMNetworkTestnet = 1131, DeFiMetaChainChangiTestnet = 1133, + Lisk = 1135, AmStarTestnet = 1138, MathChain = 1139, MathChainTestnet = 1140, @@ -2030,6 +2069,7 @@ export enum ChainId { CloudWalkTestnet = 2008, CloudWalkMainnet = 2009, MainnetZMainnet = 2016, + Adiri = 2017, PublicMintDevnet = 2018, PublicMintTestnet = 2019, PublicMintMainnet = 2020, @@ -2062,6 +2102,8 @@ export enum ChainId { BigShortBetsTestnet = 2136, BigShortBets = 2137, DefiOracleMetaTestnet = 2138, + OnenessNetwork = 2140, + OnenessTestNet = 2141, BOSagoraMainnet = 2151, FindoraMainnet = 2152, FindoraTestnet = 2153, @@ -2081,7 +2123,7 @@ export enum ChainId { Altcoinchain = 2330, RSS3VSLSepoliaTestnet = 2331, SOMANetworkMainnet = 2332, - AtletaTestnet = 2340, + AtletaOlympia = 2340, OmniaChain = 2342, '(deprecated)KromaSepolia' = 2357, KromaSepolia = 2358, @@ -2122,7 +2164,9 @@ export enum ChainId { CanxiumMainnet = 3003, PLAYA3ULLGAMES = 3011, OrlandoChain = 3031, + RebusTestnet = 3033, BifrostMainnet = 3068, + MovementEVM = 3073, Immu3EVM = 3100, VultureEVMBeta = 3102, SatoshiVMAlphaMainnet = 3109, @@ -2132,7 +2176,7 @@ export enum ChainId { Dubxcointestnet = 3270, DebounceSubnetTestnet = 3306, ZCoreTestnet = 3331, - Web3QTestnet = 3333, + EthStorageTestnet = 3333, Web3QGalileo = 3334, ParibuNetMainnet = 3400, EVOLVEMainnet = 3424, @@ -2167,6 +2211,7 @@ export enum ChainId { PeperiumChainTestnet = 4001, FantomTestnet = 4002, X1Fastnet = 4003, + GANTestnet = 4048, BobaoperaTestnet = 4051, Nahmii3Mainnet = 4061, Nahmii3Testnet = 4062, @@ -2286,6 +2331,7 @@ export enum ChainId { Canto = 7700, CantoTesnet = 7701, BitrockTestnet = 7771, + GDCCTESTNET = 7775, RiseoftheWarbotsTestnet = 7777, OreniumMainnetProtocol = 7778, OpenEXLONGTestnet = 7798, @@ -2441,6 +2487,7 @@ export enum ChainId { IVARChainTestnet = 16888, Holesky = 17000, RedstoneHoleskyTestnet = 17001, + GarnetHolesky = 17069, G8ChainMainnet = 17171, EclipseSubnet = 17172, PaletteChainTestnet = 17180, @@ -2458,6 +2505,7 @@ export enum ChainId { HOMEVerseMainnet = 19011, DecentraconnectSocial = 19224, MagnetNetwork = 19527, + LBRYMainnet = 19600, BTCIXNetwork = 19845, CamelarkMainnet = 20001, CallistoTestnet = 20729, @@ -2491,6 +2539,7 @@ export enum ChainId { OasisChainMainnet = 26863, KLAOSNova = 27181, NanonSepolia = 27483, + ZerooneMainnetSubnet = 27827, VizingTestnet = 28516, VizingMainnet = 28518, 'OptimismBedrock(GoerliAlphaTestnet)' = 28528, @@ -2501,6 +2550,9 @@ export enum ChainId { Piecetestnet = 30067, MiYouMainnet = 30088, CeriumTestnet = 30103, + MovementEVMLegacy = 30730, + MovementEVMDevnet = 30731, + MovementEVMTestnet = 30732, EthersocialNetwork = 31102, CloudTxMainnet = 31223, CloudTxTestnet = 31224, @@ -2562,6 +2614,7 @@ export enum ChainId { SardisMainnet = 51712, ElectroneumMainnet = 52014, DOID = 53277, + DODOchaintestnet = 53457, DFKChain = 53935, HaqqChainTestnet = 54211, ToronetTestnet = 54321, @@ -2571,6 +2624,7 @@ export enum ChainId { REIChainTestnet = 55556, LambdaChainMainnet = 56026, BobaBNBMainnet = 56288, + TestnetZerooneSubnet = 56400, VELOLabsMainnet = 56789, DOIDTestnet = 56797, RolluxTestnet = 57000, @@ -2656,6 +2710,7 @@ export enum ChainId { IVARChainMainnet = 88888, 'F(x)CoreTestnetNetwork' = 90001, BeverlyHills = 90210, + CampTestnet = 90354, NautilusTritionChain = 91002, MetaDAPEnterpriseMainnet = 91120, ComboTestnet = 91715, @@ -2682,6 +2737,7 @@ export enum ChainId { CreditcoinTestnet = 102031, Crystaleum = 103090, MasaTestnet = 103454, + KaspaClassicMainnet = 104566, StratisMainnet = 105105, BROChainMainnet = 108801, QuarkChainDevnetRoot = 110000, @@ -2714,6 +2770,8 @@ export enum ChainId { TaikoHeklaL2 = 167009, BiticaChainMainnet = 188710, CondorTestNetwork = 188881, + MindNetworkTestnet = 192940, + 'XFair.AITestnet' = 200000, MilkomedaC1Testnet = 200101, MilkomedaA1Testnet = 200202, Akroma = 200625, @@ -2739,7 +2797,7 @@ export enum ChainId { TafECOChainMainnet = 224168, CONETSeboliaTestnet = 224422, CONETHolesky = 224433, - HashKeyChainTestnet = 230315, + 'HashKeyChainTestnet(discard)' = 230315, HaymoTestnet = 234666, ARTISsigma1 = 246529, ARTISTestnettau1 = 246785, @@ -2797,6 +2855,7 @@ export enum ChainId { HypraMainnet = 622277, BearNetworkChainMainnet = 641230, ALLMainnet = 651940, + XaiMainnet = 660279, 'Vision-VpioneerTestChain' = 666666, HelaOfficialRuntimeTestnet = 666888, WonNetwork = 686868, @@ -2827,6 +2886,7 @@ export enum ChainId { Jono12Subnet = 955081, EluvioContentFabric = 955305, EcroxChainMainnet = 988207, + AmChain = 999999, NetmindChainTestnet = 1100789, TiltyardSubnet = 1127469, ZKatana = 1261120, @@ -2851,7 +2911,7 @@ export enum ChainId { MXCWannseezkEVMTestnet = 5167003, MoonchainGenevaTestnet = 5167004, ElectroneumTestnet = 5201420, - ReactiveNetworkTestnetKopli = 5318008, + ReactiveKopli = 5318008, ImversedMainnet = 5555555, ImversedTestnet = 5555558, AstarzKyoto = 6038361, @@ -2954,6 +3014,7 @@ export enum ChainId { HarmonyTestnetShard1 = 1666700001, HarmonyDevnetShard0 = 1666900000, HarmonyDevnetShard1 = 1666900001, + KakarotSepolia = 1802203764, RARIChainTestnet = 1918988905, DataHopper = 2021121117, SKALEEuropaHub = 2046399126, @@ -2963,8 +3024,9 @@ export enum ChainId { PalmTestnet = 11297108099, Palm = 11297108109, GitSwarmTestNetwork = 28872323069, + XaiTestnetv2 = 37714555429, ArbitrumBlueberry = 88153591557, - KakarotSepolia = 107107114116, + KakarotSepoliaDeprecated = 107107114116, AlphabetMainnet = 111222333444, NtityMainnet = 197710212030, HaradevTestnet = 197710212031,