@revoke.cash/chains 60.0.0 → 61.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3751,10 +3751,16 @@ exports.chains = {
3751
3751
  faucets: [],
3752
3752
  nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
3753
3753
  infoURL: 'https://hsk.xyz',
3754
- shortName: 'HSK',
3754
+ shortName: 'hsk',
3755
3755
  chainId: 177,
3756
3756
  networkId: 177,
3757
3757
  explorers: [
3758
+ {
3759
+ name: 'blockscout',
3760
+ url: 'https://hashkey.blockscout.com',
3761
+ icon: 'blockscout',
3762
+ standard: 'EIP3091'
3763
+ },
3758
3764
  {
3759
3765
  name: 'blockscout',
3760
3766
  url: 'https://explorer.hsk.xyz',
@@ -4720,6 +4726,22 @@ exports.chains = {
4720
4726
  }
4721
4727
  ]
4722
4728
  },
4729
+ 232: {
4730
+ name: 'Lens',
4731
+ title: 'Lens mainnet',
4732
+ chain: 'Lens',
4733
+ rpc: [],
4734
+ faucets: [],
4735
+ chainId: 232,
4736
+ networkId: 232,
4737
+ nativeCurrency: { name: 'GHO', symbol: 'GHO', decimals: 18 },
4738
+ icon: 'lens',
4739
+ infoURL: 'https://lens.xyz',
4740
+ shortName: 'lens',
4741
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
4742
+ explorers: [],
4743
+ iconURL: 'https://ipfs.io/ipfs/QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU'
4744
+ },
4723
4745
  233: {
4724
4746
  name: 'Ethernity Testnet',
4725
4747
  chain: 'Ethernity',
@@ -5005,6 +5027,7 @@ exports.chains = {
5005
5027
  'https://mainnet-rpc-04.swanchain.org'
5006
5028
  ],
5007
5029
  faucets: [],
5030
+ icon: 'swan',
5008
5031
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5009
5032
  infoURL: 'https://swanchain.io/',
5010
5033
  shortName: 'Swan',
@@ -5016,7 +5039,8 @@ exports.chains = {
5016
5039
  url: 'https://swanscan.io',
5017
5040
  standard: 'EIP3091'
5018
5041
  }
5019
- ]
5042
+ ],
5043
+ iconURL: 'https://ipfs.io/ipfs/bafkreiduag3kgux5c5a2zdiv3cjcrhwwh3cudc2hxyxufeadpfzhrjbo4u'
5020
5044
  },
