From 3c0d12ca75a467eeda0d2dda055c21a378adcb55 Mon Sep 17 00:00:00 2001 From: rkalis Date: Mon, 27 May 2024 01:04:06 +0000 Subject: [PATCH] Update chains based on latest data from chainId.network --- package.json | 2 +- src/chains.ts | 360 ++++++++++++++++++++++++++++++++++++++++++++++++-- src/enums.ts | 38 +++++- 3 files changed, 387 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 158160b..f892ac5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@revoke.cash/chains", - "version": "41.0.0", + "version": "42.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 e7297fc..2781d9e 100644 --- a/src/chains.ts +++ b/src/chains.ts @@ -1331,11 +1331,8 @@ export const chains: Chains = { rpc: [ 'https://etc.rivet.link', 'https://besu-at.etc-network.info', - 'https://besu-de.etc-network.info', 'https://geth-at.etc-network.info', - 'https://geth-de.etc-network.info', 'https://etc.etcdesktop.com', - 'https://rpc.etcinscribe.com', 'https://etc.mytokenpocket.vip' ], features: [{ name: 'EIP155' }], @@ -2970,6 +2967,21 @@ export const chains: Chains = { } ] }, + 140: { + name: 'EternalCoin Mainnet', + chain: 'Eter', + icon: 'eternal', + rpc: [ + 'https://mainnet.eternalcoin.io/v1', + 'ws://mainnet.eternalcoin.io/v1/ws' + ], + faucets: [], + nativeCurrency: { name: 'Eternal', symbol: 'Eter', decimals: 18 }, + infoURL: 'https://eternalcoin.io', + shortName: 'Eter', + chainId: 140, + networkId: 140 + }, 141: { name: 'Openpiece Testnet', chain: 'OPENPIECE', @@ -3513,7 +3525,11 @@ export const chains: Chains = { 185: { name: 'Mint Mainnet', chain: 'ETH', - rpc: ['https://rpc.mintchain.io'], + rpc: [ + 'https://rpc.mintchain.io', + 'https://global.rpc.mintchain.io', + 'https://asia.rpc.mintchain.io' + ], faucets: [], nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, infoURL: 'https://www.mintchain.io', @@ -6926,7 +6942,14 @@ export const chains: Chains = { 721: { name: 'Lycan Chain', chain: 'LYC', - rpc: ['https://rpc.lycanchain.com/'], + rpc: [ + 'https://rpc.lycanchain.com/', + 'https://us-east.lycanchain.com', + 'https://us-west.lycanchain.com', + 'https://eu-north.lycanchain.com', + 'https://eu-west.lycanchain.com', + 'https://asia-southeast.lycanchain.com' + ], faucets: [], nativeCurrency: { name: 'Lycan', symbol: 'LYC', decimals: 18 }, infoURL: 'https://lycanchain.com', @@ -10334,6 +10357,31 @@ export const chains: Chains = { networkId: 11235813, slip44: 1620 }, + 1625: { + name: 'Gravity Alpha Mainnet', + chain: 'Gravity', + rpc: ['https://rpc.gravity.xyz'], + faucets: [], + nativeCurrency: { name: 'Gravity', symbol: 'G.', decimals: 18 }, + features: [{ name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' }], + infoURL: 'https://gravity.xyz', + shortName: 'gravity', + chainId: 1625, + networkId: 1625, + icon: 'gravity', + explorers: [ + { + name: 'Gravity Alpha Mainnet Explorer', + url: 'https://explorer.gravity.xyz', + standard: 'EIP3091' + } + ], + parent: { + type: 'L2', + chain: 'eip155-1', + bridges: [{ url: 'https://bridge.gravity.xyz' }] + } + }, 1657: { name: 'Btachain', chain: 'btachain', @@ -11415,6 +11463,25 @@ export const chains: Chains = { } ] }, + 1996: { + name: 'Sanko', + chain: 'Sanko', + rpc: ['https://mainnet.sanko.xyz'], + faucets: [], + nativeCurrency: { name: 'DMT', symbol: 'DMT', decimals: 18 }, + infoURL: 'https://sanko.xyz/', + shortName: 'Sanko', + chainId: 1996, + networkId: 1996, + icon: 'sanko', + explorers: [ + { + name: 'Sanko Explorer', + url: 'https://explorer.sanko.xyz', + standard: 'EIP3091' + } + ] + }, 1998: { name: 'Kyoto Testnet', chain: 'KYOTO', @@ -13885,6 +13952,18 @@ export const chains: Chains = { } ] }, + 3335: { + name: 'EthStorage Mainnet', + chain: 'EthStorage', + rpc: ['http://mainnet.ethstorage.io:9540'], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://ethstorage.io/', + shortName: 'es-m', + chainId: 3335, + networkId: 3335, + slip44: 1 + }, 3400: { name: 'Paribu Net Mainnet', chain: 'PRB', @@ -14020,6 +14099,17 @@ export const chains: Chains = { } ] }, + 3630: { + name: 'Tycooncoin', + chain: 'TYCON', + rpc: ['https://mainnet-rpc.tycoscan.com'], + faucets: [], + nativeCurrency: { name: 'Tycooncoin', symbol: 'TYCO', decimals: 18 }, + infoURL: '', + shortName: 'TYCON', + chainId: 3630, + networkId: 3630 + }, 3636: { name: 'Botanix Testnet', chain: 'BOTANIX', @@ -14561,6 +14651,30 @@ export const chains: Chains = { } ] }, + 4040: { + name: 'Carbonium Testnet Network', + chain: 'CBR', + rpc: [ + 'https://rpc-dev.carbonium.network/', + 'https://server-testnet.carbonium.network' + ], + nativeCurrency: { name: 'Carbonium', symbol: 'tCBR', decimals: 18 }, + infoURL: 'https://carbonium.network', + shortName: 'tcbr', + chainId: 4040, + networkId: 4040, + slip44: 1, + icon: 'cbr', + faucets: ['https://getfaucet.carbonium.network'], + explorers: [ + { + name: 'Carbonium Network tesnet Explorer', + icon: 'cbr', + url: 'https://testnet.carboniumscan.com', + standard: 'none' + } + ] + }, 4048: { name: 'GAN Testnet', chain: 'GAN', @@ -16567,6 +16681,31 @@ export const chains: Chains = { } ] }, + 6868: { + name: 'Pools Mainnet', + chain: 'Pools', + rpc: ['https://rpc.poolsmobility.com'], + faucets: [], + nativeCurrency: { + name: 'POOLS Native Token', + symbol: 'POOLS', + decimals: 18 + }, + infoURL: 'https://www.poolschain.org', + shortName: 'POOLS', + icon: 'POOLS', + chainId: 6868, + networkId: 6868, + slip44: 6868, + explorers: [ + { + name: 'poolsscan', + url: 'https://scan.poolsmobility.com', + icon: 'POOLS', + standard: 'EIP3091' + } + ] + }, 6969: { name: 'Tomb Chain Mainnet', chain: 'Tomb Chain', @@ -18152,6 +18291,88 @@ export const chains: Chains = { } ] }, + 8911: { + name: 'Algen', + chain: 'ALG', + rpc: ['https://rpc.algen.network'], + faucets: [], + nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 }, + infoURL: 'https://www.algen.network', + shortName: 'alg', + chainId: 8911, + networkId: 8911, + icon: 'alg', + explorers: [ + { + name: 'algscan', + url: 'https://scan.algen.network', + icon: 'alg', + standard: 'EIP3091' + } + ] + }, + 8912: { + name: 'Algen Testnet', + chain: 'ALG', + rpc: ['https://rpc.test.algen.network'], + faucets: [], + nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 }, + infoURL: 'https://www.algen.network', + shortName: 'algTest', + chainId: 8912, + networkId: 8912, + icon: 'alg', + explorers: [ + { + name: 'algscan', + url: 'https://scan.test.algen.network', + icon: 'alg', + standard: 'EIP3091' + } + ] + }, + 8921: { + name: 'Algen Layer2', + chain: 'ALG L2', + rpc: ['https://rpc.alg2.algen.network'], + faucets: [], + nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 }, + infoURL: 'https://www.algen.network', + shortName: 'algl2', + chainId: 8921, + networkId: 8921, + icon: 'algl2', + explorers: [ + { + name: 'algl2scan', + url: 'https://scan.alg2.algen.network', + icon: 'algl2', + standard: 'EIP3091' + } + ], + parent: { chain: 'eip155-8911', type: 'shard' } + }, + 8922: { + name: 'Algen Layer2 Testnet', + chain: 'ALG L2', + rpc: ['https://rpc.alg2-test.algen.network'], + faucets: [], + nativeCurrency: { name: 'ALG', symbol: 'ALG', decimals: 18 }, + infoURL: 'https://www.algen.network', + shortName: 'algl2Test', + chainId: 8922, + networkId: 8922, + icon: 'algl2', + explorers: [ + { + name: 'algl2scan', + url: 'https://scan.alg2-test.algen.network', + icon: 'algl2', + standard: 'EIP3091' + } + ], + parent: { chain: 'eip155-8921', type: 'shard' } + }, 8989: { name: 'Giant Mammoth Mainnet', title: 'Giant Mammoth Chain', @@ -19154,6 +19375,25 @@ export const chains: Chains = { } ] }, + 10321: { + name: 'TAO EVM Mainnet', + chain: 'TAO EVM', + icon: 'taoevmIcon', + rpc: ['https://rpc.taoevm.io'], + faucets: [], + nativeCurrency: { name: 'TAO', symbol: 'TAO', decimals: 18 }, + infoURL: 'https://taoevm.io', + shortName: 'TAOm', + chainId: 10321, + networkId: 10321, + explorers: [ + { + name: 'TAO Mainnet Explorer', + url: 'https://taoscan.org', + standard: 'EIP3091' + } + ] + }, 10324: { name: 'TAO EVM Testnet', chain: 'TAO EVM', @@ -21043,6 +21283,25 @@ export const chains: Chains = { } ] }, + 21224: { + name: 'DCpay Testnet', + chain: 'DCpay', + icon: 'dcpayIcon', + rpc: ['https://testnet-rpc.dcpay.io'], + faucets: ['https://faucet.dcpay.io'], + nativeCurrency: { name: 'DCP', symbol: 'DCP', decimals: 18 }, + infoURL: 'https://dcpay.io', + shortName: 'DCPt', + chainId: 21224, + networkId: 21224, + explorers: [ + { + name: 'DCpay Testnet Explorer', + url: 'https://testnet.dcpay.io', + standard: 'EIP3091' + } + ] + }, 21337: { name: 'CENNZnet Azalea', chain: 'CENNZnet', @@ -25176,6 +25435,7 @@ export const chains: Chains = { shortName: 'INOAI', chainId: 88559, networkId: 88559, + icon: 'inoai', explorers: [ { name: 'inoai live', url: 'https://inoai.live', standard: 'none' } ] @@ -25536,6 +25796,19 @@ export const chains: Chains = { } ] }, + 98881: { + name: 'Ebi Chain', + title: 'Ebi Chain', + chain: 'Ebi', + rpc: ['https://rpc.ebi.xyz'], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://ebi.xyz', + shortName: 'ebi', + chainId: 98881, + networkId: 98881, + status: 'incubating' + }, 99099: { name: 'eLiberty Testnet', chain: '$EL', @@ -27643,23 +27916,69 @@ export const chains: Chains = { } ] }, + 355110: { + name: 'Bitfinity Network Mainnet', + chain: 'BFT', + features: [{ name: 'EIP155' }, { name: 'EIP1559' }], + rpc: ['https://mainnet.bitfinity.network'], + faucets: [], + nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 }, + infoURL: 'https://bitfinity.network', + shortName: 'bitfinity-mainnet', + chainId: 355110, + networkId: 355110, + explorers: [ + { + name: 'Bitfinity Mainnet Block Explorer', + url: 'https://explorer.mainnet.bitfinity.network', + icon: 'bitfinity', + standard: 'EIP3091' + } + ] + }, 355113: { name: 'Bitfinity Network Testnet', chain: 'BFT', + features: [{ name: 'EIP155' }, { name: 'EIP1559' }], rpc: ['https://testnet.bitfinity.network'], faucets: ['https://bitfinity.network/faucet'], - nativeCurrency: { name: 'BITFINITY', symbol: 'BFT', decimals: 18 }, + nativeCurrency: { name: 'Bitfinity Token', symbol: 'BFT', decimals: 18 }, infoURL: 'https://bitfinity.network', - shortName: 'Bitfinity', + shortName: 'bitfinity-testnet', chainId: 355113, networkId: 355113, - slip44: 1, explorers: [ { - name: 'Bitfinity Block Explorer', - url: 'https://explorer.bitfinity.network', + name: 'Bitfinity Testnet Block Explorer', + url: 'https://explorer.testnet.bitfinity.network', icon: 'bitfinity', standard: 'EIP3091' + }, + { + name: 'Bitfinity Testnet Block Explorer', + url: 'https://bitfinity-test.dex.guru', + icon: 'dexguru', + standard: 'EIP3091' + } + ] + }, + 360890: { + name: 'LAVITA Mainnet', + chain: 'LAVITA', + icon: 'lavita', + rpc: ['https://tsub360890-eth-rpc.thetatoken.org/rpc'], + faucets: [], + nativeCurrency: { name: 'vTFUEL', symbol: 'vTFUEL', decimals: 18 }, + infoURL: 'https://www.lavita.ai', + shortName: 'lavita-mainnet', + chainId: 360890, + networkId: 360890, + explorers: [ + { + name: 'LAVITA Mainnet Explorer', + url: 'https://tsub360890-explorer.thetatoken.org', + icon: 'lavita', + standard: 'EIP3091' } ] }, @@ -32322,5 +32641,26 @@ export const chains: Chains = { standard: 'EIP3091' } ] + }, + 2716446429837000: { + name: 'DCHAIN', + title: 'DCHAIN Mainnet', + chain: 'dchainmainnet', + icon: 'dchainmainnet', + rpc: ['https://dchain-2716446429837000-1.jsonrpc.sagarpc.io'], + features: [{ name: 'EIP155' }, { name: 'EIP1559' }], + faucets: [], + nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, + infoURL: 'https://www.dchain.foundation/', + shortName: 'dchainmainnet', + chainId: 2716446429837000, + networkId: 2716446429837000, + explorers: [ + { + name: 'dchain scan', + url: 'https://dchain-2716446429837000-1.sagaexplorer.io', + standard: 'EIP3091' + } + ] } } diff --git a/src/enums.ts b/src/enums.ts index d94383a..8243454 100644 --- a/src/enums.ts +++ b/src/enums.ts @@ -137,6 +137,7 @@ export enum ChainName { PolygonMainnet = 'Polygon Mainnet', DefiOracleMetaMainnet = 'Defi Oracle Meta Mainnet', WoopChainMainnet = 'WoopChain Mainnet', + EternalCoinMainnet = 'EternalCoin Mainnet', OpenpieceTestnet = 'Openpiece Testnet', DAXCHAIN = 'DAX CHAIN', PHINetworkv2 = 'PHI Network v2', @@ -498,6 +499,7 @@ export enum ChainName { EthereumInscriptionMainnet = 'Ethereum Inscription Mainnet', CatecoinChainMainnet = 'Catecoin Chain Mainnet', Atheios = 'Atheios', + GravityAlphaMainnet = 'Gravity Alpha Mainnet', Btachain = 'Btachain', Liquichain = 'Liquichain', HorizenGobiTestnet = 'Horizen Gobi Testnet', @@ -551,6 +553,7 @@ export enum ChainName { HubbleExchange = 'Hubble Exchange', Ekta = 'Ekta', EdeXaTestnet = 'edeXa Testnet', + Sanko = 'Sanko', KyotoTestnet = 'Kyoto Testnet', DogechainMainnet = 'Dogechain Mainnet', MilkomedaC1Mainnet = 'Milkomeda C1 Mainnet', @@ -673,6 +676,7 @@ export enum ChainName { ZCoreTestnet = 'ZCore Testnet', EthStorageTestnet = 'EthStorage Testnet', Web3QGalileo = 'Web3Q Galileo', + EthStorageMainnet = 'EthStorage Mainnet', ParibuNetMainnet = 'Paribu Net Mainnet', EVOLVEMainnet = 'EVOLVE Mainnet', SecureChainTestnet = 'SecureChain Testnet', @@ -680,6 +684,7 @@ export enum ChainName { JFINChain = 'JFIN Chain', PandoProjectMainnet = 'PandoProject Mainnet', PandoProjectTestnet = 'PandoProject Testnet', + Tycooncoin = 'Tycooncoin', BotanixTestnet = 'Botanix Testnet', BotanixMainnet = 'Botanix Mainnet', IChainNetwork = 'iChain Network', @@ -706,6 +711,7 @@ export enum ChainName { PeperiumChainTestnet = 'Peperium Chain Testnet', FantomTestnet = 'Fantom Testnet', X1Fastnet = 'X1 Fastnet', + CarboniumTestnetNetwork = 'Carbonium Testnet Network', GANTestnet = 'GAN Testnet', BobaoperaTestnet = 'Bobaopera Testnet', Nahmii3Mainnet = 'Nahmii 3 Mainnet', @@ -804,6 +810,7 @@ export enum ChainName { PAXBMainnet = 'PAXB Mainnet', CompverseMainnet = 'Compverse Mainnet', GoldSmartChainMainnet = 'Gold Smart Chain Mainnet', + PoolsMainnet = 'Pools Mainnet', TombChainMainnet = 'Tomb Chain Mainnet', PolySmartChain = 'PolySmartChain', ZetaChainMainnet = 'ZetaChain Mainnet', @@ -883,6 +890,10 @@ export enum ChainName { OreniumTestnetProtocol = 'Orenium Testnet Protocol', MammothMainnet = 'Mammoth Mainnet', JIBCHAINL1 = 'JIBCHAIN L1', + Algen = 'Algen', + AlgenTestnet = 'Algen Testnet', + AlgenLayer2 = 'Algen Layer2', + AlgenLayer2Testnet = 'Algen Layer2 Testnet', GiantMammothMainnet = 'Giant Mammoth Mainnet', Bloxberg = 'bloxberg', EvmosTestnet = 'Evmos Testnet', @@ -931,6 +942,7 @@ export enum ChainName { ArtheraMainnet = 'Arthera Mainnet', ArtheraTestnet = 'Arthera Testnet', '0XTade' = '0XTade', + TAOEVMMainnet = 'TAO EVM Mainnet', TAOEVMTestnet = 'TAO EVM Testnet', WorldLandTestnet = 'WorldLand Testnet', NumbersMainnet = 'Numbers Mainnet', @@ -1019,6 +1031,7 @@ export enum ChainName { C4EI = 'C4EI', AllAboutHealthy = 'All About Healthy', DCpayMainnet = 'DCpay Mainnet', + DCpayTestnet = 'DCpay Testnet', CENNZnetAzalea = 'CENNZnet Azalea', OmChainMainnet = 'omChain Mainnet', BSLMainnet = 'BSL Mainnet', @@ -1235,6 +1248,7 @@ export enum ChainName { 'MantisTestnet(Hexapod)' = 'Mantis Testnet (Hexapod)', BobaBNBMainnetOld = 'Boba BNB Mainnet Old', GreenChainTestnet = 'Green Chain Testnet', + EbiChain = 'Ebi Chain', ELibertyTestnet = 'eLiberty Testnet', 'UBSmartChain(testnet)' = 'UB Smart Chain(testnet)', UBSmartChain = 'UB Smart Chain', @@ -1341,7 +1355,9 @@ export enum ChainName { PolisMainnet = 'Polis Mainnet', UPchainTestnet = 'UPchain Testnet', UPchainMainnet = 'UPchain Mainnet', + BitfinityNetworkMainnet = 'Bitfinity Network Mainnet', BitfinityNetworkTestnet = 'Bitfinity Network Testnet', + LAVITAMainnet = 'LAVITA Mainnet', DigitSoulSmartChain2 = 'Digit Soul Smart Chain 2', HAPchainTestnet = 'HAPchain Testnet', 'MetalC-Chain' = 'Metal C-Chain', @@ -1564,7 +1580,8 @@ export enum ChainName { PDCMainnet = 'PDC Mainnet', MolereumNetwork = 'Molereum Network', 'GodwokenTestnet(V1)' = 'Godwoken Testnet (V1)', - DCHAINTestnet = 'DCHAIN Testnet' + DCHAINTestnet = 'DCHAIN Testnet', + DCHAIN = 'DCHAIN' } export enum ChainId { EthereumMainnet = 1, @@ -1705,6 +1722,7 @@ export enum ChainId { PolygonMainnet = 137, DefiOracleMetaMainnet = 138, WoopChainMainnet = 139, + EternalCoinMainnet = 140, OpenpieceTestnet = 141, DAXCHAIN = 142, PHINetworkv2 = 144, @@ -2066,6 +2084,7 @@ export enum ChainId { EthereumInscriptionMainnet = 1617, CatecoinChainMainnet = 1618, Atheios = 1620, + GravityAlphaMainnet = 1625, Btachain = 1657, Liquichain = 1662, HorizenGobiTestnet = 1663, @@ -2119,6 +2138,7 @@ export enum ChainId { HubbleExchange = 1992, Ekta = 1994, EdeXaTestnet = 1995, + Sanko = 1996, KyotoTestnet = 1998, DogechainMainnet = 2000, MilkomedaC1Mainnet = 2001, @@ -2241,6 +2261,7 @@ export enum ChainId { ZCoreTestnet = 3331, EthStorageTestnet = 3333, Web3QGalileo = 3334, + EthStorageMainnet = 3335, ParibuNetMainnet = 3400, EVOLVEMainnet = 3424, SecureChainTestnet = 3434, @@ -2248,6 +2269,7 @@ export enum ChainId { JFINChain = 3501, PandoProjectMainnet = 3601, PandoProjectTestnet = 3602, + Tycooncoin = 3630, BotanixTestnet = 3636, BotanixMainnet = 3637, IChainNetwork = 3639, @@ -2274,6 +2296,7 @@ export enum ChainId { PeperiumChainTestnet = 4001, FantomTestnet = 4002, X1Fastnet = 4003, + CarboniumTestnetNetwork = 4040, GANTestnet = 4048, BobaoperaTestnet = 4051, Nahmii3Mainnet = 4061, @@ -2372,6 +2395,7 @@ export enum ChainId { PAXBMainnet = 6701, CompverseMainnet = 6779, GoldSmartChainMainnet = 6789, + PoolsMainnet = 6868, TombChainMainnet = 6969, PolySmartChain = 6999, ZetaChainMainnet = 7000, @@ -2451,6 +2475,10 @@ export enum ChainId { OreniumTestnetProtocol = 8890, MammothMainnet = 8898, JIBCHAINL1 = 8899, + Algen = 8911, + AlgenTestnet = 8912, + AlgenLayer2 = 8921, + AlgenLayer2Testnet = 8922, GiantMammothMainnet = 8989, Bloxberg = 8995, EvmosTestnet = 9000, @@ -2499,6 +2527,7 @@ export enum ChainId { ArtheraMainnet = 10242, ArtheraTestnet = 10243, '0XTade' = 10248, + TAOEVMMainnet = 10321, TAOEVMTestnet = 10324, WorldLandTestnet = 10395, NumbersMainnet = 10507, @@ -2587,6 +2616,7 @@ export enum ChainId { C4EI = 21004, AllAboutHealthy = 21133, DCpayMainnet = 21223, + DCpayTestnet = 21224, CENNZnetAzalea = 21337, OmChainMainnet = 21816, BSLMainnet = 21912, @@ -2803,6 +2833,7 @@ export enum ChainId { 'MantisTestnet(Hexapod)' = 96970, BobaBNBMainnetOld = 97288, GreenChainTestnet = 97531, + EbiChain = 98881, ELibertyTestnet = 99099, 'UBSmartChain(testnet)' = 99998, UBSmartChain = 99999, @@ -2909,7 +2940,9 @@ export enum ChainId { PolisMainnet = 333999, UPchainTestnet = 336655, UPchainMainnet = 336666, + BitfinityNetworkMainnet = 355110, BitfinityNetworkTestnet = 355113, + LAVITAMainnet = 360890, DigitSoulSmartChain2 = 363636, HAPchainTestnet = 373737, 'MetalC-Chain' = 381931, @@ -3132,5 +3165,6 @@ export enum ChainId { PDCMainnet = 666301171999, MolereumNetwork = 6022140761023, 'GodwokenTestnet(V1)' = 868455272153094, - DCHAINTestnet = 2713017997578000 + DCHAINTestnet = 2713017997578000, + DCHAIN = 2716446429837000 }