5021
5045
  255: {
5022
5046
  name: 'Kroma',
@@ -5102,7 +5126,7 @@ exports.chains = {
5102
5126
  name: 'Guru Network',
5103
5127
  chain: 'GURU',
5104
5128
  icon: 'GuruNetwork',
5105
- rpc: ['https://rpc.gurunetwork.ai/archive/260'],
5129
+ rpc: ['https://rpc-main.gurunetwork.ai'],
5106
5130
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5107
5131
  faucets: [],
5108
5132
  nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
@@ -5123,7 +5147,7 @@ exports.chains = {
5123
5147
  name: 'Guru Network Testnet',
5124
5148
  chain: 'tGURU',
5125
5149
  icon: 'GuruNetwork',
5126
- rpc: ['https://rpc.gurunetwork.ai/archive/261'],
5150
+ rpc: ['https://rpc-test.gurunetwork.ai'],
5127
5151
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
5128
5152
  faucets: ['https://v2.dex.guru/season-pass/faucet'],
5129
5153
  nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
@@ -8514,6 +8538,27 @@ exports.chains = {
8514
8538
  }
8515
8539
  ]
8516
8540
  },
8541
+ 743: {
8542
+ name: 'Tranched Mainnet',
8543
+ chain: 'tranched-mainnet',
8544
+ rpc: ['https://tranched-mainnet.calderachain.xyz/http'],
8545
+ faucets: [],
8546
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
8547
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
8548
+ infoURL: 'https://tranched-mainnet.hub.caldera.xyz',
8549
+ shortName: 'tranched-mainnet',
8550
+ chainId: 743,
8551
+ networkId: 743,
8552
+ icon: 'tranched-mainnet',
8553
+ explorers: [
8554
+ {
8555
+ name: 'Tranched Mainnet Caldera Explorer',
8556
+ url: 'https://tranched-mainnet.calderaexplorer.xyz',
8557
+ standard: 'EIP3091'
8558
+ }
8559
+ ],
8560
+ iconURL: 'https://ipfs.io/ipfs/bafkreieb6bx5nqv43qgykfuycpfilf5xk7v3jugli74ofb7pm6t6f5wcmu'
8561
+ },
8517
8562
  747: {
8518
8563
  name: 'EVM on Flow',
8519
8564
  chain: 'Flow',
@@ -10060,29 +10105,18 @@ exports.chains = {
10060
10105
  iconURL: 'https://ipfs.io/ipfs/QmaZDNDFLWESH4i3XqwEWfWBb1HPnQSNbDAr74nr2x8QAk'
10061
10106
  },
10062
10107
  998: {
10063
- name: 'Lucky Network',
10064
- chain: 'LN',
10065
- rpc: [
10066
- 'https://rpc.luckynetwork.org',
10067
- 'wss://ws.lnscan.org',
10068
- 'https://rpc.lnscan.org'
10069
- ],
10108
+ name: 'Hyperliquid EVM Testnet',
10109
+ chain: 'HYPE',
10110
+ rpc: ['https://api.hyperliquid-testnet.xyz/evm'],
10111
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
10070
10112
  faucets: [],
10071
- nativeCurrency: { name: 'Lucky', symbol: 'L99', decimals: 18 },
10072
- infoURL: 'https://luckynetwork.org',
10073
- shortName: 'ln',
10113
+ nativeCurrency: { name: 'HYPE', symbol: 'HYPE', decimals: 18 },
10114
+ infoURL: 'https://hyperfoundation.org/',
10115
+ shortName: 'hype-evm-testnet',
10074
10116
  chainId: 998,
10075
10117
  networkId: 998,
10076
- icon: 'lucky',
10077
- explorers: [
10078
- {
10079
- name: 'blockscout',
10080
- url: 'https://explorer.luckynetwork.org',
10081
- standard: 'none'
10082
- },
10083
- { name: 'expedition', url: 'https://lnscan.org', standard: 'none' }
10084
- ],
10085
- iconURL: 'https://ipfs.io/ipfs/bafkreidmvcd5i7touug55hj45mf2pgabxamy5fziva7mtx5n664s3yap6m'
10118
+ explorers: [],
10119
+ redFlags: ['reusedChainId']
10086
10120
  },
10087
10121
  999: {
10088
10122
  name: 'Wanchain Testnet',
@@ -13724,15 +13758,36 @@ exports.chains = {
13724
13758
  title: 'Soneium mainnet',
13725
13759
  chain: 'ETH',
13726
13760
  icon: 'soneium',
13727
- rpc: [],
13761
+ rpc: ['https://rpc.soneium.org'],
13728
13762
  faucets: [],
13729
13763
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
13730
13764
  infoURL: 'https://soneium.org',
13731
13765
  chainId: 1868,
13732
13766
  networkId: 1868,
13733
- status: 'incubating',
13734
- explorers: [],
13735
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
13767
+ status: 'active',
13768
+ explorers: [
13769
+ {
13770
+ name: 'blockscout',
13771
+ url: 'https://soneium.blockscout.com',
13772
+ icon: 'blockscout',
13773
+ standard: 'EIP3091'
13774
+ },
13775
+ {
13776
+ name: 'OKLink',
13777
+ url: 'https://www.okx.com/web3/explorer/soneium',
13778
+ standard: 'EIP3091'
13779
+ },
13780
+ {
13781
+ name: 'SlamVision',
13782
+ url: 'https://soneium.slam.vision',
13783
+ standard: 'none'
13784
+ }
13785
+ ],
13786
+ parent: {
13787
+ type: 'L2',
13788
+ chain: 'eip155-1',
13789
+ bridges: [{ url: 'https://superbridge.app/soneium' }]
13790
+ },
13736
13791
  iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
13737
13792
  },
13738
13793
  1875: {
@@ -16136,6 +16191,27 @@ exports.chains = {
16136
16191
  ],
16137
16192
  iconURL: 'https://ipfs.io/ipfs/QmdNQMFxcjB9PAP1LZVqaQmyppV5QGTqXXmbBeQyaTUpMM'
16138
16193
  },
16194
+ 2345: {
16195
+ name: 'GOAT Network',
16196
+ title: 'GOAT Network',
16197
+ chain: 'GOAT',
16198
+ rpc: ['https://rpc.goat.network'],
16199
+ faucets: [],
16200
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
16201
+ infoURL: 'https://www.goat.network',
16202
+ shortName: 'goat',
16203
+ chainId: 2345,
16204
+ networkId: 2345,
16205
+ icon: 'goat',
16206
+ explorers: [
16207
+ {
16208
+ name: 'blockscout',
16209
+ url: 'https://explorer.goat.network',
16210
+ standard: 'EIP3091'
16211
+ }
16212
+ ],
16213
+ iconURL: 'https://ipfs.io/ipfs/bafkreifrhbzlufbvxbhywu4rmkkij4ur2qcg3zlk6irqnbabbjfj3cud2u'
16214
+ },
16139
16215
  2355: {
16140
16216
  name: 'Silicon zkEVM',
16141
16217
  title: 'Silicon zkEVM Mainnet',
@@ -17334,7 +17410,7 @@ exports.chains = {
17334
17410
  standard: 'EIP3091'
17335
17411
  }
17336
17412
  ],
17337
- iconURL: 'https://ipfs.io/ipfs/QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE'
17413
+ iconURL: 'https://ipfs.io/ipfs/bafkreia5iw3fygyim6ivv4lznrsak2x6e573vybexlnpxpcp775hcgmjyi'
17338
17414
  },
17339
17415
  3031: {
17340
17416
  name: 'Orlando Chain',
@@ -20976,7 +21052,7 @@ exports.chains = {
20976
21052
  standard: 'EIP3091'
20977
21053
  }
20978
21054
  ],
20979
- iconURL: 'https://ipfs.io/ipfs/QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE'
21055
+ iconURL: 'https://ipfs.io/ipfs/bafkreia5iw3fygyim6ivv4lznrsak2x6e573vybexlnpxpcp775hcgmjyi'
20980
21056
  },
20981
21057
  6065: {
20982
21058
  name: 'Tres Testnet',
@@ -22082,6 +22158,27 @@ exports.chains = {
22082
22158
  explorers: [],
22083
22159
  iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
22084
22160
  },
22161
+ 7233: {
22162
+ name: 'InitVerse mainnet',
22163
+ chain: 'InitVerse',
22164
+ rpc: ['https://rpc-mainnet.inichain.com'],
22165
+ faucets: [],
22166
+ nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
22167
+ infoURL: 'https://www.inichain.com',
22168
+ shortName: 'INI',
22169
+ chainId: 7233,
22170
+ networkId: 7233,
22171
+ icon: 'initverse',
22172
+ explorers: [
22173
+ {
22174
+ name: 'initverse',
22175
+ url: 'https://www.iniscan.com',
22176
+ icon: 'initverse',
22177
+ standard: 'none'
22178
+ }
22179
+ ],
22180
+ iconURL: 'https://ipfs.io/ipfs/bafkreieuowxl2syu2cfiebhqkdjrokbwq4sulcdrww3z4wws3vssm3phzi'
22181
+ },
22085
22182
  7234: {
22086
22183
  name: 'InitVerse genesis testnet',
22087
22184
  chain: 'InitVerse',
@@ -22865,6 +22962,32 @@ exports.chains = {
22865
22962
  infoURL: 'https://mochain.app',
22866
22963
  iconURL: 'https://ipfs.io/ipfs/QmfJYJiR7L8xMG3KAWroVA9CQEfRGcbprC4JmVsiVk1E4e'
22867
22964
  },
22965
+ 7957: {
22966
+ name: 'Exorium Testnet',
22967
+ chain: 'EXOR',
22968
+ rpc: [
22969
+ 'https://rpc-1-testnet.exorium.net',
22970
+ 'https://rpc-2-testnet.exorium.net',
22971
+ 'https://rpc-testnet.exoscan.net/'
22972
+ ],
22973
+ faucets: ['https://faucet-testnet.exorium.net'],
22974
+ nativeCurrency: { name: 'EXOR', symbol: 'tEXOR', decimals: 18 },
22975
+ infoURL: 'https://exorium.net',
22976
+ shortName: 'texor',
22977
+ chainId: 7957,
22978
+ networkId: 7957,
22979
+ slip44: 1,
22980
+ icon: 'exorium',
22981
+ explorers: [
22982
+ {
22983
+ name: 'EXORIUM Testnet Explorer',
22984
+ icon: 'exorium',
22985
+ url: 'https://testnet.exoscan.net',
22986
+ standard: 'none'
22987
+ }
22988
+ ],
22989
+ iconURL: 'https://ipfs.io/ipfs/QmTY2Z7AEEWxmzQyh7DFG8fyR3w6Y166GDJfi6o3xo6GgV'
22990
+ },
22868
22991
  7979: {
22869
22992
  name: 'DOS Chain',
22870
22993
  chain: 'DOS',
@@ -23112,10 +23235,10 @@ exports.chains = {
23112
23235
  8086: {
23113
23236
  name: 'Bitcoin Chain',
23114
23237
  chain: 'BTC',
23115
- rpc: ['https://rpc.biteth.org'],
23238
+ rpc: ['https://rpc.bitcoinevm.org'],
23116
23239
  faucets: [],
23117
23240
  nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
23118
- infoURL: 'https://biteth.org',
23241
+ infoURL: 'https://bitcoinevm.org',
23119
23242
  shortName: 'Bitcoin',
23120
23243
  chainId: 8086,
23121
23244
  networkId: 8086,
@@ -23445,6 +23568,19 @@ exports.chains = {
23445
23568
  ],
23446
23569
  iconURL: 'https://ipfs.io/ipfs/Qme5W7SmKGv3gqciYFWuZvA4QKJAU2XKwSzC6cXLx7wGJu'
23447
23570
  },
23571
+ 8386: {
23572
+ name: 'XProtocol',
23573
+ chain: 'XPROTOCOL',
23574
+ rpc: [],
23575
+ faucets: [],
23576
+ nativeCurrency: { name: 'Kick', symbol: 'KICK', decimals: 18 },
23577
+ shortName: 'xprotocol',
23578
+ chainId: 8386,
23579
+ networkId: 8386,
23580
+ status: 'incubating',
23581
+ parent: { type: 'L2', chain: 'eip155-8453' },
23582
+ infoURL: 'https://xprotocol.org/'
23583
+ },
23448
23584
  8387: {
23449
23585
  name: 'Dracones Financial Services',
23450
23586
  title: 'The Dracones Mainnet',
@@ -23766,8 +23902,8 @@ exports.chains = {
23766
23902
  8844: {
23767
23903
  name: 'Hydra Chain Testnet',
23768
23904
  chain: 'HYDRA',
23769
- rpc: ['https://rpc.testnet.hydrachain.org'],
23770
- faucets: ['https://app.testnet.hydrachain.org/faucet'],
23905
+ rpc: ['https://rpc-testnet.hydrachain.org'],
23906
+ faucets: ['https://testnetapp.hydrachain.org/faucet'],
23771
23907
  nativeCurrency: { name: 'tHydra', symbol: 'tHYDRA', decimals: 18 },
23772
23908
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
23773
23909
  infoURL: 'https://hydrachain.org',
@@ -25210,7 +25346,7 @@ exports.chains = {
25210
25346
  name: 'Agung Network',
25211
25347
  chain: 'Agung',
25212
25348
  icon: 'agung',
25213
- rpc: ['https:///wss-async.agung.peaq.network'],
25349
+ rpc: ['https://wss-async.agung.peaq.network'],
25214
25350
  faucets: [],
25215
25351
  nativeCurrency: { name: 'Agung', symbol: 'AGNG', decimals: 18 },
25216
25352
  infoURL: 'https://www.peaq.network',
@@ -27413,8 +27549,8 @@ exports.chains = {
27413
27549
  networkId: 16180,
27414
27550
  explorers: [
27415
27551
  {
27416
- name: 'Avalanche Subnet Explorer',
27417
- url: 'https://subnets.avax.network/plyr',
27552
+ name: 'PLYR PHI Explorer',
27553
+ url: 'https://explorer.plyr.network',
27418
27554
  standard: 'EIP3091'
27419
27555
  }
27420
27556
  ],
@@ -27503,7 +27639,7 @@ exports.chains = {
27503
27639
  16600: {
27504
27640
  name: '0G-Newton-Testnet',
27505
27641
  chain: '0G-Testnet',
27506
- rpc: ['https://rpc-testnet.0g.ai'],
27642
+ rpc: ['https://evmrpc-testnet.0g.ai'],
27507
27643
  faucets: ['https://faucet.0g.ai'],
27508
27644
  nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
27509
27645
  infoURL: 'https://0g.ai',
@@ -27513,7 +27649,7 @@ exports.chains = {
27513
27649
  icon: '0gai',
27514
27650
  explorers: [
27515
27651
  {
27516
- name: '0G Chain Explorer',
27652
+ name: '0G BlockChain Explorer',
27517
27653
  url: 'https://chainscan-newton.0g.ai',
27518
27654
  standard: 'none'
27519
27655
  }
@@ -28022,6 +28158,27 @@ exports.chains = {
28022
28158
  ],
28023
28159
  iconURL: 'https://ipfs.io/ipfs/QmUf9AtP2ZjQFvE8V4UV5RXQJkfUrCAh4tyY7ZHesBhCMB'
28024
28160
  },
28161
+ 18881: {
28162
+ name: 'Ultra EVM Network Testnet',
28163
+ chain: 'Ultra',
28164
+ icon: 'ultra',
28165
+ rpc: ['https://evm.test.ultra.eosusa.io'],
28166
+ faucets: [],
28167
+ nativeCurrency: { name: 'Ultra Token', symbol: 'UOS', decimals: 18 },
28168
+ infoURL: 'https://ultra.io/',
28169
+ shortName: 'ultra-testnet',
28170
+ chainId: 18881,
28171
+ networkId: 18881,
28172
+ slip44: 1,
28173
+ explorers: [
28174
+ {
28175
+ name: 'Ultra EVM Testnet Explorer',
28176
+ url: 'https://evmexplorer.testnet.ultra.io',
28177
+ standard: 'EIP3091'
28178
+ }
28179
+ ],
28180
+ iconURL: 'https://ipfs.io/ipfs/QmeGtXdTHHMnf6rWUWFcefMGaVp7dJ6SWNgxgbVgm9YHTZ'
28181
+ },
28025
28182
  18888: {
28026
28183
  name: 'Titan (TKX)',
28027
28184
  chain: 'Titan (TKX)',
@@ -28798,6 +28955,25 @@ exports.chains = {
28798
28955
  ],
28799
28956
  iconURL: 'https://ipfs.io/ipfs/QmdTfku81ohnG9ECU1Xswmeumt678cBhwHWuFYZ7i1Qsto'
28800
28957
  },
28958
+ 23023: {
28959
+ name: 'PremiumBlock',
28960
+ chain: 'PBLK',
28961
+ rpc: ['https://rpc.premiumblock.org'],
28962
+ faucets: [],
28963
+ nativeCurrency: { name: 'Premium Block', symbol: 'PBLK', decimals: 18 },
28964
+ infoURL: 'https://scan.premiumblock.org',
28965
+ shortName: 'pblk',
28966
+ chainId: 23023,
28967
+ networkId: 23023,
28968
+ explorers: [
28969
+ {
28970
+ name: 'PremiumBlocks Explorer',
28971
+ url: 'https://scan.premiumblock.org',
28972
+ standard: 'EIP3091'
28973
+ }
28974
+ ],
28975
+ features: [{ name: 'EIP1559' }]
28976
+ },
28801
28977
  23118: {
28802
28978
  name: 'Opside Testnet',
28803
28979
  chain: 'Opside',
@@ -30616,6 +30792,26 @@ exports.chains = {
30616
30792
  chainId: 42069,
30617
30793
  networkId: 42069
30618
30794
  },
30795
+ 42070: {
30796
+ name: 'WMC Testnet',
30797
+ chain: 'WMC',
30798
+ icon: 'wmc',
30799
+ rpc: ['https://rpc-testnet-base.worldmobile.net'],
30800
+ faucets: ['https://faucet-testnet-base.worldmobile.net'],
30801
+ nativeCurrency: { name: 'WMTx', symbol: 'WMTx', decimals: 18 },
30802
+ infoURL: 'https://worldmobiletoken.com',
30803
+ shortName: 'wmtx',
30804
+ chainId: 42070,
30805
+ networkId: 42070,
30806
+ explorers: [
30807
+ {
30808
+ name: 'WMC Explorer',
30809
+ url: 'https://explorer-testnet-base.worldmobile.net',
30810
+ standard: 'EIP3091'
30811
+ }
30812
+ ],
30813
+ iconURL: 'https://ipfs.io/ipfs/QmVWrPMhSkocodzjz54R6qdQ1UJx4Y6oUAsvKuqWTi9u2E'
30814
+ },
30619
30815
  42072: {
30620
30816
  name: 'AgentLayer Testnet',
30621
30817
  chain: 'AgentLayer',
@@ -31629,6 +31825,24 @@ exports.chains = {
31629
31825
  ],
31630
31826
  parent: { type: 'L2', chain: 'eip155-11155111' }
31631
31827
  },
31828
+ 50505: {
31829
+ name: 'STB Testnet',
31830
+ chain: 'STB Testnet',
31831
+ rpc: ['https://rpc.quorum.sps.dev.kode.ru/'],
31832
+ faucets: [],
31833
+ nativeCurrency: { name: 'STB', symbol: 'STB', decimals: 18 },
31834
+ infoURL: '',
31835
+ shortName: 'stb-testnet',
31836
+ chainId: 50505,
31837
+ networkId: 50505,
31838
+ explorers: [
31839
+ {
31840
+ name: 'stb-testnet',
31841
+ url: 'https://explorer.quorum.sps.dev.kode.ru',
31842
+ standard: 'none'
31843
+ }
31844
+ ]
31845
+ },
31632
31846
  50888: {
31633
31847
  name: 'Erbie Mainnet',
31634
31848
  chain: 'Erbie',
@@ -32893,8 +33107,8 @@ exports.chains = {
32893
33107
  slip44: 1,
32894
33108
  explorers: [
32895
33109
  {
32896
- name: 'Avalanche Subnet Testnet Explorer',
32897
- url: 'https://subnets-test.avax.network/plyr',
33110
+ name: 'PLYR TAU Explorer',
33111
+ url: 'https://explorer-testnet.plyr.network',
32898
33112
  standard: 'EIP3091'
32899
33113
  }
32900
33114
  ],
@@ -33539,6 +33753,26 @@ exports.chains = {
33539
33753
  ],
33540
33754
  iconURL: 'https://ipfs.io/ipfs/Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ'
33541
33755
  },
33756
+ 72888: {
33757
+ name: 'CAGA mainnet',
33758
+ chain: 'CAGA',
33759
+ rpc: ['https://cagamainnet.com', 'wss://cagamainnet.com/ws'],
33760
+ faucets: [],
33761
+ nativeCurrency: { name: 'CAGA', symbol: 'CAGA', decimals: 18 },
33762
+ infoURL: 'https://www.cagacrypto.com/',
33763
+ shortName: 'caga-mainnet',
33764
+ chainId: 72888,
33765
+ networkId: 72888,
33766
+ icon: 'caga',
33767
+ explorers: [
33768
+ {
33769
+ name: 'caga',
33770
+ url: 'https://explorer.cagamainnet.com',
33771
+ standard: 'EIP3091'
33772
+ }
33773
+ ],
33774
+ iconURL: 'https://ipfs.io/ipfs/Qmeiop9gSdzU4NNJ6GCuPk6AeYwD9pbhEFVfRdk4dXs3kJ'
33775
+ },
33542
33776
  72992: {
33543
33777
  name: 'Grok Chain Mainnet',
33544
33778
  chain: 'Grok',
@@ -34111,6 +34345,20 @@ exports.chains = {
34111
34345
  ],
34112
34346
  iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
34113
34347
  },
34348
+ 80094: {
34349
+ name: 'Berachain',
34350
+ chain: 'Berachain',
34351
+ rpc: ['https://rpc.berachain.com'],
34352
+ faucets: ['https://faucet.berachain.com'],
34353
+ nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
34354
+ infoURL: 'https://www.berachain.com',
34355
+ shortName: 'berachain',
34356
+ chainId: 80094,
34357
+ networkId: 80094,
34358
+ icon: 'berachain',
34359
+ explorers: [],
34360
+ iconURL: 'https://ipfs.io/ipfs/QmW2xrDkSqBB7qgftp5PUecEGg4zwUBJgSN45CaR7CKJMr'
34361
+ },
34114
34362
  80096: {
34115
34363
  name: 'Hizoco mainnet',
34116
34364
  chain: 'HZC',
@@ -34145,6 +34393,27 @@ exports.chains = {
34145
34393
  explorers: [],
34146
34394
  parent: { type: 'L2', chain: 'eip155-42161' }
34147
34395
  },
34396
+ 80931: {
34397
+ name: 'Forta Chain',
34398
+ chain: 'Forta Chain',
34399
+ rpc: ['https://rpc-forta-chain-8gj1qndmfc.t.conduit.xyz'],
34400
+ faucets: [],
34401
+ nativeCurrency: { name: 'FORT', symbol: 'FORT', decimals: 18 },
34402
+ infoURL: 'https://www.forta.org/',
34403
+ shortName: 'forta',
34404
+ chainId: 80931,
34405
+ networkId: 80931,
34406
+ icon: 'forta-chain',
34407
+ explorers: [
34408
+ {
34409
+ name: 'Forta Chain Explorer',
34410
+ url: 'https://explorer.forta.org',
34411
+ icon: 'forta-chain',
34412
+ standard: 'EIP3091'
34413
+ }
34414
+ ],
34415
+ iconURL: 'https://ipfs.io/ipfs/Qmd3KFA5oJbPHCe7rdKdzYBiBPoN8QWxCvU9yqteV3fDCQ'
34416
+ },
34148
34417
  81041: {
34149
34418
  name: 'Nordek Mainnet',
34150
34419
  chain: 'Nordek',
@@ -34427,6 +34696,24 @@ exports.chains = {
34427
34696
  explorers: [],
34428
34697
  iconURL: 'https://ipfs.io/ipfs/QmRZ1LHedFNs3pXhxcjhbQtHLmMzDhioKJ6ZsRwHNpbtiF'
34429
34698
  },
34699
+ 83868: {
34700
+ name: 'Xprotocol Sepolia',
34701
+ chainId: 83868,
34702
+ shortName: 'xprotocolsepolia',
34703
+ chain: 'Xprotocol Sepolia',
34704
+ networkId: 83868,
34705
+ nativeCurrency: {
34706
+ name: 'KICK Testnet Token',
34707
+ symbol: 'KICK',
34708
+ decimals: 18
34709
+ },
34710
+ rpc: [],
34711
+ faucets: [],
34712
+ explorers: [],
34713
+ status: 'incubating',
34714
+ parent: { type: 'L2', chain: 'eip155-84532' },
34715
+ infoURL: 'https://xprotocol.org/'
34716
+ },
34430
34717
  83872: {
34431
34718
  name: 'ZEDXION',
34432
34719
  chain: 'ZEDXION',
@@ -35252,6 +35539,32 @@ exports.chains = {
35252
35539
  ],
35253
35540
  iconURL: 'https://ipfs.io/ipfs/QmVhM3wHXdXkFEvW4x4vYqT7bx7gb5BQLWcLebHBeAzAXF'
35254
35541
  },
35542
+ 97453: {
35543
+ name: 'Sidra Chain',
35544
+ chain: 'SIDRA',
35545
+ icon: 'sidrachain',
35546
+ rpc: ['https://node.sidrachain.com'],
35547
+ features: [{ name: 'EIP155' }],
35548
+ faucets: [],
35549
+ nativeCurrency: {
35550
+ name: 'Sidra Digital Asset',
35551
+ symbol: 'SDA',
35552
+ decimals: 18
35553
+ },
35554
+ infoURL: 'https://www.sidrachain.com',
35555
+ shortName: 'sidra',
35556
+ chainId: 97453,
35557
+ networkId: 97453,
35558
+ explorers: [
35559
+ {
35560
+ name: 'Sidra Chain Explorer',
35561
+ url: 'https://ledger.sidrachain.com',
35562
+ icon: 'sidrachain',
35563
+ standard: 'EIP3091'
35564
+ }
35565
+ ],
35566
+ iconURL: 'https://ipfs.io/ipfs/QmfVnJSmiB1Ss3Sfhgc9JsZAbQ2RAofsgzYB1VqUNKNgLH'
35567
+ },
35255
35568
  97531: {
35256
35569
  name: 'Green Chain Testnet',
35257
35570
  chain: 'Green Chain',
@@ -39806,6 +40119,24 @@ exports.chains = {
39806
40119
  }
39807
40120
  ]
39808
40121
  },
40122
+ 706883: {
40123
+ name: 'Fidesinnova',
40124
+ chain: 'Fidesinnova',
40125
+ rpc: ['https://fidesf1-rpc.fidesinnova.io'],
40126
+ faucets: [],
40127
+ nativeCurrency: { name: 'Fidesinnova', symbol: 'FDS', decimals: 18 },
40128
+ infoURL: 'https://fidesinnova1.gitbook.io/fidesinnova',
40129
+ shortName: 'Fidesinnova',
40130
+ chainId: 706883,
40131
+ networkId: 706883,
40132
+ explorers: [
40133
+ {
40134
+ name: 'Fidesinnova Blockchain Explorer',
40135
+ url: 'https://explorer.fidesinnova.io',
40136
+ standard: 'none'
40137
+ }
40138
+ ]
40139
+ },
39809
40140
  710420: {
39810
40141
  name: 'Tiltyard Mainnet Subnet',
39811
40142
  chain: 'TILTYARD',
@@ -42006,6 +42337,32 @@ exports.chains = {
42006
42337
  ],
42007
42338
  iconURL: 'https://ipfs.io/ipfs/QmYQf9VKTzPwQiU5xQMNbJKKGasLDVoXs2S86Ay77MStp7'
42008
42339
  },
42340
+ 7849306: {
42341
+ name: 'Ozean Poseidon Testnet',
42342
+ chain: 'Ozean Poseidon',
42343
+ rpc: [
42344
+ 'https://ozean-testnet.rpc.caldera.xyz/http',
42345
+ 'wss://ozean-testnet.rpc.caldera.xyz/ws'
42346
+ ],
42347
+ faucets: ['https://ozean-testnet.hub.caldera.xyz'],
42348
+ nativeCurrency: { name: 'USDX', symbol: 'USDX', decimals: 18 },
42349
+ infoURL: 'https://docs.ozean.finance',
42350
+ shortName: 'ozean-poseidon',
42351
+ chainId: 7849306,
42352
+ networkId: 7849306,
42353
+ icon: 'ozean',
42354
+ status: 'active',
42355
+ explorers: [
42356
+ {
42357
+ name: 'Ozean Testnet Explorer',
42358
+ url: 'https://ozean-testnet.explorer.caldera.xyz',
42359
+ icon: 'ozean',
42360
+ standard: 'EIP3091'
42361
+ }
42362
+ ],
42363
+ parent: { type: 'L2', chain: 'eip155-11155111' },
42364
+ iconURL: 'https://ipfs.io/ipfs/bafkreiapf66dn4de4dz2oyn63y3bpafm5f6pne4gxtufapd452c4ruzj5a'
42365
+ },
42009
42366
  8007736: {
42010
42367
  name: 'Plian Mainnet Subchain 1',
42011
42368
  chain: 'Plian',
@@ -42880,6 +43237,31 @@ exports.chains = {
42880
43237
  }
42881
43238
  ]
42882
43239
  },
43240
+ 20256789: {
43241
+ name: 'ETP Mainnet',
43242
+ chain: 'ETP',
43243
+ rpc: ['https://rpc.etpscan.xyz'],
43244
+ faucets: [],
43245
+ nativeCurrency: {
43246
+ name: 'ETP Chain Native Token',
43247
+ symbol: 'ETP',
43248
+ decimals: 18
43249
+ },
43250
+ infoURL: 'https://www.etposchain.com',
43251
+ shortName: 'ETP',
43252
+ chainId: 20256789,
43253
+ networkId: 20256789,
43254
+ icon: 'etpchain',
43255
+ explorers: [
43256
+ {
43257
+ name: 'ETPScan',
43258
+ url: 'https://etpscan.xyz',
43259
+ icon: 'etpchain',
43260
+ standard: 'EIP3091'
43261
+ }
43262
+ ],
43263
+ iconURL: 'https://ipfs.io/ipfs/bafkreid4pi4wvhivaydzlflqqgdbddrmmc2szqtgsuhrp4hgfplg2z7ffe'
43264
+ },
42883
43265
  20482050: {
42884
43266
  name: 'Hokum Testnet',
42885
43267
  chain: 'HokumTestnet',
@@ -45698,13 +46080,13 @@ exports.chains = {
45698
46080
  icon: 'ntity',
45699
46081
  explorers: [
45700
46082
  {
45701
- name: 'Ntity Blockscout',
45702
- url: 'https://blockscout.ntity.io',
46083
+ name: 'Ntity Explorer',
46084
+ url: 'https://explorer.ntity.io',
45703
46085
  icon: 'ntity',
45704
46086
  standard: 'EIP3091'
45705
46087
  }
45706
46088
  ],
45707
- iconURL: 'https://ipfs.io/ipfs/QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf'
46089
+ iconURL: 'https://ipfs.io/ipfs/bafkreicdp3rj3zxltqurayvc7d7z2fkdg3bq357vfbi4ck4nhuveg6sela'
45708
46090
  },
45709
46091
  197710212031: {
45710
46092
  name: 'Haradev Testnet',
@@ -45713,20 +46095,20 @@ exports.chains = {
45713
46095
  faucets: [],
45714
46096
  nativeCurrency: { name: 'Ntity Haradev', symbol: 'NTTH', decimals: 18 },
45715
46097
  infoURL: 'https://ntity.io',
45716
- shortName: 'ntt-haradev',
46098
+ shortName: 'haradev',
45717
46099
  chainId: 197710212031,
45718
46100
  networkId: 197710212031,
45719
46101
  slip44: 1,
45720
- icon: 'ntity',
46102
+ icon: 'haradev',
45721
46103
  explorers: [
45722
46104
  {
45723
- name: 'Ntity Haradev Blockscout',
45724
- url: 'https://blockscout.haradev.com',
45725
- icon: 'ntity',
46105
+ name: 'Haradev Explorer',
46106
+ url: 'https://explorer.haradev.com',
46107
+ icon: 'haradev',
45726
46108
  standard: 'EIP3091'
45727
46109
  }
45728
46110
  ],
45729
- iconURL: 'https://ipfs.io/ipfs/QmSW2YhCvMpnwtPGTJAuEK2QgyWfFjmnwcrapUg6kqFsPf'
46111
+ iconURL: 'https://ipfs.io/ipfs/bafkreihcwkjjx7twil7phw75d4rcnjzb3jxxammyocvbn6rsujwk23tgrq'
45730
46112
  },
45731
46113
  202402181627: {
45732
46114
  name: 'GM Network Testnet',
@@ -220,6 +220,7 @@ export declare enum ChainName {
220
220
  Prom = "Prom",
221
221
  MindNetworkMainnet = "Mind Network Mainnet",
222
222
  SwapDEX = "SwapDEX",
223
+ Lens = "Lens",
223
224
  EthernityTestnet = "Ethernity Testnet",
224
225
  ProtoJumboTestnet = "ProtoJumbo Testnet",
225
226
  DeamchainTestnet = "Deamchain Testnet",
@@ -390,6 +391,7 @@ export declare enum ChainName {
390
391
  CantoTestnet = "Canto Testnet",
391
392
  VentionSmartChainTestnet = "Vention Smart Chain Testnet",
392
393
  ScriptTestnet = "Script Testnet",
394
+ TranchedMainnet = "Tranched Mainnet",
393
395
  EVMonFlow = "EVM on Flow",
394
396
  Rivalz = "Rivalz",
395
397
  QL1 = "QL1",
@@ -464,7 +466,7 @@ export declare enum ChainName {
464
466
  '5ireChainMainnet' = "5ireChain Mainnet",
465
467
  BifrostPolkadotMainnet = "Bifrost Polkadot Mainnet",
466
468
  '5ireChainThunderTestnet' = "5ireChain Thunder Testnet",
467
- LuckyNetwork = "Lucky Network",
469
+ HyperliquidEVMTestnet = "Hyperliquid EVM Testnet",
468
470
  WanchainTestnet = "Wanchain Testnet",
469
471
  GTONMainnet = "GTON Mainnet",
470
472
  KaiaKairosTestnet = "Kaia Kairos Testnet",
@@ -753,6 +755,7 @@ export declare enum ChainName {
753
755
  SOMANetworkMainnet = "SOMA Network Mainnet",
754
756
  AtletaOlympia = "Atleta Olympia",
755
757
  OmniaChain = "Omnia Chain",
758
+ GOATNetwork = "GOAT Network",
756
759
  SiliconzkEVM = "Silicon zkEVM",
757
760
  '(deprecated)KromaSepolia' = "(deprecated) Kroma Sepolia",
758
761
  KromaSepolia = "Kroma Sepolia",
@@ -1034,6 +1037,7 @@ export declare enum ChainName {
1034
1037
  NexeraMainnet = "Nexera Mainnet",
1035
1038
  'NibiruTestnet-1' = "Nibiru Testnet-1",
1036
1039
  'NibiruDevnet-3' = "Nibiru Devnet-3",
1040
+ InitVersemainnet = "InitVerse mainnet",
1037
1041
  InitVersegenesistestnet = "InitVerse genesis testnet",
1038
1042
  ZEUSTestnet = "ZEUS Testnet",
1039
1043
  XPLAVerse = "XPLA Verse",
@@ -1069,6 +1073,7 @@ export declare enum ChainName {
1069
1073
  'Arena-z' = "arena-z",
1070
1074
  DotBlox = "Dot Blox",
1071
1075
  MOMainnet = "MO Mainnet",
1076
+ ExoriumTestnet = "Exorium Testnet",
1072
1077
  DOSChain = "DOS Chain",
1073
1078
  Teleport = "Teleport",
1074
1079
  TeleportTestnet = "Teleport Testnet",
@@ -1099,6 +1104,7 @@ export declare enum ChainName {
1099
1104
  KorthoTest = "KorthoTest",
1100
1105
  Lorenzo = "Lorenzo",
1101
1106
  B3 = "B3",
1107
+ XProtocol = "XProtocol",
1102
1108
  DraconesFinancialServices = "Dracones Financial Services",
1103
1109
  ZenchainTestnet = "Zenchain Testnet",
1104
1110
  THATMainnet = "THAT Mainnet",
@@ -1310,6 +1316,7 @@ export declare enum ChainName {
1310
1316
  Unreal = "unreal",
1311
1317
  MXCzkEVMMoonchain = "MXC zkEVM Moonchain",
1312
1318
  EXPchainTestnet = "EXPchain Testnet",
1319
+ UltraEVMNetworkTestnet = "Ultra EVM Network Testnet",
1313
1320
  'Titan(TKX)' = "Titan (TKX)",
1314
1321
  'Titan(TKX)Testnet' = "Titan (TKX) Testnet",
1315
1322
  HOMEVerseMainnet = "HOME Verse Mainnet",
@@ -1348,6 +1355,7 @@ export declare enum ChainName {
1348
1355
  GoldXChainTestnet = "GoldXChain Testnet",
1349
1356
  MAPProtocol = "MAP Protocol",
1350
1357
  AntofyTestnet = "Antofy Testnet",
1358
+ PremiumBlock = "PremiumBlock",
1351
1359
  OpsideTestnet = "Opside Testnet",
1352
1360
  OasisSapphire = "Oasis Sapphire",
1353
1361
  OasisSapphireTestnet = "Oasis Sapphire Testnet",
@@ -1434,6 +1442,7 @@ export declare enum ChainName {
1434
1442
  EDUChain = "EDU Chain",
1435
1443
  PMONChain = "PMON Chain",
1436
1444
  Pegglecoin = "pegglecoin",
1445
+ WMCTestnet = "WMC Testnet",
1437
1446
  AgentLayerTestnet = "AgentLayer Testnet",
1438
1447
  ArbitrumOne = "Arbitrum One",
1439
1448
  ArbitrumNova = "Arbitrum Nova",
@@ -1479,6 +1488,7 @@ export declare enum ChainName {
1479
1488
  Sophon = "Sophon",
1480
1489
  SomniaDevnet = "Somnia Devnet",
1481
1490
  ReddioDevnet = "Reddio Devnet",
1491
+ STBTestnet = "STB Testnet",
1482
1492
  ErbieMainnet = "Erbie Mainnet",
1483
1493
  LumozTestnetAlpha = "Lumoz Testnet Alpha",
1484
1494
  SardisMainnet = "Sardis Mainnet",
@@ -1563,6 +1573,7 @@ export declare enum ChainName {
1563
1573
  GodwokenMainnet = "Godwoken Mainnet",
1564
1574
  NexeraTestnet = "Nexera Testnet",
1565
1575
  CAGAcryptoAnkaratestnet = "CAGA crypto Ankara testnet",
1576
+ CAGAmainnet = "CAGA mainnet",
1566
1577
  GrokChainMainnet = "Grok Chain Mainnet",
1567
1578
  ICBTestnet = "ICB Testnet",
1568
1579
  ICBNetwork = "ICB Network",
@@ -1590,8 +1601,10 @@ export declare enum ChainName {
1590
1601
  PolynomiaSepolia = "Polynomia Sepolia",
1591
1602
  BerachainbArtio = "Berachain bArtio",
1592
1603
  BerachainArtio = "Berachain Artio",
1604
+ Berachain = "Berachain",
1593
1605
  Hizocomainnet = "Hizoco mainnet",
1594
1606
  GeoGenesis = "Geo Genesis",
1607
+ FortaChain = "Forta Chain",
1595
1608
  NordekMainnet = "Nordek Mainnet",
1596
1609
  AmanaTestnet = "Amana Testnet",
1597
1610
  AmanaMixnet = "Amana Mixnet",
@@ -1608,6 +1621,7 @@ export declare enum ChainName {
1608
1621
  VEMPHorizon = "VEMP Horizon",
1609
1622
  XprotocolTestnet = "Xprotocol Testnet",
1610
1623
  Esa = "Esa",
1624
+ XprotocolSepolia = "Xprotocol Sepolia",
1611
1625
  ZEDXION = "ZEDXION",
1612
1626
  BaseGoerliTestnet = "Base Goerli Testnet",
1613
1627
  BaseSepoliaTestnet = "Base Sepolia Testnet",
@@ -1645,6 +1659,7 @@ export declare enum ChainName {
1645
1659
  TetronSmartChain = "Tetron Smart Chain",
1646
1660
  BobaBNBMainnetOld = "Boba BNB Mainnet Old",
1647
1661
  SlingShotTestnet = "SlingShot Testnet",
1662
+ SidraChain = "Sidra Chain",
1648
1663
  GreenChainTestnet = "Green Chain Testnet",
1649
1664
  MetaBenzCHAIN = "MetaBenz CHAIN",
1650
1665
  OptimusZ7Testnet = "OptimusZ7 Testnet",
@@ -1861,6 +1876,7 @@ export declare enum ChainName {
1861
1876
  ConwaiMainnet = "Conwai Mainnet",
1862
1877
  WonNetwork = "Won Network",
1863
1878
  GaladrielDevnet = "Galadriel Devnet",
1879
+ Fidesinnova = "Fidesinnova",
1864
1880
  TiltyardMainnetSubnet = "Tiltyard Mainnet Subnet",
1865
1881
  SeiDevnet = "Sei Devnet",
1866
1882
  ZetherMainnet = "Zether Mainnet",
@@ -1963,6 +1979,7 @@ export declare enum ChainName {
1963
1979
  QL1Testnet = "QL1 Testnet",
1964
1980
  Musicoin = "Musicoin",
1965
1981
  Zora = "Zora",
1982
+ OzeanPoseidonTestnet = "Ozean Poseidon Testnet",
1966
1983
  PlianMainnetSubchain1 = "Plian Mainnet Subchain 1",
1967
1984
  FhenixHelium = "Fhenix Helium",
1968
1985
  Hokum = "Hokum",
@@ -2005,6 +2022,7 @@ export declare enum ChainName {
2005
2022
  DeBankSepoliaTestnet = "DeBank Sepolia Testnet",
2006
2023
  DBKChain = "DBK Chain",
2007
2024
  SwanProximaTestnet = "Swan Proxima Testnet",
2025
+ ETPMainnet = "ETP Mainnet",
2008
2026
  HokumTestnet = "Hokum Testnet",
2009
2027
  Corn = "Corn",
2010
2028
  CornTestnet = "Corn Testnet",
@@ -2367,6 +2385,7 @@ export declare enum ChainId {
2367
2385
  Prom = 227,
2368
2386
  MindNetworkMainnet = 228,
2369
2387
  SwapDEX = 230,
2388
+ Lens = 232,
2370
2389
  EthernityTestnet = 233,
2371
2390
  ProtoJumboTestnet = 234,
2372
2391
  DeamchainTestnet = 236,
@@ -2537,6 +2556,7 @@ export declare enum ChainId {
2537
2556
  CantoTestnet = 740,
2538
2557
  VentionSmartChainTestnet = 741,
2539
2558
  ScriptTestnet = 742,
2559
+ TranchedMainnet = 743,
2540
2560
  EVMonFlow = 747,
2541
2561
  Rivalz = 753,
2542
2562
  QL1 = 766,
@@ -2611,7 +2631,7 @@ export declare enum ChainId {
2611
2631
  '5ireChainMainnet' = 995,
2612
2632
  BifrostPolkadotMainnet = 996,
2613
2633
  '5ireChainThunderTestnet' = 997,
2614
- LuckyNetwork = 998,
2634
+ HyperliquidEVMTestnet = 998,
2615
2635
  WanchainTestnet = 999,
2616
2636
  GTONMainnet = 1000,
2617
2637
  KaiaKairosTestnet = 1001,
@@ -2900,6 +2920,7 @@ export declare enum ChainId {
2900
2920
  SOMANetworkMainnet = 2332,
2901
2921
  AtletaOlympia = 2340,
2902
2922
  OmniaChain = 2342,
2923
+ GOATNetwork = 2345,
2903
2924
  SiliconzkEVM = 2355,
2904
2925
  '(deprecated)KromaSepolia' = 2357,
2905
2926
  KromaSepolia = 2358,
@@ -3181,6 +3202,7 @@ export declare enum ChainId {
3181
3202
  NexeraMainnet = 7208,
3182
3203
  'NibiruTestnet-1' = 7210,
3183
3204
  'NibiruDevnet-3' = 7222,
3205
+ InitVersemainnet = 7233,
3184
3206
  InitVersegenesistestnet = 7234,
3185
3207
  ZEUSTestnet = 7244,
3186
3208
  XPLAVerse = 7300,
@@ -3216,6 +3238,7 @@ export declare enum ChainId {
3216
3238
  'Arena-z' = 7897,
3217
3239
  DotBlox = 7923,
3218
3240
  MOMainnet = 7924,
3241
+ ExoriumTestnet = 7957,
3219
3242
  DOSChain = 7979,
3220
3243
  Teleport = 8000,
3221
3244
  TeleportTestnet = 8001,
@@ -3246,6 +3269,7 @@ export declare enum ChainId {
3246
3269
  KorthoTest = 8285,
3247
3270
  Lorenzo = 8329,
3248
3271
  B3 = 8333,
3272
+ XProtocol = 8386,
3249
3273
  DraconesFinancialServices = 8387,
3250
3274
  ZenchainTestnet = 8408,
3251
3275
  THATMainnet = 8428,
@@ -3457,6 +3481,7 @@ export declare enum ChainId {
3457
3481
  Unreal = 18233,
3458
3482
  MXCzkEVMMoonchain = 18686,
3459
3483
  EXPchainTestnet = 18880,
3484
+ UltraEVMNetworkTestnet = 18881,
3460
3485
  'Titan(TKX)' = 18888,
3461
3486
  'Titan(TKX)Testnet' = 18889,
3462
3487
  HOMEVerseMainnet = 19011,
@@ -3495,6 +3520,7 @@ export declare enum ChainId {
3495
3520
  GoldXChainTestnet = 22324,
3496
3521
  MAPProtocol = 22776,
3497
3522
  AntofyTestnet = 23006,
3523
+ PremiumBlock = 23023,
3498
3524
  OpsideTestnet = 23118,
3499
3525
  OasisSapphire = 23294,
3500
3526
  OasisSapphireTestnet = 23295,
@@ -3581,6 +3607,7 @@ export declare enum ChainId {
3581
3607
  EDUChain = 41923,
3582
3608
  PMONChain = 42001,
3583
3609
  Pegglecoin = 42069,
3610
+ WMCTestnet = 42070,
3584
3611
  AgentLayerTestnet = 42072,
3585
3612
  ArbitrumOne = 42161,
3586
3613
  ArbitrumNova = 42170,
@@ -3626,6 +3653,7 @@ export declare enum ChainId {
3626
3653
  Sophon = 50104,
3627
3654
  SomniaDevnet = 50311,
3628
3655
  ReddioDevnet = 50341,
3656
+ STBTestnet = 50505,
3629
3657
  ErbieMainnet = 50888,
3630
3658
  LumozTestnetAlpha = 51178,
3631
3659
  SardisMainnet = 51712,
@@ -3710,6 +3738,7 @@ export declare enum ChainId {
3710
3738
  GodwokenMainnet = 71402,
3711
3739
  NexeraTestnet = 72080,
3712
3740
  CAGAcryptoAnkaratestnet = 72778,
3741
+ CAGAmainnet = 72888,
3713
3742
  GrokChainMainnet = 72992,
3714
3743
  ICBTestnet = 73114,
3715
3744
  ICBNetwork = 73115,
@@ -3737,8 +3766,10 @@ export declare enum ChainId {
3737
3766
  PolynomiaSepolia = 80008,
3738
3767
  BerachainbArtio = 80084,
3739
3768
  BerachainArtio = 80085,
3769
+ Berachain = 80094,
3740
3770
  Hizocomainnet = 80096,
3741
3771
  GeoGenesis = 80451,
3772
+ FortaChain = 80931,
3742
3773
  NordekMainnet = 81041,
3743
3774
  AmanaTestnet = 81341,
3744
3775
  AmanaMixnet = 81342,
@@ -3755,6 +3786,7 @@ export declare enum ChainId {
3755
3786
  VEMPHorizon = 82614,
3756
3787
  XprotocolTestnet = 83144,
3757
3788
  Esa = 83278,
3789
+ XprotocolSepolia = 83868,
3758
3790
  ZEDXION = 83872,
3759
3791
  BaseGoerliTestnet = 84531,
3760
3792
  BaseSepoliaTestnet = 84532,
@@ -3792,6 +3824,7 @@ export declare enum ChainId {
3792
3824
  TetronSmartChain = 97055,
3793
3825
  BobaBNBMainnetOld = 97288,
3794
3826
  SlingShotTestnet = 97435,
3827
+ SidraChain = 97453,
3795
3828
  GreenChainTestnet = 97531,
3796
3829
  MetaBenzCHAIN = 97766,
3797
3830
  OptimusZ7Testnet = 97970,
@@ -4008,6 +4041,7 @@ export declare enum ChainId {
4008
4041
  ConwaiMainnet = 668668,
4009
4042
  WonNetwork = 686868,
4010
4043
  GaladrielDevnet = 696969,
4044
+ Fidesinnova = 706883,
4011
4045
  TiltyardMainnetSubnet = 710420,
4012
4046
  SeiDevnet = 713715,
4013
4047
  ZetherMainnet = 715131,
@@ -4110,6 +4144,7 @@ export declare enum ChainId {
4110
4144
  QL1Testnet = 7668378,
4111
4145
  Musicoin = 7762959,
4112
4146
  Zora = 7777777,
4147
+ OzeanPoseidonTestnet = 7849306,
4113
4148
  PlianMainnetSubchain1 = 8007736,
4114
4149
  FhenixHelium = 8008135,
4115
4150
  Hokum = 8080808,
@@ -4152,6 +4187,7 @@ export declare enum ChainId {
4152
4187
  DeBankSepoliaTestnet = 20240324,
4153
4188
  DBKChain = 20240603,
4154
4189
  SwanProximaTestnet = 20241133,
4190
+ ETPMainnet = 20256789,
4155
4191
  HokumTestnet = 20482050,
4156
4192
  Corn = 21000000,
4157
4193
  CornTestnet = 21000001,
package/dist/src/enums.js CHANGED
@@ -224,6 +224,7 @@ var ChainName;
224
224
  ChainName["Prom"] = "Prom";
225
225
  ChainName["MindNetworkMainnet"] = "Mind Network Mainnet";
226
226
  ChainName["SwapDEX"] = "SwapDEX";
227
+ ChainName["Lens"] = "Lens";
227
228
  ChainName["EthernityTestnet"] = "Ethernity Testnet";
228
229
  ChainName["ProtoJumboTestnet"] = "ProtoJumbo Testnet";
229
230
  ChainName["DeamchainTestnet"] = "Deamchain Testnet";
@@ -394,6 +395,7 @@ var ChainName;
394
395
  ChainName["CantoTestnet"] = "Canto Testnet";
395
396
  ChainName["VentionSmartChainTestnet"] = "Vention Smart Chain Testnet";
396
397
  ChainName["ScriptTestnet"] = "Script Testnet";
398
+ ChainName["TranchedMainnet"] = "Tranched Mainnet";
397
399
  ChainName["EVMonFlow"] = "EVM on Flow";
398
400
  ChainName["Rivalz"] = "Rivalz";
399
401
  ChainName["QL1"] = "QL1";
@@ -468,7 +470,7 @@ var ChainName;
468
470
  ChainName["5ireChainMainnet"] = "5ireChain Mainnet";
469
471
  ChainName["BifrostPolkadotMainnet"] = "Bifrost Polkadot Mainnet";
470
472
  ChainName["5ireChainThunderTestnet"] = "5ireChain Thunder Testnet";
471
- ChainName["LuckyNetwork"] = "Lucky Network";
473
+ ChainName["HyperliquidEVMTestnet"] = "Hyperliquid EVM Testnet";
472
474
  ChainName["WanchainTestnet"] = "Wanchain Testnet";
473
475
  ChainName["GTONMainnet"] = "GTON Mainnet";
474
476
  ChainName["KaiaKairosTestnet"] = "Kaia Kairos Testnet";
@@ -757,6 +759,7 @@ var ChainName;
757
759
  ChainName["SOMANetworkMainnet"] = "SOMA Network Mainnet";
758
760
  ChainName["AtletaOlympia"] = "Atleta Olympia";
759
761
  ChainName["OmniaChain"] = "Omnia Chain";
762
+ ChainName["GOATNetwork"] = "GOAT Network";
760
763
  ChainName["SiliconzkEVM"] = "Silicon zkEVM";
761
764
  ChainName["(deprecated)KromaSepolia"] = "(deprecated) Kroma Sepolia";
762
765
  ChainName["KromaSepolia"] = "Kroma Sepolia";
@@ -1038,6 +1041,7 @@ var ChainName;
1038
1041
  ChainName["NexeraMainnet"] = "Nexera Mainnet";
1039
1042
  ChainName["NibiruTestnet-1"] = "Nibiru Testnet-1";
1040
1043
  ChainName["NibiruDevnet-3"] = "Nibiru Devnet-3";
1044
+ ChainName["InitVersemainnet"] = "InitVerse mainnet";
1041
1045
  ChainName["InitVersegenesistestnet"] = "InitVerse genesis testnet";
1042
1046
  ChainName["ZEUSTestnet"] = "ZEUS Testnet";
1043
1047
  ChainName["XPLAVerse"] = "XPLA Verse";
@@ -1073,6 +1077,7 @@ var ChainName;
1073
1077
  ChainName["Arena-z"] = "arena-z";
1074
1078
  ChainName["DotBlox"] = "Dot Blox";
1075
1079
  ChainName["MOMainnet"] = "MO Mainnet";
1080
+ ChainName["ExoriumTestnet"] = "Exorium Testnet";
1076
1081
  ChainName["DOSChain"] = "DOS Chain";
1077
1082
  ChainName["Teleport"] = "Teleport";
1078
1083
  ChainName["TeleportTestnet"] = "Teleport Testnet";
@@ -1103,6 +1108,7 @@ var ChainName;
1103
1108
  ChainName["KorthoTest"] = "KorthoTest";
1104
1109
  ChainName["Lorenzo"] = "Lorenzo";
1105
1110
  ChainName["B3"] = "B3";
1111
+ ChainName["XProtocol"] = "XProtocol";
1106
1112
  ChainName["DraconesFinancialServices"] = "Dracones Financial Services";
1107
1113
  ChainName["ZenchainTestnet"] = "Zenchain Testnet";
1108
1114
  ChainName["THATMainnet"] = "THAT Mainnet";
@@ -1314,6 +1320,7 @@ var ChainName;
1314
1320
  ChainName["Unreal"] = "unreal";
1315
1321
  ChainName["MXCzkEVMMoonchain"] = "MXC zkEVM Moonchain";
1316
1322
  ChainName["EXPchainTestnet"] = "EXPchain Testnet";
1323
+ ChainName["UltraEVMNetworkTestnet"] = "Ultra EVM Network Testnet";
1317
1324
  ChainName["Titan(TKX)"] = "Titan (TKX)";
1318
1325
  ChainName["Titan(TKX)Testnet"] = "Titan (TKX) Testnet";
1319
1326
  ChainName["HOMEVerseMainnet"] = "HOME Verse Mainnet";
@@ -1352,6 +1359,7 @@ var ChainName;
1352
1359
  ChainName["GoldXChainTestnet"] = "GoldXChain Testnet";
1353
1360
  ChainName["MAPProtocol"] = "MAP Protocol";
1354
1361
  ChainName["AntofyTestnet"] = "Antofy Testnet";
1362
+ ChainName["PremiumBlock"] = "PremiumBlock";
1355
1363
  ChainName["OpsideTestnet"] = "Opside Testnet";
1356
1364
  ChainName["OasisSapphire"] = "Oasis Sapphire";
1357
1365
  ChainName["OasisSapphireTestnet"] = "Oasis Sapphire Testnet";
@@ -1438,6 +1446,7 @@ var ChainName;
1438
1446
  ChainName["EDUChain"] = "EDU Chain";
1439
1447
  ChainName["PMONChain"] = "PMON Chain";
1440
1448
  ChainName["Pegglecoin"] = "pegglecoin";
1449
+ ChainName["WMCTestnet"] = "WMC Testnet";
1441
1450
  ChainName["AgentLayerTestnet"] = "AgentLayer Testnet";
1442
1451
  ChainName["ArbitrumOne"] = "Arbitrum One";
1443
1452
  ChainName["ArbitrumNova"] = "Arbitrum Nova";
@@ -1483,6 +1492,7 @@ var ChainName;
1483
1492
  ChainName["Sophon"] = "Sophon";
1484
1493
  ChainName["SomniaDevnet"] = "Somnia Devnet";
1485
1494
  ChainName["ReddioDevnet"] = "Reddio Devnet";
1495
+ ChainName["STBTestnet"] = "STB Testnet";
1486
1496
  ChainName["ErbieMainnet"] = "Erbie Mainnet";
1487
1497
  ChainName["LumozTestnetAlpha"] = "Lumoz Testnet Alpha";
1488
1498
  ChainName["SardisMainnet"] = "Sardis Mainnet";
@@ -1567,6 +1577,7 @@ var ChainName;
1567
1577
  ChainName["GodwokenMainnet"] = "Godwoken Mainnet";
1568
1578
  ChainName["NexeraTestnet"] = "Nexera Testnet";
1569
1579
  ChainName["CAGAcryptoAnkaratestnet"] = "CAGA crypto Ankara testnet";
1580
+ ChainName["CAGAmainnet"] = "CAGA mainnet";
1570
1581
  ChainName["GrokChainMainnet"] = "Grok Chain Mainnet";
1571
1582
  ChainName["ICBTestnet"] = "ICB Testnet";
1572
1583
  ChainName["ICBNetwork"] = "ICB Network";
@@ -1594,8 +1605,10 @@ var ChainName;
1594
1605
  ChainName["PolynomiaSepolia"] = "Polynomia Sepolia";
1595
1606
  ChainName["BerachainbArtio"] = "Berachain bArtio";
1596
1607
  ChainName["BerachainArtio"] = "Berachain Artio";
1608
+ ChainName["Berachain"] = "Berachain";
1597
1609
  ChainName["Hizocomainnet"] = "Hizoco mainnet";
1598
1610
  ChainName["GeoGenesis"] = "Geo Genesis";
1611
+ ChainName["FortaChain"] = "Forta Chain";
1599
1612
  ChainName["NordekMainnet"] = "Nordek Mainnet";
1600
1613
  ChainName["AmanaTestnet"] = "Amana Testnet";
1601
1614
  ChainName["AmanaMixnet"] = "Amana Mixnet";
@@ -1612,6 +1625,7 @@ var ChainName;
1612
1625
  ChainName["VEMPHorizon"] = "VEMP Horizon";
1613
1626
  ChainName["XprotocolTestnet"] = "Xprotocol Testnet";
1614
1627
  ChainName["Esa"] = "Esa";
1628
+ ChainName["XprotocolSepolia"] = "Xprotocol Sepolia";
1615
1629
  ChainName["ZEDXION"] = "ZEDXION";
1616
1630
  ChainName["BaseGoerliTestnet"] = "Base Goerli Testnet";
1617
1631
  ChainName["BaseSepoliaTestnet"] = "Base Sepolia Testnet";
@@ -1649,6 +1663,7 @@ var ChainName;
1649
1663
  ChainName["TetronSmartChain"] = "Tetron Smart Chain";
1650
1664
  ChainName["BobaBNBMainnetOld"] = "Boba BNB Mainnet Old";
1651
1665
  ChainName["SlingShotTestnet"] = "SlingShot Testnet";
1666
+ ChainName["SidraChain"] = "Sidra Chain";
1652
1667
  ChainName["GreenChainTestnet"] = "Green Chain Testnet";
1653
1668
  ChainName["MetaBenzCHAIN"] = "MetaBenz CHAIN";
1654
1669
  ChainName["OptimusZ7Testnet"] = "OptimusZ7 Testnet";
@@ -1865,6 +1880,7 @@ var ChainName;
1865
1880
  ChainName["ConwaiMainnet"] = "Conwai Mainnet";
1866
1881
  ChainName["WonNetwork"] = "Won Network";
1867
1882
  ChainName["GaladrielDevnet"] = "Galadriel Devnet";
1883
+ ChainName["Fidesinnova"] = "Fidesinnova";
1868
1884
  ChainName["TiltyardMainnetSubnet"] = "Tiltyard Mainnet Subnet";
1869
1885
  ChainName["SeiDevnet"] = "Sei Devnet";
1870
1886
  ChainName["ZetherMainnet"] = "Zether Mainnet";
@@ -1967,6 +1983,7 @@ var ChainName;
1967
1983
  ChainName["QL1Testnet"] = "QL1 Testnet";
1968
1984
  ChainName["Musicoin"] = "Musicoin";
1969
1985
  ChainName["Zora"] = "Zora";
1986
+ ChainName["OzeanPoseidonTestnet"] = "Ozean Poseidon Testnet";
1970
1987
  ChainName["PlianMainnetSubchain1"] = "Plian Mainnet Subchain 1";
1971
1988
  ChainName["FhenixHelium"] = "Fhenix Helium";
1972
1989
  ChainName["Hokum"] = "Hokum";
@@ -2009,6 +2026,7 @@ var ChainName;
2009
2026
  ChainName["DeBankSepoliaTestnet"] = "DeBank Sepolia Testnet";
2010
2027
  ChainName["DBKChain"] = "DBK Chain";
2011
2028
  ChainName["SwanProximaTestnet"] = "Swan Proxima Testnet";
2029
+ ChainName["ETPMainnet"] = "ETP Mainnet";
2012
2030
  ChainName["HokumTestnet"] = "Hokum Testnet";
2013
2031
  ChainName["Corn"] = "Corn";
2014
2032
  ChainName["CornTestnet"] = "Corn Testnet";
@@ -2372,6 +2390,7 @@ var ChainId;
2372
2390
  ChainId[ChainId["Prom"] = 227] = "Prom";
2373
2391
  ChainId[ChainId["MindNetworkMainnet"] = 228] = "MindNetworkMainnet";
2374
2392
  ChainId[ChainId["SwapDEX"] = 230] = "SwapDEX";
2393
+ ChainId[ChainId["Lens"] = 232] = "Lens";
2375
2394
  ChainId[ChainId["EthernityTestnet"] = 233] = "EthernityTestnet";
2376
2395
  ChainId[ChainId["ProtoJumboTestnet"] = 234] = "ProtoJumboTestnet";
2377
2396
  ChainId[ChainId["DeamchainTestnet"] = 236] = "DeamchainTestnet";
@@ -2542,6 +2561,7 @@ var ChainId;
2542
2561
  ChainId[ChainId["CantoTestnet"] = 740] = "CantoTestnet";
2543
2562
  ChainId[ChainId["VentionSmartChainTestnet"] = 741] = "VentionSmartChainTestnet";
2544
2563
  ChainId[ChainId["ScriptTestnet"] = 742] = "ScriptTestnet";
2564
+ ChainId[ChainId["TranchedMainnet"] = 743] = "TranchedMainnet";
2545
2565
  ChainId[ChainId["EVMonFlow"] = 747] = "EVMonFlow";
2546
2566
  ChainId[ChainId["Rivalz"] = 753] = "Rivalz";
2547
2567
  ChainId[ChainId["QL1"] = 766] = "QL1";
@@ -2616,7 +2636,7 @@ var ChainId;
2616
2636
  ChainId[ChainId["5ireChainMainnet"] = 995] = "5ireChainMainnet";
2617
2637
  ChainId[ChainId["BifrostPolkadotMainnet"] = 996] = "BifrostPolkadotMainnet";
2618
2638
  ChainId[ChainId["5ireChainThunderTestnet"] = 997] = "5ireChainThunderTestnet";
2619
- ChainId[ChainId["LuckyNetwork"] = 998] = "LuckyNetwork";
2639
+ ChainId[ChainId["HyperliquidEVMTestnet"] = 998] = "HyperliquidEVMTestnet";
2620
2640
  ChainId[ChainId["WanchainTestnet"] = 999] = "WanchainTestnet";
2621
2641
  ChainId[ChainId["GTONMainnet"] = 1000] = "GTONMainnet";
2622
2642
  ChainId[ChainId["KaiaKairosTestnet"] = 1001] = "KaiaKairosTestnet";
@@ -2905,6 +2925,7 @@ var ChainId;
2905
2925
  ChainId[ChainId["SOMANetworkMainnet"] = 2332] = "SOMANetworkMainnet";
2906
2926
  ChainId[ChainId["AtletaOlympia"] = 2340] = "AtletaOlympia";
2907
2927
  ChainId[ChainId["OmniaChain"] = 2342] = "OmniaChain";
2928
+ ChainId[ChainId["GOATNetwork"] = 2345] = "GOATNetwork";
2908
2929
  ChainId[ChainId["SiliconzkEVM"] = 2355] = "SiliconzkEVM";
2909
2930
  ChainId[ChainId["(deprecated)KromaSepolia"] = 2357] = "(deprecated)KromaSepolia";
2910
2931
  ChainId[ChainId["KromaSepolia"] = 2358] = "KromaSepolia";
@@ -3186,6 +3207,7 @@ var ChainId;
3186
3207
  ChainId[ChainId["NexeraMainnet"] = 7208] = "NexeraMainnet";
3187
3208
  ChainId[ChainId["NibiruTestnet-1"] = 7210] = "NibiruTestnet-1";
3188
3209
  ChainId[ChainId["NibiruDevnet-3"] = 7222] = "NibiruDevnet-3";
3210
+ ChainId[ChainId["InitVersemainnet"] = 7233] = "InitVersemainnet";
3189
3211
  ChainId[ChainId["InitVersegenesistestnet"] = 7234] = "InitVersegenesistestnet";
3190
3212
  ChainId[ChainId["ZEUSTestnet"] = 7244] = "ZEUSTestnet";
3191
3213
  ChainId[ChainId["XPLAVerse"] = 7300] = "XPLAVerse";
@@ -3221,6 +3243,7 @@ var ChainId;
3221
3243
  ChainId[ChainId["Arena-z"] = 7897] = "Arena-z";
3222
3244
  ChainId[ChainId["DotBlox"] = 7923] = "DotBlox";
3223
3245
  ChainId[ChainId["MOMainnet"] = 7924] = "MOMainnet";
3246
+ ChainId[ChainId["ExoriumTestnet"] = 7957] = "ExoriumTestnet";
3224
3247
  ChainId[ChainId["DOSChain"] = 7979] = "DOSChain";
3225
3248
  ChainId[ChainId["Teleport"] = 8000] = "Teleport";
3226
3249
  ChainId[ChainId["TeleportTestnet"] = 8001] = "TeleportTestnet";
@@ -3251,6 +3274,7 @@ var ChainId;
3251
3274
  ChainId[ChainId["KorthoTest"] = 8285] = "KorthoTest";
3252
3275
  ChainId[ChainId["Lorenzo"] = 8329] = "Lorenzo";
3253
3276
  ChainId[ChainId["B3"] = 8333] = "B3";
3277
+ ChainId[ChainId["XProtocol"] = 8386] = "XProtocol";
3254
3278
  ChainId[ChainId["DraconesFinancialServices"] = 8387] = "DraconesFinancialServices";
3255
3279
  ChainId[ChainId["ZenchainTestnet"] = 8408] = "ZenchainTestnet";
3256
3280
  ChainId[ChainId["THATMainnet"] = 8428] = "THATMainnet";
@@ -3462,6 +3486,7 @@ var ChainId;
3462
3486
  ChainId[ChainId["Unreal"] = 18233] = "Unreal";
3463
3487
  ChainId[ChainId["MXCzkEVMMoonchain"] = 18686] = "MXCzkEVMMoonchain";
3464
3488
  ChainId[ChainId["EXPchainTestnet"] = 18880] = "EXPchainTestnet";
3489
+ ChainId[ChainId["UltraEVMNetworkTestnet"] = 18881] = "UltraEVMNetworkTestnet";
3465
3490
  ChainId[ChainId["Titan(TKX)"] = 18888] = "Titan(TKX)";
3466
3491
  ChainId[ChainId["Titan(TKX)Testnet"] = 18889] = "Titan(TKX)Testnet";
3467
3492
  ChainId[ChainId["HOMEVerseMainnet"] = 19011] = "HOMEVerseMainnet";
@@ -3500,6 +3525,7 @@ var ChainId;
3500
3525
  ChainId[ChainId["GoldXChainTestnet"] = 22324] = "GoldXChainTestnet";
3501
3526
  ChainId[ChainId["MAPProtocol"] = 22776] = "MAPProtocol";
3502
3527
  ChainId[ChainId["AntofyTestnet"] = 23006] = "AntofyTestnet";
3528
+ ChainId[ChainId["PremiumBlock"] = 23023] = "PremiumBlock";
3503
3529
  ChainId[ChainId["OpsideTestnet"] = 23118] = "OpsideTestnet";
3504
3530
  ChainId[ChainId["OasisSapphire"] = 23294] = "OasisSapphire";
3505
3531
  ChainId[ChainId["OasisSapphireTestnet"] = 23295] = "OasisSapphireTestnet";
@@ -3586,6 +3612,7 @@ var ChainId;
3586
3612
  ChainId[ChainId["EDUChain"] = 41923] = "EDUChain";
3587
3613
  ChainId[ChainId["PMONChain"] = 42001] = "PMONChain";
3588
3614
  ChainId[ChainId["Pegglecoin"] = 42069] = "Pegglecoin";
3615
+ ChainId[ChainId["WMCTestnet"] = 42070] = "WMCTestnet";
3589
3616
  ChainId[ChainId["AgentLayerTestnet"] = 42072] = "AgentLayerTestnet";
3590
3617
  ChainId[ChainId["ArbitrumOne"] = 42161] = "ArbitrumOne";
3591
3618
  ChainId[ChainId["ArbitrumNova"] = 42170] = "ArbitrumNova";
@@ -3631,6 +3658,7 @@ var ChainId;
3631
3658
  ChainId[ChainId["Sophon"] = 50104] = "Sophon";
3632
3659
  ChainId[ChainId["SomniaDevnet"] = 50311] = "SomniaDevnet";
3633
3660
  ChainId[ChainId["ReddioDevnet"] = 50341] = "ReddioDevnet";
3661
+ ChainId[ChainId["STBTestnet"] = 50505] = "STBTestnet";
3634
3662
  ChainId[ChainId["ErbieMainnet"] = 50888] = "ErbieMainnet";
3635
3663
  ChainId[ChainId["LumozTestnetAlpha"] = 51178] = "LumozTestnetAlpha";
3636
3664
  ChainId[ChainId["SardisMainnet"] = 51712] = "SardisMainnet";
@@ -3715,6 +3743,7 @@ var ChainId;
3715
3743
  ChainId[ChainId["GodwokenMainnet"] = 71402] = "GodwokenMainnet";
3716
3744
  ChainId[ChainId["NexeraTestnet"] = 72080] = "NexeraTestnet";
3717
3745
  ChainId[ChainId["CAGAcryptoAnkaratestnet"] = 72778] = "CAGAcryptoAnkaratestnet";
3746
+ ChainId[ChainId["CAGAmainnet"] = 72888] = "CAGAmainnet";
3718
3747
  ChainId[ChainId["GrokChainMainnet"] = 72992] = "GrokChainMainnet";
3719
3748
  ChainId[ChainId["ICBTestnet"] = 73114] = "ICBTestnet";
3720
3749
  ChainId[ChainId["ICBNetwork"] = 73115] = "ICBNetwork";
@@ -3742,8 +3771,10 @@ var ChainId;
3742
3771
  ChainId[ChainId["PolynomiaSepolia"] = 80008] = "PolynomiaSepolia";
3743
3772
  ChainId[ChainId["BerachainbArtio"] = 80084] = "BerachainbArtio";
3744
3773
  ChainId[ChainId["BerachainArtio"] = 80085] = "BerachainArtio";
3774
+ ChainId[ChainId["Berachain"] = 80094] = "Berachain";
3745
3775
  ChainId[ChainId["Hizocomainnet"] = 80096] = "Hizocomainnet";
3746
3776
  ChainId[ChainId["GeoGenesis"] = 80451] = "GeoGenesis";
3777
+ ChainId[ChainId["FortaChain"] = 80931] = "FortaChain";
3747
3778
  ChainId[ChainId["NordekMainnet"] = 81041] = "NordekMainnet";
3748
3779
  ChainId[ChainId["AmanaTestnet"] = 81341] = "AmanaTestnet";
3749
3780
  ChainId[ChainId["AmanaMixnet"] = 81342] = "AmanaMixnet";
@@ -3760,6 +3791,7 @@ var ChainId;
3760
3791
  ChainId[ChainId["VEMPHorizon"] = 82614] = "VEMPHorizon";
3761
3792
  ChainId[ChainId["XprotocolTestnet"] = 83144] = "XprotocolTestnet";
3762
3793
  ChainId[ChainId["Esa"] = 83278] = "Esa";
3794
+ ChainId[ChainId["XprotocolSepolia"] = 83868] = "XprotocolSepolia";
3763
3795
  ChainId[ChainId["ZEDXION"] = 83872] = "ZEDXION";
3764
3796
  ChainId[ChainId["BaseGoerliTestnet"] = 84531] = "BaseGoerliTestnet";
3765
3797
  ChainId[ChainId["BaseSepoliaTestnet"] = 84532] = "BaseSepoliaTestnet";
@@ -3797,6 +3829,7 @@ var ChainId;
3797
3829
  ChainId[ChainId["TetronSmartChain"] = 97055] = "TetronSmartChain";
3798
3830
  ChainId[ChainId["BobaBNBMainnetOld"] = 97288] = "BobaBNBMainnetOld";
3799
3831
  ChainId[ChainId["SlingShotTestnet"] = 97435] = "SlingShotTestnet";
3832
+ ChainId[ChainId["SidraChain"] = 97453] = "SidraChain";
3800
3833
  ChainId[ChainId["GreenChainTestnet"] = 97531] = "GreenChainTestnet";
3801
3834
  ChainId[ChainId["MetaBenzCHAIN"] = 97766] = "MetaBenzCHAIN";
3802
3835
  ChainId[ChainId["OptimusZ7Testnet"] = 97970] = "OptimusZ7Testnet";
@@ -4013,6 +4046,7 @@ var ChainId;
4013
4046
  ChainId[ChainId["ConwaiMainnet"] = 668668] = "ConwaiMainnet";
4014
4047
  ChainId[ChainId["WonNetwork"] = 686868] = "WonNetwork";
4015
4048
  ChainId[ChainId["GaladrielDevnet"] = 696969] = "GaladrielDevnet";
4049
+ ChainId[ChainId["Fidesinnova"] = 706883] = "Fidesinnova";
4016
4050
  ChainId[ChainId["TiltyardMainnetSubnet"] = 710420] = "TiltyardMainnetSubnet";
4017
4051
  ChainId[ChainId["SeiDevnet"] = 713715] = "SeiDevnet";
4018
4052
  ChainId[ChainId["ZetherMainnet"] = 715131] = "ZetherMainnet";
@@ -4115,6 +4149,7 @@ var ChainId;
4115
4149
  ChainId[ChainId["QL1Testnet"] = 7668378] = "QL1Testnet";
4116
4150
  ChainId[ChainId["Musicoin"] = 7762959] = "Musicoin";
4117
4151
  ChainId[ChainId["Zora"] = 7777777] = "Zora";
4152
+ ChainId[ChainId["OzeanPoseidonTestnet"] = 7849306] = "OzeanPoseidonTestnet";
4118
4153
  ChainId[ChainId["PlianMainnetSubchain1"] = 8007736] = "PlianMainnetSubchain1";
4119
4154
  ChainId[ChainId["FhenixHelium"] = 8008135] = "FhenixHelium";
4120
4155
  ChainId[ChainId["Hokum"] = 8080808] = "Hokum";
@@ -4157,6 +4192,7 @@ var ChainId;
4157
4192
  ChainId[ChainId["DeBankSepoliaTestnet"] = 20240324] = "DeBankSepoliaTestnet";
4158
4193
  ChainId[ChainId["DBKChain"] = 20240603] = "DBKChain";
4159
4194
  ChainId[ChainId["SwanProximaTestnet"] = 20241133] = "SwanProximaTestnet";
4195
+ ChainId[ChainId["ETPMainnet"] = 20256789] = "ETPMainnet";
4160
4196
  ChainId[ChainId["HokumTestnet"] = 20482050] = "HokumTestnet";
4161
4197
  ChainId[ChainId["Corn"] = 21000000] = "Corn";
4162
4198
  ChainId[ChainId["CornTestnet"] = 21000001] = "CornTestnet";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "60.0.0",
3
+ "version": "61.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [