@revoke.cash/chains 11.0.0 → 12.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.
@@ -1429,7 +1429,13 @@ exports.chains = {
1429
1429
  75: {
1430
1430
  name: 'Decimal Smart Chain Mainnet',
1431
1431
  chain: 'DSC',
1432
- rpc: ['https://node.decimalchain.com/web3/'],
1432
+ rpc: [
1433
+ 'https://node.decimalchain.com/web3/',
1434
+ 'https://node1-mainnet.decimalchain.com/web3/',
1435
+ 'https://node2-mainnet.decimalchain.com/web3/',
1436
+ 'https://node3-mainnet.decimalchain.com/web3/',
1437
+ 'https://node4-mainnet.decimalchain.com/web3/'
1438
+ ],
1433
1439
  faucets: [],
1434
1440
  nativeCurrency: { name: 'Decimal', symbol: 'DEL', decimals: 18 },
1435
1441
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
@@ -1936,6 +1942,7 @@ exports.chains = {
1936
1942
  'https://gnosis.api.onfinality.io/public',
1937
1943
  'https://gnosis.blockpi.network/v1/rpc/public',
1938
1944
  'https://web3endpoints.com/gnosischain-mainnet',
1945
+ 'https://gnosis.oat.farm',
1939
1946
  'wss://rpc.gnosischain.com/wss'
1940
1947
  ],
1941
1948
  faucets: [
@@ -3919,6 +3926,26 @@ exports.chains = {
3919
3926
  }
3920
3927
  ]
3921
3928
  },
3929
+ 345: {
3930
+ name: 'Yooldo Verse Mainnet',
3931
+ chain: 'Yooldo Verse',
3932
+ icon: 'yooldo_verse',
3933
+ rpc: ['https://rpc.yooldo-verse.xyz/'],
3934
+ faucets: [],
3935
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
3936
+ infoURL: 'https://yooldo.gg/',
3937
+ shortName: 'YVM',
3938
+ chainId: 345,
3939
+ networkId: 345,
3940
+ explorers: [
3941
+ {
3942
+ name: 'Yooldo Verse Explorer',
3943
+ url: 'https://explorer.yooldo-verse.xyz',
3944
+ standard: 'EIP3091'
3945
+ }
3946
+ ],
3947
+ parent: { type: 'L2', chain: 'eip155-248' }
3948
+ },
3922
3949
  361: {
3923
3950
  name: 'Theta Mainnet',
3924
3951
  chain: 'Theta',
@@ -4462,6 +4489,24 @@ exports.chains = {
4462
4489
  }
4463
4490
  ]
4464
4491
  },
4492
+ 542: {
4493
+ name: 'PAWCHAIN Testnet',
4494
+ chain: 'PAW',
4495
+ rpc: ['https://pawchainx.com/'],
4496
+ faucets: [],
4497
+ nativeCurrency: { name: 'PAW', symbol: 'PAW', decimals: 18 },
4498
+ infoURL: 'https://pawchainx.com/',
4499
+ shortName: 'PAW',
4500
+ chainId: 542,
4501
+ networkId: 542,
4502
+ explorers: [
4503
+ {
4504
+ name: 'PAWCHAIN Testnet',
4505
+ url: 'https://pawscan.io',
4506
+ standard: 'none'
4507
+ }
4508
+ ]
4509
+ },
4465
4510
  555: {
4466
4511
  name: 'Vela1 Chain Mainnet',
4467
4512
  chain: 'VELA1',
@@ -4814,6 +4859,30 @@ exports.chains = {
4814
4859
  chainId: 666,
4815
4860
  networkId: 666
4816
4861
  },
4862
+ 667: {
4863
+ name: 'LAOS Arrakis',
4864
+ title: 'LAOS Testnet Arrakis',
4865
+ chain: 'LAOS',
4866
+ icon: 'laos',
4867
+ rpc: [
4868
+ 'https://arrakis.gorengine.com/own',
4869
+ 'wss://arrakis.gorengine.com/own'
4870
+ ],
4871
+ faucets: [],
4872
+ nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
4873
+ infoURL: 'https://www.laosfoundation.io/',
4874
+ shortName: 'laos',
4875
+ chainId: 667,
4876
+ networkId: 667,
4877
+ explorers: [
4878
+ {
4879
+ name: 'blockscout',
4880
+ url: 'https://arrakis.gorengine.com',
4881
+ icon: 'laos',
4882
+ standard: 'EIP3091'
4883
+ }
4884
+ ]
4885
+ },
4817
4886
  686: {
4818
4887
  name: 'Karura Network',
4819
4888
  chain: 'KAR',
@@ -5180,7 +5249,11 @@ exports.chains = {
5180
5249
  'https://evm-dataseed3.meerscan.io',
5181
5250
  'https://evm-dataseed.meerscan.com',
5182
5251
  'https://evm-dataseed1.meerscan.com',
5183
- 'https://evm-dataseed2.meerscan.com'
5252
+ 'https://evm-dataseed2.meerscan.com',
5253
+ 'https://qng.rpc.qitmeer.io',
5254
+ 'https://mainnet.meerlabs.com',
5255
+ 'https://rpc.dimai.ai',
5256
+ 'https://rpc.woowow.io'
5184
5257
  ],
5185
5258
  faucets: [],
5186
5259
  nativeCurrency: { name: 'Qitmeer', symbol: 'MEER', decimals: 18 },
@@ -5194,7 +5267,7 @@ exports.chains = {
5194
5267
  {
5195
5268
  name: 'meerscan',
5196
5269
  icon: 'meer',
5197
- url: 'https://evm.meerscan.com',
5270
+ url: 'https://qng.meerscan.io',
5198
5271
  standard: 'none'
5199
5272
  }
5200
5273
  ]
@@ -6800,6 +6873,26 @@ exports.chains = {
6800
6873
  chainId: 1288,
6801
6874
  networkId: 1288
6802
6875
  },
6876
+ 1291: {
6877
+ name: 'Swisstronik Testnet',
6878
+ chain: 'SWTR',
6879
+ rpc: ['https://json-rpc.testnet.swisstronik.com'],
6880
+ faucets: ['https://faucet.testnet.swisstronik.com'],
6881
+ nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
6882
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
6883
+ infoURL: 'https://www.swisstronik.com',
6884
+ shortName: 'swtr',
6885
+ chainId: 1291,
6886
+ networkId: 1291,
6887
+ icon: 'swisstronik',
6888
+ explorers: [
6889
+ {
6890
+ name: 'Swisstronik Scout',
6891
+ url: 'https://explorer-evm.testnet.swisstronik.com',
6892
+ standard: 'none'
6893
+ }
6894
+ ]
6895
+ },
6803
6896
  1294: {
6804
6897
  name: 'Bobabeam',
6805
6898
  chain: 'Bobabeam',
@@ -8316,6 +8409,56 @@ exports.chains = {
8316
8409
  }
8317
8410
  ]
8318
8411
  },
8412
+ 2031: {
8413
+ name: 'Centrifuge',
8414
+ chain: 'CFG',
8415
+ rpc: ['wss://fullnode.parachain.centrifuge.io'],
8416
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
8417
+ faucets: [],
8418
+ nativeCurrency: { name: 'Centrifuge', symbol: 'CFG', decimals: 18 },
8419
+ infoURL: 'https://centrifuge.io',
8420
+ shortName: 'cfg',
8421
+ chainId: 2031,
8422
+ networkId: 2031,
8423
+ explorers: [
8424
+ {
8425
+ name: 'subscan',
8426
+ url: 'https://centrifuge.subscan.io',
8427
+ standard: 'EIP3091'
8428
+ }
8429
+ ]
8430
+ },
8431
+ 2032: {
8432
+ name: 'Catalyst',
8433
+ chain: 'CFG',
8434
+ rpc: ['wss://fullnode.catalyst.cntrfg.com'],
8435
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
8436
+ faucets: [],
8437
+ nativeCurrency: { name: 'Catalyst CFG', symbol: 'NCFG', decimals: 18 },
8438
+ infoURL: 'https://centrifuge.io',
8439
+ shortName: 'ncfg',
8440
+ chainId: 2032,
8441
+ networkId: 2032
8442
+ },
8443
+ 2037: {
8444
+ name: 'Kiwi Subnet',
8445
+ chain: 'KIWI',
8446
+ rpc: ['https://subnets.avax.network/kiwi/testnet/rpc'],
8447
+ features: [{ name: 'EIP1559' }],
8448
+ faucets: [],
8449
+ nativeCurrency: { name: 'Shrapgas', symbol: 'SHRAP', decimals: 18 },
8450
+ infoURL: '',
8451
+ shortName: 'kiwi',
8452
+ chainId: 2037,
8453
+ networkId: 2037,
8454
+ explorers: [
8455
+ {
8456
+ name: 'KIWI Explorer',
8457
+ url: 'https://subnets-test.avax.network/kiwi',
8458
+ standard: 'EIP3091'
8459
+ }
8460
+ ]
8461
+ },
8319
8462
  2043: {
8320
8463
  name: 'OriginTrail Parachain',
8321
8464
  chain: 'OTP',
@@ -8402,6 +8545,30 @@ exports.chains = {
8402
8545
  }
8403
8546
  ]
8404
8547
  },
8548
+ 2088: {
8549
+ name: 'Altair',
8550
+ chain: 'AIR',
8551
+ rpc: ['wss://fullnode.altair.centrifuge.io'],
8552
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
8553
+ faucets: [],
8554
+ nativeCurrency: { name: 'Altair', symbol: 'AIR', decimals: 18 },
8555
+ infoURL: 'https://centrifuge.io',
8556
+ shortName: 'air',
8557
+ chainId: 2088,
8558
+ networkId: 2088
8559
+ },
8560
+ 2089: {
8561
+ name: 'Algol',
8562
+ chain: 'algol',
8563
+ rpc: ['wss://fullnode.algol.cntrfg.com'],
8564
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
8565
+ faucets: [],
8566
+ nativeCurrency: { name: 'Algol', symbol: 'ALGL', decimals: 18 },
8567
+ infoURL: 'https://centrifuge.io',
8568
+ shortName: 'algl',
8569
+ chainId: 2089,
8570
+ networkId: 2089
8571
+ },
8405
8572
  2100: {
8406
8573
  name: 'Ecoball Mainnet',
8407
8574
  chain: 'ECO',
@@ -8676,9 +8843,13 @@ exports.chains = {
8676
8843
  ]
8677
8844
  },
8678
8845
  2221: {
8679
- name: 'Kava EVM Testnet',
8846
+ name: 'Kava Testnet',
8680
8847
  chain: 'KAVA',
8681
- rpc: ['https://evm.testnet.kava.io', 'wss://wevm.testnet.kava.io'],
8848
+ rpc: [
8849
+ 'https://evm.testnet.kava.io',
8850
+ 'https://kava-evm-testnet.rpc.thirdweb.com',
8851
+ 'wss://wevm.testnet.kava.io'
8852
+ ],
8682
8853
  faucets: ['https://faucet.kava.io'],
8683
8854
  nativeCurrency: { name: 'TKava', symbol: 'TKAVA', decimals: 18 },
8684
8855
  infoURL: 'https://www.kava.io',
@@ -8689,18 +8860,20 @@ exports.chains = {
8689
8860
  explorers: [
8690
8861
  {
8691
8862
  name: 'Kava Testnet Explorer',
8692
- url: 'https://explorer.testnet.kava.io',
8863
+ url: 'http://testnet.kavascan.com',
8693
8864
  standard: 'EIP3091',
8694
8865
  icon: 'kava'
8695
8866
  }
8696
8867
  ]
8697
8868
  },
8698
8869
  2222: {
8699
- name: 'Kava EVM',
8870
+ name: 'Kava',
8700
8871
  chain: 'KAVA',
8701
8872
  rpc: [
8702
8873
  'https://evm.kava.io',
8703
8874
  'https://evm2.kava.io',
8875
+ 'https://kava-rpc.gateway.pokt.network',
8876
+ 'https://kava-evm.rpc.thirdweb.com',
8704
8877
  'wss://wevm.kava.io',
8705
8878
  'wss://wevm2.kava.io',
8706
8879
  'https://kava-evm.publicnode.com'
@@ -8715,7 +8888,7 @@ exports.chains = {
8715
8888
  explorers: [
8716
8889
  {
8717
8890
  name: 'Kava EVM Explorer',
8718
- url: 'https://explorer.kava.io',
8891
+ url: 'https://kavascan.com',
8719
8892
  standard: 'EIP3091',
8720
8893
  icon: 'kava'
8721
8894
  }
@@ -8775,7 +8948,13 @@ exports.chains = {
8775
8948
  2323: {
8776
8949
  name: 'SOMA Network Testnet',
8777
8950
  chain: 'SOMA',
8778
- rpc: ['https://data-testnet-v1.somanetwork.io/'],
8951
+ rpc: [
8952
+ 'https://data-testnet-v1.somanetwork.io/',
8953
+ 'https://testnet-au-server-2.somanetwork.io',
8954
+ 'https://testnet-au-server-1.somanetwork.io',
8955
+ 'https://testnet-sg-server-1.somanetwork.io',
8956
+ 'https://testnet-sg-server-2.somanetwork.io'
8957
+ ],
8779
8958
  faucets: ['https://faucet.somanetwork.io'],
8780
8959
  nativeCurrency: { name: 'SMA', symbol: 'tSMA', decimals: 18 },
8781
8960
  infoURL: 'https://somanetwork.io',
@@ -8816,7 +8995,12 @@ exports.chains = {
8816
8995
  2332: {
8817
8996
  name: 'SOMA Network Mainnet',
8818
8997
  chain: 'SOMA',
8819
- rpc: ['https://data-mainnet-v1.somanetwork.io/'],
8998
+ rpc: [
8999
+ 'https://data-mainnet-v1.somanetwork.io/',
9000
+ 'https://id-mainnet.somanetwork.io',
9001
+ 'https://hk-mainnet.somanetwork.io',
9002
+ 'https://sg-mainnet.somanetwork.io'
9003
+ ],
8820
9004
  faucets: ['https://airdrop.somanetwork.io'],
8821
9005
  nativeCurrency: { name: 'Soma Native Token', symbol: 'SMA', decimals: 18 },
8822
9006
  infoURL: 'https://somanetwork.io',
@@ -8951,6 +9135,30 @@ exports.chains = {
8951
9135
  }
8952
9136
  ]
8953
9137
  },
9138
+ 2484: {
9139
+ name: 'Unicorn Ultra Nebulas Testnet',
9140
+ chain: 'u2u',
9141
+ rpc: ['https://rpc-nebulas-testnet.uniultra.xyz'],
9142
+ faucets: ['https://faucet.uniultra.xyz'],
9143
+ nativeCurrency: {
9144
+ name: 'Unicorn Ultra Nebulas Testnet',
9145
+ symbol: 'U2U',
9146
+ decimals: 18
9147
+ },
9148
+ infoURL: 'https://uniultra.xyz',
9149
+ shortName: 'u2u_nebulas',
9150
+ chainId: 2484,
9151
+ networkId: 2484,
9152
+ icon: 'u2u_nebulas',
9153
+ explorers: [
9154
+ {
9155
+ icon: 'u2u_nebulas',
9156
+ name: 'U2U Explorer',
9157
+ url: 'https://testnet.u2uscan.xyz',
9158
+ standard: 'EIP3091'
9159
+ }
9160
+ ]
9161
+ },
8954
9162
  2559: {
8955
9163
  name: 'Kortho Mainnet',
8956
9164
  chain: 'Kortho Chain',
@@ -10044,6 +10252,26 @@ exports.chains = {
10044
10252
  }
10045
10253
  ]
10046
10254
  },
10255
+ 4460: {
10256
+ name: 'Orderly Sepolia Testnet',
10257
+ chain: 'ETH',
10258
+ rpc: ['https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz'],
10259
+ faucets: [],
10260
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
10261
+ infoURL: 'www.orderly.network',
10262
+ shortName: 'orderlyl2',
10263
+ chainId: 4460,
10264
+ networkId: 4460,
10265
+ icon: 'orderlyTestnet',
10266
+ explorers: [
10267
+ {
10268
+ name: 'basescout',
10269
+ url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
10270
+ icon: 'blockscout',
10271
+ standard: 'EIP3091'
10272
+ }
10273
+ ]
10274
+ },
10047
10275
  4689: {
10048
10276
  name: 'IoTeX Network Mainnet',
10049
10277
  chain: 'iotex.io',
@@ -10345,7 +10573,7 @@ exports.chains = {
10345
10573
  chain: 'HMND',
10346
10574
  rpc: ['https://explorer-rpc-http.mainnet.stages.humanode.io'],
10347
10575
  faucets: [],
10348
- nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
10576
+ nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
10349
10577
  infoURL: 'https://humanode.io',
10350
10578
  shortName: 'hmnd',
10351
10579
  chainId: 5234,
@@ -11433,8 +11661,12 @@ exports.chains = {
11433
11661
  8131: {
11434
11662
  name: 'Qitmeer Network Testnet',
11435
11663
  chain: 'MEER',
11436
- rpc: [],
11437
- faucets: [],
11664
+ rpc: [
11665
+ 'https://testnet-qng.rpc.qitmeer.io',
11666
+ 'https://testnet.meerlabs.com',
11667
+ 'https://meer.testnet.meerfans.club'
11668
+ ],
11669
+ faucets: ['https://faucet.qitmeer.io'],
11438
11670
  nativeCurrency: { name: 'Qitmeer Testnet', symbol: 'MEER-T', decimals: 18 },
11439
11671
  infoURL: 'https://github.com/Qitmeer',
11440
11672
  shortName: 'meertest',
@@ -11445,7 +11677,7 @@ exports.chains = {
11445
11677
  {
11446
11678
  name: 'meerscan testnet',
11447
11679
  icon: 'meer',
11448
- url: 'https://testnet.qng.meerscan.io',
11680
+ url: 'https://qng-testnet.meerscan.io',
11449
11681
  standard: 'none'
11450
11682
  }
11451
11683
  ]
@@ -11613,7 +11845,10 @@ exports.chains = {
11613
11845
  8453: {
11614
11846
  name: 'Base',
11615
11847
  chain: 'ETH',
11616
- rpc: ['https://mainnet.base.org/'],
11848
+ rpc: [
11849
+ 'https://mainnet.base.org/',
11850
+ 'https://developer-access-mainnet.base.org/'
11851
+ ],
11617
11852
  faucets: [],
11618
11853
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11619
11854
  infoURL: 'https://base.org',
@@ -12247,7 +12482,8 @@ exports.chains = {
12247
12482
  name: 'IMPERIUM TESTNET',
12248
12483
  chain: 'tIMP',
12249
12484
  rpc: [
12250
- 'https://data-aws-testnet.imperiumchain.com, https://data-aws2-testnet.imperiumchain.com'
12485
+ 'https://data-aws-testnet.imperiumchain.com',
12486
+ 'https://data-aws2-testnet.imperiumchain.com'
12251
12487
  ],
12252
12488
  faucets: ['https://faucet.imperiumchain.com/'],
12253
12489
  nativeCurrency: { name: 'tIMP', symbol: 'tIMP', decimals: 18 },
@@ -12269,7 +12505,8 @@ exports.chains = {
12269
12505
  name: 'IMPERIUM MAINNET',
12270
12506
  chain: 'IMP',
12271
12507
  rpc: [
12272
- 'https://data-aws-mainnet.imperiumchain.com, https://data-aws2-mainnet.imperiumchain.com'
12508
+ 'https://data-aws-mainnet.imperiumchain.com',
12509
+ 'https://data-aws2-mainnet.imperiumchain.com'
12273
12510
  ],
12274
12511
  faucets: ['https://faucet.imperiumchain.com/'],
12275
12512
  nativeCurrency: { name: 'IMP', symbol: 'IMP', decimals: 18 },
@@ -12420,6 +12657,31 @@ exports.chains = {
12420
12657
  }
12421
12658
  ]
12422
12659
  },
12660
+ 10081: {
12661
+ name: 'Japan Open Chain Testnet',
12662
+ chain: 'JOCT',
12663
+ rpc: [
12664
+ 'https://rpc-1.testnet.japanopenchain.org:8545',
12665
+ 'https://rpc-2.testnet.japanopenchain.org:8545'
12666
+ ],
12667
+ faucets: [],
12668
+ nativeCurrency: {
12669
+ name: 'Japan Open Chain Testnet Token',
12670
+ symbol: 'JOCT',
12671
+ decimals: 18
12672
+ },
12673
+ infoURL: 'https://www.japanopenchain.org/',
12674
+ shortName: 'joct',
12675
+ chainId: 10081,
12676
+ networkId: 10081,
12677
+ explorers: [
12678
+ {
12679
+ name: 'Testnet Block Explorer',
12680
+ url: 'https://explorer.testnet.japanopenchain.org',
12681
+ standard: 'EIP3091'
12682
+ }
12683
+ ]
12684
+ },
12423
12685
  10086: {
12424
12686
  name: 'SJATSH',
12425
12687
  chain: 'ETH',
@@ -12476,6 +12738,49 @@ exports.chains = {
12476
12738
  }
12477
12739
  ]
12478
12740
  },
12741
+ 10201: {
12742
+ name: 'MaxxChain Mainnet',
12743
+ chain: 'MaxxChain',
12744
+ rpc: [
12745
+ 'https://rpc.maxxchain.org',
12746
+ 'https://rpc1.maxxchain.org',
12747
+ 'https://rpc2.maxxchain.org'
12748
+ ],
12749
+ faucets: ['https://faucet.maxxchain.org'],
12750
+ nativeCurrency: { name: 'Power', symbol: 'PWR', decimals: 18 },
12751
+ icon: 'pwr',
12752
+ infoURL: 'https://www.maxxchain.org/',
12753
+ shortName: 'PWR',
12754
+ chainId: 10201,
12755
+ networkId: 10201,
12756
+ explorers: [
12757
+ {
12758
+ name: 'MaxxChain Block Explorer',
12759
+ url: 'https://explorer.maxxchain.org',
12760
+ standard: 'EIP3091'
12761
+ }
12762
+ ]
12763
+ },
12764
+ 10243: {
12765
+ name: 'Arthera Testnet',
12766
+ chain: 'AA',
12767
+ icon: 'arthera',
12768
+ rpc: ['https://rpc-test.arthera.net'],
12769
+ faucets: ['https://faucet.arthera.net'],
12770
+ nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
12771
+ infoURL: 'https://docs.arthera.net',
12772
+ shortName: 'aa',
12773
+ chainId: 10243,
12774
+ networkId: 10243,
12775
+ explorers: [
12776
+ {
12777
+ name: 'blockscout',
12778
+ url: 'https://explorer-test.arthera.net',
12779
+ icon: 'blockscout',
12780
+ standard: 'EIP3091'
12781
+ }
12782
+ ]
12783
+ },
12479
12784
  10248: {
12480
12785
  name: '0XTade',
12481
12786
  chain: '0XTade Chain',
@@ -12992,6 +13297,25 @@ exports.chains = {
12992
13297
  }
12993
13298
  ]
12994
13299
  },
13300
+ 13337: {
13301
+ name: 'Beam Testnet',
13302
+ chain: 'BEAM',
13303
+ rpc: ['https://subnets.avax.network/beam/testnet/rpc'],
13304
+ features: [{ name: 'EIP1559' }],
13305
+ faucets: [],
13306
+ nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
13307
+ infoURL: 'https://gaming.meritcircle.io',
13308
+ shortName: 'BEAM',
13309
+ chainId: 13337,
13310
+ networkId: 13337,
13311
+ explorers: [
13312
+ {
13313
+ name: 'Beam Explorer',
13314
+ url: 'https://subnets-test.avax.network/beam',
13315
+ standard: 'EIP3091'
13316
+ }
13317
+ ]
13318
+ },
12995
13319
  13381: {
12996
13320
  name: 'Phoenix Mainnet',
12997
13321
  chain: 'Phoenix',
@@ -13049,6 +13373,18 @@ exports.chains = {
13049
13373
  }
13050
13374
  ]
13051
13375
  },
13376
+ 14853: {
13377
+ name: 'Humanode Testnet 5 Israfel',
13378
+ chain: 'Humanode Testnet 5',
13379
+ rpc: ['https://explorer-rpc-http.testnet5.stages.humanode.io'],
13380
+ faucets: ['https://t.me/HumanodeTestnet5FaucetBot'],
13381
+ nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
13382
+ infoURL: 'https://humanode.io',
13383
+ shortName: 'hmnd-t5',
13384
+ chainId: 14853,
13385
+ networkId: 14853,
13386
+ explorers: []
13387
+ },
13052
13388
  15551: {
13053
13389
  name: 'LoopNetwork Mainnet',
13054
13390
  chain: 'LoopNetwork',
@@ -13213,6 +13549,30 @@ exports.chains = {
13213
13549
  }
13214
13550
  ]
13215
13551
  },
13552
+ 17000: {
13553
+ name: 'Holesky',
13554
+ chain: 'ETH',
13555
+ rpc: ['https://rpc.holesky.ethpandaops.io'],
13556
+ faucets: [
13557
+ 'https://faucet.holesky.ethpandaops.io',
13558
+ 'https://holesky-faucet.pk910.de'
13559
+ ],
13560
+ nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
13561
+ infoURL: 'https://holesky.ethpandaops.io',
13562
+ shortName: 'holesky',
13563
+ chainId: 17000,
13564
+ networkId: 17000,
13565
+ icon: 'ethereum',
13566
+ status: 'incubating',
13567
+ explorers: [
13568
+ {
13569
+ name: 'Holesky Explorer',
13570
+ url: 'https://holesky.beaconcha.in',
13571
+ icon: 'ethereum',
13572
+ standard: 'EIP3091'
13573
+ }
13574
+ ]
13575
+ },
13216
13576
  17180: {
13217
13577
  name: 'Palette Chain Testnet',
13218
13578
  chain: 'PLT',
@@ -16715,7 +17075,7 @@ exports.chains = {
16715
17075
  221231: {
16716
17076
  name: 'Reapchain Testnet',
16717
17077
  chain: 'REAP',
16718
- rpc: ['https://test-rpc.reapchain.org'],
17078
+ rpc: ['https://test-eth.reapchain.org'],
16719
17079
  faucets: ['http://faucet.reapchain.com'],
16720
17080
  nativeCurrency: { name: 'test-Reap', symbol: 'tREAP', decimals: 18 },
16721
17081
  features: [],
@@ -17157,6 +17517,30 @@ exports.chains = {
17157
17517
  }
17158
17518
  ]
17159
17519
  },
17520
+ 420692: {
17521
+ name: 'Alterium L2 Testnet',
17522
+ chain: 'ALT',
17523
+ icon: 'alterium',
17524
+ rpc: ['https://l2-testnet-rpc.altscan.org'],
17525
+ faucets: [],
17526
+ nativeCurrency: { name: 'Alterium ETH', symbol: 'AltETH', decimals: 18 },
17527
+ infoURL: 'https://alteriumprotocol.org',
17528
+ shortName: 'alterium',
17529
+ chainId: 420692,
17530
+ networkId: 420692,
17531
+ parent: {
17532
+ type: 'L2',
17533
+ chain: 'eip155-5',
17534
+ bridges: [{ url: 'https://testnet-bridge.alteriumprotocol.org' }]
17535
+ },
17536
+ explorers: [
17537
+ {
17538
+ name: 'Alterium L2 Testnet Explorer',
17539
+ url: 'https://l2-testnet.altscan.org',
17540
+ standard: 'EIP3091'
17541
+ }
17542
+ ]
17543
+ },
17160
17544
  421611: {
17161
17545
  name: 'Arbitrum Rinkeby',
17162
17546
  title: 'Arbitrum Testnet Rinkeby',
@@ -17390,35 +17774,55 @@ exports.chains = {
17390
17774
  534351: {
17391
17775
  name: 'Scroll Sepolia Testnet',
17392
17776
  chain: 'ETH',
17393
- status: 'incubating',
17394
- rpc: [],
17777
+ status: 'active',
17778
+ rpc: ['https://sepolia-rpc.scroll.io/'],
17395
17779
  faucets: [],
17396
17780
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17397
17781
  infoURL: 'https://scroll.io',
17398
17782
  shortName: 'scr-sepolia',
17399
17783
  chainId: 534351,
17400
17784
  networkId: 534351,
17401
- explorers: [],
17402
- parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
17785
+ explorers: [
17786
+ {
17787
+ name: 'Scroll Sepolia Testnet Block Explorer',
17788
+ url: 'https://sepolia-blockscout.scroll.io',
17789
+ standard: 'EIP3091'
17790
+ }
17791
+ ],
17792
+ parent: {
17793
+ type: 'L2',
17794
+ chain: 'eip155-11155111',
17795
+ bridges: [{ url: 'https://scroll.io/bridge' }]
17796
+ }
17403
17797
  },
17404
17798
  534352: {
17405
17799
  name: 'Scroll',
17406
17800
  chain: 'ETH',
17407
17801
  status: 'incubating',
17408
- rpc: [],
17802
+ rpc: ['https://rpc.scroll.io'],
17409
17803
  faucets: [],
17410
17804
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
17411
17805
  infoURL: 'https://scroll.io',
17412
17806
  shortName: 'scr',
17413
17807
  chainId: 534352,
17414
17808
  networkId: 534352,
17415
- explorers: [],
17416
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] }
17809
+ explorers: [
17810
+ {
17811
+ name: 'Scroll Mainnet Block Explorer',
17812
+ url: 'https://blockscout.scroll.io',
17813
+ standard: 'EIP3091'
17814
+ }
17815
+ ],
17816
+ parent: {
17817
+ type: 'L2',
17818
+ chain: 'eip155-1',
17819
+ bridges: [{ url: 'https://scroll.io/bridge' }]
17820
+ }
17417
17821
  },
17418
17822
  534353: {
17419
17823
  name: 'Scroll Alpha Testnet',
17420
17824
  chain: 'ETH',
17421
- status: 'active',
17825
+ status: 'deprecated',
17422
17826
  rpc: ['https://alpha-rpc.scroll.io/l2'],
17423
17827
  faucets: [],
17424
17828
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
@@ -17429,12 +17833,7 @@ exports.chains = {
17429
17833
  explorers: [
17430
17834
  {
17431
17835
  name: 'Scroll Alpha Testnet Block Explorer',
17432
- url: 'https://blockscout.scroll.io',
17433
- standard: 'EIP3091'
17434
- },
17435
- {
17436
- name: 'Scroll Alpha Testnet Block Explorer',
17437
- url: 'https://scrollscan.co',
17836
+ url: 'https://alpha-blockscout.scroll.io',
17438
17837
  standard: 'EIP3091'
17439
17838
  }
17440
17839
  ],
@@ -17444,20 +17843,14 @@ exports.chains = {
17444
17843
  name: 'Scroll Pre-Alpha Testnet',
17445
17844
  chain: 'ETH',
17446
17845
  status: 'deprecated',
17447
- rpc: ['https://prealpha-rpc.scroll.io/l2'],
17448
- faucets: ['https://prealpha.scroll.io/faucet'],
17846
+ rpc: [],
17847
+ faucets: [],
17449
17848
  nativeCurrency: { name: 'Ether', symbol: 'TSETH', decimals: 18 },
17450
17849
  infoURL: 'https://scroll.io',
17451
17850
  shortName: 'scr-prealpha',
17452
17851
  chainId: 534354,
17453
17852
  networkId: 534354,
17454
- explorers: [
17455
- {
17456
- name: 'Scroll L2 Block Explorer',
17457
- url: 'https://l2scan.scroll.io',
17458
- standard: 'EIP3091'
17459
- }
17460
- ]
17853
+ explorers: []
17461
17854
  },
17462
17855
  534849: {
17463
17856
  name: 'Shinarium Beta',
@@ -17581,6 +17974,25 @@ exports.chains = {
17581
17974
  }
17582
17975
  ]
17583
17976
  },
17977
+ 761412: {
17978
+ name: 'Miexs Smartchain',
17979
+ chain: 'MiexsSmartchain',
17980
+ icon: 'miexs',
17981
+ rpc: ['https://mainnet-rpc.miexs.com'],
17982
+ faucets: [],
17983
+ nativeCurrency: { name: 'Miexs Coin', symbol: 'MIX', decimals: 18 },
17984
+ infoURL: 'https://miexs.com',
17985
+ shortName: 'Miexs',
17986
+ chainId: 761412,
17987
+ networkId: 761412,
17988
+ explorers: [
17989
+ {
17990
+ name: 'Miexs Smartchain Explorer',
17991
+ url: 'https://miexs.com',
17992
+ standard: 'EIP3091'
17993
+ }
17994
+ ]
17995
+ },
17584
17996
  800001: {
17585
17997
  name: 'OctaSpace',
17586
17998
  chain: 'OCTA',
@@ -19306,6 +19718,25 @@ exports.chains = {
19306
19718
  bridges: [{ url: 'https://ruby.exchange/bridge.html' }]
19307
19719
  }
19308
19720
  },
19721
+ 2863311531: {
19722
+ name: 'Ancient8 Testnet',
19723
+ chain: 'Ancient8',
19724
+ icon: 'ancient8',
19725
+ rpc: ['https://rpc-testnet.ancient8.gg'],
19726
+ faucets: [],
19727
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19728
+ infoURL: 'https://ancient8.gg/',
19729
+ shortName: 'a8',
19730
+ chainId: 2863311531,
19731
+ networkId: 2863311531,
19732
+ explorers: [
19733
+ {
19734
+ name: 'a8scan-testnet',
19735
+ url: 'https://testnet.a8scan.io',
19736
+ standard: 'EIP3091'
19737
+ }
19738
+ ]
19739
+ },
19309
19740
  3125659152: {
19310
19741
  name: 'Pirl',
19311
19742
  chain: 'PIRL',
@@ -198,6 +198,7 @@ export declare enum ChainName {
198
198
  DFKChainTest = "DFK Chain Test",
199
199
  Shiden = "Shiden",
200
200
  CronosTestnet = "Cronos Testnet",
201
+ YooldoVerseMainnet = "Yooldo Verse Mainnet",
201
202
  ThetaMainnet = "Theta Mainnet",
202
203
  ThetaSapphireTestnet = "Theta Sapphire Testnet",
203
204
  ThetaAmberTestnet = "Theta Amber Testnet",
@@ -226,6 +227,7 @@ export declare enum ChainName {
226
227
  FirechainMainnet = "Firechain Mainnet",
227
228
  'F(x)CoreMainnetNetwork' = "F(x)Core Mainnet Network",
228
229
  Candle = "Candle",
230
+ PAWCHAINTestnet = "PAWCHAIN Testnet",
229
231
  Vela1ChainMainnet = "Vela1 Chain Mainnet",
230
232
  TaoNetwork = "Tao Network",
231
233
  DogechainTestnet = "Dogechain Testnet",
@@ -243,6 +245,7 @@ export declare enum ChainName {
243
245
  SXNetworkTestnet = "SX Network Testnet",
244
246
  EnduranceSmartChainMainnet = "Endurance Smart Chain Mainnet",
245
247
  PixieChainTestnet = "Pixie Chain Testnet",
248
+ LAOSArrakis = "LAOS Arrakis",
246
249
  KaruraNetwork = "Karura Network",
247
250
  StarSocialTestnet = "Star Social Testnet",
248
251
  BlockChainStationMainnet = "BlockChain Station Mainnet",
@@ -352,6 +355,7 @@ export declare enum ChainName {
352
355
  Moonrockold = "Moonrock old",
353
356
  MoonbaseAlpha = "Moonbase Alpha",
354
357
  Moonrock = "Moonrock",
358
+ SwisstronikTestnet = "Swisstronik Testnet",
355
359
  Bobabeam = "Bobabeam",
356
360
  BobabaseTestnet = "Bobabase Testnet",
357
361
  DosFujiSubnet = "Dos Fuji Subnet",
@@ -427,11 +431,16 @@ export declare enum ChainName {
427
431
  BeresheetBereEVMTestnet = "Beresheet BereEVM Testnet",
428
432
  TaycanTestnet = "Taycan Testnet",
429
433
  RangersProtocolMainnet = "Rangers Protocol Mainnet",
434
+ Centrifuge = "Centrifuge",
435
+ Catalyst = "Catalyst",
436
+ KiwiSubnet = "Kiwi Subnet",
430
437
  OriginTrailParachain = "OriginTrail Parachain",
431
438
  ShrapnelSubnet = "Shrapnel Subnet",
432
439
  StratosTestnet = "Stratos Testnet",
433
440
  StratosMainnet = "Stratos Mainnet",
434
441
  QuokkacoinMainnet = "Quokkacoin Mainnet",
442
+ Altair = "Altair",
443
+ Algol = "Algol",
435
444
  EcoballMainnet = "Ecoball Mainnet",
436
445
  EcoballTestnetEspuma = "Ecoball Testnet Espuma",
437
446
  ExosamaNetwork = "Exosama Network",
@@ -446,8 +455,8 @@ export declare enum ChainName {
446
455
  AntofyMainnet = "Antofy Mainnet",
447
456
  BitcoinEVM = "Bitcoin EVM",
448
457
  EvanescoMainnet = "Evanesco Mainnet",
449
- KavaEVMTestnet = "Kava EVM Testnet",
450
- KavaEVM = "Kava EVM",
458
+ KavaTestnet = "Kava Testnet",
459
+ Kava = "Kava",
451
460
  VChainMainnet = "VChain Mainnet",
452
461
  BOMBChain = "BOMB Chain",
453
462
  Arevia = "Arevia",
@@ -459,6 +468,7 @@ export declare enum ChainName {
459
468
  BOMBChainTestnet = "BOMB Chain Testnet",
460
469
  TCGVerseMainnet = "TCG Verse Mainnet",
461
470
  XODEX = "XODEX",
471
+ UnicornUltraNebulasTestnet = "Unicorn Ultra Nebulas Testnet",
462
472
  KorthoMainnet = "Kortho Mainnet",
463
473
  TechPayMainnet = "TechPay Mainnet",
464
474
  PoCRNet = "PoCRNet",
@@ -515,6 +525,7 @@ export declare enum ChainName {
515
525
  NexiMainnet = "Nexi Mainnet",
516
526
  BobafujiTestnet = "Bobafuji Testnet",
517
527
  HtmlcoinMainnet = "Htmlcoin Mainnet",
528
+ OrderlySepoliaTestnet = "Orderly Sepolia Testnet",
518
529
  IoTeXNetworkMainnet = "IoTeX Network Mainnet",
519
530
  IoTeXNetworkTestnet = "IoTeX Network Testnet",
520
531
  MEVerseChainTestnet = "MEVerse Chain Testnet",
@@ -638,9 +649,12 @@ export declare enum ChainName {
638
649
  SmartBitcoinCash = "Smart Bitcoin Cash",
639
650
  SmartBitcoinCashTestnet = "Smart Bitcoin Cash Testnet",
640
651
  GonChain = "Gon Chain",
652
+ JapanOpenChainTestnet = "Japan Open Chain Testnet",
641
653
  SJATSH = "SJATSH",
642
654
  BlockchainGenesisMainnet = "Blockchain Genesis Mainnet",
643
655
  GnosisChiadoTestnet = "Gnosis Chiado Testnet",
656
+ MaxxChainMainnet = "MaxxChain Mainnet",
657
+ ArtheraTestnet = "Arthera Testnet",
644
658
  '0XTade' = "0XTade",
645
659
  NumbersMainnet = "Numbers Mainnet",
646
660
  NumbersTestnet = "Numbers Testnet",
@@ -665,9 +679,11 @@ export declare enum ChainName {
665
679
  RikezaNetworkTestnet = "Rikeza Network Testnet",
666
680
  SPS = "SPS",
667
681
  CreditSmartChain = "Credit Smart Chain",
682
+ BeamTestnet = "Beam Testnet",
668
683
  PhoenixMainnet = "Phoenix Mainnet",
669
684
  Susono = "Susono",
670
685
  SPSTestnet = "SPS Testnet",
686
+ HumanodeTestnet5Israfel = "Humanode Testnet 5 Israfel",
671
687
  LoopNetworkMainnet = "LoopNetwork Mainnet",
672
688
  TrustEVMTestnet = "Trust EVM Testnet",
673
689
  EOSEVMNetworkTestnet = "EOS EVM Network Testnet",
@@ -677,6 +693,7 @@ export declare enum ChainName {
677
693
  IRIShubTestnet = "IRIShub Testnet",
678
694
  AirDAOMainnet = "AirDAO Mainnet",
679
695
  IVARChainTestnet = "IVAR Chain Testnet",
696
+ Holesky = "Holesky",
680
697
  PaletteChainTestnet = "Palette Chain Testnet",
681
698
  EOSEVMNetwork = "EOS EVM Network",
682
699
  FrontierofDreamsTestnet = "Frontier of Dreams Testnet",
@@ -878,6 +895,7 @@ export declare enum ChainName {
878
895
  TipboxcoinMainnet = "Tipboxcoin Mainnet",
879
896
  Kekchain = "Kekchain",
880
897
  'Kekchain(kektest)' = "Kekchain (kektest)",
898
+ AlteriumL2Testnet = "Alterium L2 Testnet",
881
899
  ArbitrumRinkeby = "Arbitrum Rinkeby",
882
900
  ArbitrumGoerli = "Arbitrum Goerli",
883
901
  FastexChaintestnet = "Fastex Chain testnet",
@@ -899,6 +917,7 @@ export declare enum ChainName {
899
917
  ALLMainnet = "ALL Mainnet",
900
918
  'Vision-VpioneerTestChain' = "Vision - Vpioneer Test Chain",
901
919
  BearNetworkChainTestnet = "Bear Network Chain Testnet",
920
+ MiexsSmartchain = "Miexs Smartchain",
902
921
  OctaSpace = "OctaSpace",
903
922
  CURVEMainnet = "CURVE Mainnet",
904
923
  '4GoodNetwork' = "4GoodNetwork",
@@ -988,6 +1007,7 @@ export declare enum ChainName {
988
1007
  HarmonyDevnetShard1 = "Harmony Devnet Shard 1",
989
1008
  DataHopper = "DataHopper",
990
1009
  EuropaSKALEChain = "Europa SKALE Chain",
1010
+ Ancient8Testnet = "Ancient8 Testnet",
991
1011
  Pirl = "Pirl",
992
1012
  OneLedgerTestnetFrankenstein = "OneLedger Testnet Frankenstein",
993
1013
  PalmTestnet = "Palm Testnet",
@@ -1200,6 +1220,7 @@ export declare enum ChainId {
1200
1220
  DFKChainTest = 335,
1201
1221
  Shiden = 336,
1202
1222
  CronosTestnet = 338,
1223
+ YooldoVerseMainnet = 345,
1203
1224
  ThetaMainnet = 361,
1204
1225
  ThetaSapphireTestnet = 363,
1205
1226
  ThetaAmberTestnet = 364,
@@ -1228,6 +1249,7 @@ export declare enum ChainId {
1228
1249
  FirechainMainnet = 529,
1229
1250
  'F(x)CoreMainnetNetwork' = 530,
1230
1251
  Candle = 534,
1252
+ PAWCHAINTestnet = 542,
1231
1253
  Vela1ChainMainnet = 555,
1232
1254
  TaoNetwork = 558,
1233
1255
  DogechainTestnet = 568,
@@ -1245,6 +1267,7 @@ export declare enum ChainId {
1245
1267
  SXNetworkTestnet = 647,
1246
1268
  EnduranceSmartChainMainnet = 648,
1247
1269
  PixieChainTestnet = 666,
1270
+ LAOSArrakis = 667,
1248
1271
  KaruraNetwork = 686,
1249
1272
  StarSocialTestnet = 700,
1250
1273
  BlockChainStationMainnet = 707,
@@ -1354,6 +1377,7 @@ export declare enum ChainId {
1354
1377
  Moonrockold = 1286,
1355
1378
  MoonbaseAlpha = 1287,
1356
1379
  Moonrock = 1288,
1380
+ SwisstronikTestnet = 1291,
1357
1381
  Bobabeam = 1294,
1358
1382
  BobabaseTestnet = 1297,
1359
1383
  DosFujiSubnet = 1311,
@@ -1429,11 +1453,16 @@ export declare enum ChainId {
1429
1453
  BeresheetBereEVMTestnet = 2022,
1430
1454
  TaycanTestnet = 2023,
1431
1455
  RangersProtocolMainnet = 2025,
1456
+ Centrifuge = 2031,
1457
+ Catalyst = 2032,
1458
+ KiwiSubnet = 2037,
1432
1459
  OriginTrailParachain = 2043,
1433
1460
  ShrapnelSubnet = 2044,
1434
1461
  StratosTestnet = 2047,
1435
1462
  StratosMainnet = 2048,
1436
1463
  QuokkacoinMainnet = 2077,
1464
+ Altair = 2088,
1465
+ Algol = 2089,
1437
1466
  EcoballMainnet = 2100,
1438
1467
  EcoballTestnetEspuma = 2101,
1439
1468
  ExosamaNetwork = 2109,
@@ -1448,8 +1477,8 @@ export declare enum ChainId {
1448
1477
  AntofyMainnet = 2202,
1449
1478
  BitcoinEVM = 2203,
1450
1479
  EvanescoMainnet = 2213,
1451
- KavaEVMTestnet = 2221,
1452
- KavaEVM = 2222,
1480
+ KavaTestnet = 2221,
1481
+ Kava = 2222,
1453
1482
  VChainMainnet = 2223,
1454
1483
  BOMBChain = 2300,
1455
1484
  Arevia = 2309,
@@ -1461,6 +1490,7 @@ export declare enum ChainId {
1461
1490
  BOMBChainTestnet = 2399,
1462
1491
  TCGVerseMainnet = 2400,
1463
1492
  XODEX = 2415,
1493
+ UnicornUltraNebulasTestnet = 2484,
1464
1494
  KorthoMainnet = 2559,
1465
1495
  TechPayMainnet = 2569,
1466
1496
  PoCRNet = 2606,
@@ -1517,6 +1547,7 @@ export declare enum ChainId {
1517
1547
  NexiMainnet = 4242,
1518
1548
  BobafujiTestnet = 4328,
1519
1549
  HtmlcoinMainnet = 4444,
1550
+ OrderlySepoliaTestnet = 4460,
1520
1551
  IoTeXNetworkMainnet = 4689,
1521
1552
  IoTeXNetworkTestnet = 4690,
1522
1553
  MEVerseChainTestnet = 4759,
@@ -1640,9 +1671,12 @@ export declare enum ChainId {
1640
1671
  SmartBitcoinCash = 10000,
1641
1672
  SmartBitcoinCashTestnet = 10001,
1642
1673
  GonChain = 10024,
1674
+ JapanOpenChainTestnet = 10081,
1643
1675
  SJATSH = 10086,
1644
1676
  BlockchainGenesisMainnet = 10101,
1645
1677
  GnosisChiadoTestnet = 10200,
1678
+ MaxxChainMainnet = 10201,
1679
+ ArtheraTestnet = 10243,
1646
1680
  '0XTade' = 10248,
1647
1681
  NumbersMainnet = 10507,
1648
1682
  NumbersTestnet = 10508,
@@ -1667,9 +1701,11 @@ export declare enum ChainId {
1667
1701
  RikezaNetworkTestnet = 12715,
1668
1702
  SPS = 13000,
1669
1703
  CreditSmartChain = 13308,
1704
+ BeamTestnet = 13337,
1670
1705
  PhoenixMainnet = 13381,
1671
1706
  Susono = 13812,
1672
1707
  SPSTestnet = 14000,
1708
+ HumanodeTestnet5Israfel = 14853,
1673
1709
  LoopNetworkMainnet = 15551,
1674
1710
  TrustEVMTestnet = 15555,
1675
1711
  EOSEVMNetworkTestnet = 15557,
@@ -1679,6 +1715,7 @@ export declare enum ChainId {
1679
1715
  IRIShubTestnet = 16688,
1680
1716
  AirDAOMainnet = 16718,
1681
1717
  IVARChainTestnet = 16888,
1718
+ Holesky = 17000,
1682
1719
  PaletteChainTestnet = 17180,
1683
1720
  EOSEVMNetwork = 17777,
1684
1721
  FrontierofDreamsTestnet = 18000,
@@ -1880,6 +1917,7 @@ export declare enum ChainId {
1880
1917
  TipboxcoinMainnet = 404040,
1881
1918
  Kekchain = 420420,
1882
1919
  'Kekchain(kektest)' = 420666,
1920
+ AlteriumL2Testnet = 420692,
1883
1921
  ArbitrumRinkeby = 421611,
1884
1922
  ArbitrumGoerli = 421613,
1885
1923
  FastexChaintestnet = 424242,
@@ -1901,6 +1939,7 @@ export declare enum ChainId {
1901
1939
  ALLMainnet = 651940,
1902
1940
  'Vision-VpioneerTestChain' = 666666,
1903
1941
  BearNetworkChainTestnet = 751230,
1942
+ MiexsSmartchain = 761412,
1904
1943
  OctaSpace = 800001,
1905
1944
  CURVEMainnet = 827431,
1906
1945
  '4GoodNetwork' = 846000,
@@ -1990,6 +2029,7 @@ export declare enum ChainId {
1990
2029
  HarmonyDevnetShard1 = 1666900001,
1991
2030
  DataHopper = 2021121117,
1992
2031
  EuropaSKALEChain = 2046399126,
2032
+ Ancient8Testnet = 2863311531,
1993
2033
  Pirl = 3125659152,
1994
2034
  OneLedgerTestnetFrankenstein = 4216137055,
1995
2035
  PalmTestnet = 11297108099,
package/dist/src/enums.js CHANGED
@@ -202,6 +202,7 @@ var ChainName;
202
202
  ChainName["DFKChainTest"] = "DFK Chain Test";
203
203
  ChainName["Shiden"] = "Shiden";
204
204
  ChainName["CronosTestnet"] = "Cronos Testnet";
205
+ ChainName["YooldoVerseMainnet"] = "Yooldo Verse Mainnet";
205
206
  ChainName["ThetaMainnet"] = "Theta Mainnet";
206
207
  ChainName["ThetaSapphireTestnet"] = "Theta Sapphire Testnet";
207
208
  ChainName["ThetaAmberTestnet"] = "Theta Amber Testnet";
@@ -230,6 +231,7 @@ var ChainName;
230
231
  ChainName["FirechainMainnet"] = "Firechain Mainnet";
231
232
  ChainName["F(x)CoreMainnetNetwork"] = "F(x)Core Mainnet Network";
232
233
  ChainName["Candle"] = "Candle";
234
+ ChainName["PAWCHAINTestnet"] = "PAWCHAIN Testnet";
233
235
  ChainName["Vela1ChainMainnet"] = "Vela1 Chain Mainnet";
234
236
  ChainName["TaoNetwork"] = "Tao Network";
235
237
  ChainName["DogechainTestnet"] = "Dogechain Testnet";
@@ -247,6 +249,7 @@ var ChainName;
247
249
  ChainName["SXNetworkTestnet"] = "SX Network Testnet";
248
250
  ChainName["EnduranceSmartChainMainnet"] = "Endurance Smart Chain Mainnet";
249
251
  ChainName["PixieChainTestnet"] = "Pixie Chain Testnet";
252
+ ChainName["LAOSArrakis"] = "LAOS Arrakis";
250
253
  ChainName["KaruraNetwork"] = "Karura Network";
251
254
  ChainName["StarSocialTestnet"] = "Star Social Testnet";
252
255
  ChainName["BlockChainStationMainnet"] = "BlockChain Station Mainnet";
@@ -356,6 +359,7 @@ var ChainName;
356
359
  ChainName["Moonrockold"] = "Moonrock old";
357
360
  ChainName["MoonbaseAlpha"] = "Moonbase Alpha";
358
361
  ChainName["Moonrock"] = "Moonrock";
362
+ ChainName["SwisstronikTestnet"] = "Swisstronik Testnet";
359
363
  ChainName["Bobabeam"] = "Bobabeam";
360
364
  ChainName["BobabaseTestnet"] = "Bobabase Testnet";
361
365
  ChainName["DosFujiSubnet"] = "Dos Fuji Subnet";
@@ -431,11 +435,16 @@ var ChainName;
431
435
  ChainName["BeresheetBereEVMTestnet"] = "Beresheet BereEVM Testnet";
432
436
  ChainName["TaycanTestnet"] = "Taycan Testnet";
433
437
  ChainName["RangersProtocolMainnet"] = "Rangers Protocol Mainnet";
438
+ ChainName["Centrifuge"] = "Centrifuge";
439
+ ChainName["Catalyst"] = "Catalyst";
440
+ ChainName["KiwiSubnet"] = "Kiwi Subnet";
434
441
  ChainName["OriginTrailParachain"] = "OriginTrail Parachain";
435
442
  ChainName["ShrapnelSubnet"] = "Shrapnel Subnet";
436
443
  ChainName["StratosTestnet"] = "Stratos Testnet";
437
444
  ChainName["StratosMainnet"] = "Stratos Mainnet";
438
445
  ChainName["QuokkacoinMainnet"] = "Quokkacoin Mainnet";
446
+ ChainName["Altair"] = "Altair";
447
+ ChainName["Algol"] = "Algol";
439
448
  ChainName["EcoballMainnet"] = "Ecoball Mainnet";
440
449
  ChainName["EcoballTestnetEspuma"] = "Ecoball Testnet Espuma";
441
450
  ChainName["ExosamaNetwork"] = "Exosama Network";
@@ -450,8 +459,8 @@ var ChainName;
450
459
  ChainName["AntofyMainnet"] = "Antofy Mainnet";
451
460
  ChainName["BitcoinEVM"] = "Bitcoin EVM";
452
461
  ChainName["EvanescoMainnet"] = "Evanesco Mainnet";
453
- ChainName["KavaEVMTestnet"] = "Kava EVM Testnet";
454
- ChainName["KavaEVM"] = "Kava EVM";
462
+ ChainName["KavaTestnet"] = "Kava Testnet";
463
+ ChainName["Kava"] = "Kava";
455
464
  ChainName["VChainMainnet"] = "VChain Mainnet";
456
465
  ChainName["BOMBChain"] = "BOMB Chain";
457
466
  ChainName["Arevia"] = "Arevia";
@@ -463,6 +472,7 @@ var ChainName;
463
472
  ChainName["BOMBChainTestnet"] = "BOMB Chain Testnet";
464
473
  ChainName["TCGVerseMainnet"] = "TCG Verse Mainnet";
465
474
  ChainName["XODEX"] = "XODEX";
475
+ ChainName["UnicornUltraNebulasTestnet"] = "Unicorn Ultra Nebulas Testnet";
466
476
  ChainName["KorthoMainnet"] = "Kortho Mainnet";
467
477
  ChainName["TechPayMainnet"] = "TechPay Mainnet";
468
478
  ChainName["PoCRNet"] = "PoCRNet";
@@ -519,6 +529,7 @@ var ChainName;
519
529
  ChainName["NexiMainnet"] = "Nexi Mainnet";
520
530
  ChainName["BobafujiTestnet"] = "Bobafuji Testnet";
521
531
  ChainName["HtmlcoinMainnet"] = "Htmlcoin Mainnet";
532
+ ChainName["OrderlySepoliaTestnet"] = "Orderly Sepolia Testnet";
522
533
  ChainName["IoTeXNetworkMainnet"] = "IoTeX Network Mainnet";
523
534
  ChainName["IoTeXNetworkTestnet"] = "IoTeX Network Testnet";
524
535
  ChainName["MEVerseChainTestnet"] = "MEVerse Chain Testnet";
@@ -642,9 +653,12 @@ var ChainName;
642
653
  ChainName["SmartBitcoinCash"] = "Smart Bitcoin Cash";
643
654
  ChainName["SmartBitcoinCashTestnet"] = "Smart Bitcoin Cash Testnet";
644
655
  ChainName["GonChain"] = "Gon Chain";
656
+ ChainName["JapanOpenChainTestnet"] = "Japan Open Chain Testnet";
645
657
  ChainName["SJATSH"] = "SJATSH";
646
658
  ChainName["BlockchainGenesisMainnet"] = "Blockchain Genesis Mainnet";
647
659
  ChainName["GnosisChiadoTestnet"] = "Gnosis Chiado Testnet";
660
+ ChainName["MaxxChainMainnet"] = "MaxxChain Mainnet";
661
+ ChainName["ArtheraTestnet"] = "Arthera Testnet";
648
662
  ChainName["0XTade"] = "0XTade";
649
663
  ChainName["NumbersMainnet"] = "Numbers Mainnet";
650
664
  ChainName["NumbersTestnet"] = "Numbers Testnet";
@@ -669,9 +683,11 @@ var ChainName;
669
683
  ChainName["RikezaNetworkTestnet"] = "Rikeza Network Testnet";
670
684
  ChainName["SPS"] = "SPS";
671
685
  ChainName["CreditSmartChain"] = "Credit Smart Chain";
686
+ ChainName["BeamTestnet"] = "Beam Testnet";
672
687
  ChainName["PhoenixMainnet"] = "Phoenix Mainnet";
673
688
  ChainName["Susono"] = "Susono";
674
689
  ChainName["SPSTestnet"] = "SPS Testnet";
690
+ ChainName["HumanodeTestnet5Israfel"] = "Humanode Testnet 5 Israfel";
675
691
  ChainName["LoopNetworkMainnet"] = "LoopNetwork Mainnet";
676
692
  ChainName["TrustEVMTestnet"] = "Trust EVM Testnet";
677
693
  ChainName["EOSEVMNetworkTestnet"] = "EOS EVM Network Testnet";
@@ -681,6 +697,7 @@ var ChainName;
681
697
  ChainName["IRIShubTestnet"] = "IRIShub Testnet";
682
698
  ChainName["AirDAOMainnet"] = "AirDAO Mainnet";
683
699
  ChainName["IVARChainTestnet"] = "IVAR Chain Testnet";
700
+ ChainName["Holesky"] = "Holesky";
684
701
  ChainName["PaletteChainTestnet"] = "Palette Chain Testnet";
685
702
  ChainName["EOSEVMNetwork"] = "EOS EVM Network";
686
703
  ChainName["FrontierofDreamsTestnet"] = "Frontier of Dreams Testnet";
@@ -882,6 +899,7 @@ var ChainName;
882
899
  ChainName["TipboxcoinMainnet"] = "Tipboxcoin Mainnet";
883
900
  ChainName["Kekchain"] = "Kekchain";
884
901
  ChainName["Kekchain(kektest)"] = "Kekchain (kektest)";
902
+ ChainName["AlteriumL2Testnet"] = "Alterium L2 Testnet";
885
903
  ChainName["ArbitrumRinkeby"] = "Arbitrum Rinkeby";
886
904
  ChainName["ArbitrumGoerli"] = "Arbitrum Goerli";
887
905
  ChainName["FastexChaintestnet"] = "Fastex Chain testnet";
@@ -903,6 +921,7 @@ var ChainName;
903
921
  ChainName["ALLMainnet"] = "ALL Mainnet";
904
922
  ChainName["Vision-VpioneerTestChain"] = "Vision - Vpioneer Test Chain";
905
923
  ChainName["BearNetworkChainTestnet"] = "Bear Network Chain Testnet";
924
+ ChainName["MiexsSmartchain"] = "Miexs Smartchain";
906
925
  ChainName["OctaSpace"] = "OctaSpace";
907
926
  ChainName["CURVEMainnet"] = "CURVE Mainnet";
908
927
  ChainName["4GoodNetwork"] = "4GoodNetwork";
@@ -992,6 +1011,7 @@ var ChainName;
992
1011
  ChainName["HarmonyDevnetShard1"] = "Harmony Devnet Shard 1";
993
1012
  ChainName["DataHopper"] = "DataHopper";
994
1013
  ChainName["EuropaSKALEChain"] = "Europa SKALE Chain";
1014
+ ChainName["Ancient8Testnet"] = "Ancient8 Testnet";
995
1015
  ChainName["Pirl"] = "Pirl";
996
1016
  ChainName["OneLedgerTestnetFrankenstein"] = "OneLedger Testnet Frankenstein";
997
1017
  ChainName["PalmTestnet"] = "Palm Testnet";
@@ -1205,6 +1225,7 @@ var ChainId;
1205
1225
  ChainId[ChainId["DFKChainTest"] = 335] = "DFKChainTest";
1206
1226
  ChainId[ChainId["Shiden"] = 336] = "Shiden";
1207
1227
  ChainId[ChainId["CronosTestnet"] = 338] = "CronosTestnet";
1228
+ ChainId[ChainId["YooldoVerseMainnet"] = 345] = "YooldoVerseMainnet";
1208
1229
  ChainId[ChainId["ThetaMainnet"] = 361] = "ThetaMainnet";
1209
1230
  ChainId[ChainId["ThetaSapphireTestnet"] = 363] = "ThetaSapphireTestnet";
1210
1231
  ChainId[ChainId["ThetaAmberTestnet"] = 364] = "ThetaAmberTestnet";
@@ -1233,6 +1254,7 @@ var ChainId;
1233
1254
  ChainId[ChainId["FirechainMainnet"] = 529] = "FirechainMainnet";
1234
1255
  ChainId[ChainId["F(x)CoreMainnetNetwork"] = 530] = "F(x)CoreMainnetNetwork";
1235
1256
  ChainId[ChainId["Candle"] = 534] = "Candle";
1257
+ ChainId[ChainId["PAWCHAINTestnet"] = 542] = "PAWCHAINTestnet";
1236
1258
  ChainId[ChainId["Vela1ChainMainnet"] = 555] = "Vela1ChainMainnet";
1237
1259
  ChainId[ChainId["TaoNetwork"] = 558] = "TaoNetwork";
1238
1260
  ChainId[ChainId["DogechainTestnet"] = 568] = "DogechainTestnet";
@@ -1250,6 +1272,7 @@ var ChainId;
1250
1272
  ChainId[ChainId["SXNetworkTestnet"] = 647] = "SXNetworkTestnet";
1251
1273
  ChainId[ChainId["EnduranceSmartChainMainnet"] = 648] = "EnduranceSmartChainMainnet";
1252
1274
  ChainId[ChainId["PixieChainTestnet"] = 666] = "PixieChainTestnet";
1275
+ ChainId[ChainId["LAOSArrakis"] = 667] = "LAOSArrakis";
1253
1276
  ChainId[ChainId["KaruraNetwork"] = 686] = "KaruraNetwork";
1254
1277
  ChainId[ChainId["StarSocialTestnet"] = 700] = "StarSocialTestnet";
1255
1278
  ChainId[ChainId["BlockChainStationMainnet"] = 707] = "BlockChainStationMainnet";
@@ -1359,6 +1382,7 @@ var ChainId;
1359
1382
  ChainId[ChainId["Moonrockold"] = 1286] = "Moonrockold";
1360
1383
  ChainId[ChainId["MoonbaseAlpha"] = 1287] = "MoonbaseAlpha";
1361
1384
  ChainId[ChainId["Moonrock"] = 1288] = "Moonrock";
1385
+ ChainId[ChainId["SwisstronikTestnet"] = 1291] = "SwisstronikTestnet";
1362
1386
  ChainId[ChainId["Bobabeam"] = 1294] = "Bobabeam";
1363
1387
  ChainId[ChainId["BobabaseTestnet"] = 1297] = "BobabaseTestnet";
1364
1388
  ChainId[ChainId["DosFujiSubnet"] = 1311] = "DosFujiSubnet";
@@ -1434,11 +1458,16 @@ var ChainId;
1434
1458
  ChainId[ChainId["BeresheetBereEVMTestnet"] = 2022] = "BeresheetBereEVMTestnet";
1435
1459
  ChainId[ChainId["TaycanTestnet"] = 2023] = "TaycanTestnet";
1436
1460
  ChainId[ChainId["RangersProtocolMainnet"] = 2025] = "RangersProtocolMainnet";
1461
+ ChainId[ChainId["Centrifuge"] = 2031] = "Centrifuge";
1462
+ ChainId[ChainId["Catalyst"] = 2032] = "Catalyst";
1463
+ ChainId[ChainId["KiwiSubnet"] = 2037] = "KiwiSubnet";
1437
1464
  ChainId[ChainId["OriginTrailParachain"] = 2043] = "OriginTrailParachain";
1438
1465
  ChainId[ChainId["ShrapnelSubnet"] = 2044] = "ShrapnelSubnet";
1439
1466
  ChainId[ChainId["StratosTestnet"] = 2047] = "StratosTestnet";
1440
1467
  ChainId[ChainId["StratosMainnet"] = 2048] = "StratosMainnet";
1441
1468
  ChainId[ChainId["QuokkacoinMainnet"] = 2077] = "QuokkacoinMainnet";
1469
+ ChainId[ChainId["Altair"] = 2088] = "Altair";
1470
+ ChainId[ChainId["Algol"] = 2089] = "Algol";
1442
1471
  ChainId[ChainId["EcoballMainnet"] = 2100] = "EcoballMainnet";
1443
1472
  ChainId[ChainId["EcoballTestnetEspuma"] = 2101] = "EcoballTestnetEspuma";
1444
1473
  ChainId[ChainId["ExosamaNetwork"] = 2109] = "ExosamaNetwork";
@@ -1453,8 +1482,8 @@ var ChainId;
1453
1482
  ChainId[ChainId["AntofyMainnet"] = 2202] = "AntofyMainnet";
1454
1483
  ChainId[ChainId["BitcoinEVM"] = 2203] = "BitcoinEVM";
1455
1484
  ChainId[ChainId["EvanescoMainnet"] = 2213] = "EvanescoMainnet";
1456
- ChainId[ChainId["KavaEVMTestnet"] = 2221] = "KavaEVMTestnet";
1457
- ChainId[ChainId["KavaEVM"] = 2222] = "KavaEVM";
1485
+ ChainId[ChainId["KavaTestnet"] = 2221] = "KavaTestnet";
1486
+ ChainId[ChainId["Kava"] = 2222] = "Kava";
1458
1487
  ChainId[ChainId["VChainMainnet"] = 2223] = "VChainMainnet";
1459
1488
  ChainId[ChainId["BOMBChain"] = 2300] = "BOMBChain";
1460
1489
  ChainId[ChainId["Arevia"] = 2309] = "Arevia";
@@ -1466,6 +1495,7 @@ var ChainId;
1466
1495
  ChainId[ChainId["BOMBChainTestnet"] = 2399] = "BOMBChainTestnet";
1467
1496
  ChainId[ChainId["TCGVerseMainnet"] = 2400] = "TCGVerseMainnet";
1468
1497
  ChainId[ChainId["XODEX"] = 2415] = "XODEX";
1498
+ ChainId[ChainId["UnicornUltraNebulasTestnet"] = 2484] = "UnicornUltraNebulasTestnet";
1469
1499
  ChainId[ChainId["KorthoMainnet"] = 2559] = "KorthoMainnet";
1470
1500
  ChainId[ChainId["TechPayMainnet"] = 2569] = "TechPayMainnet";
1471
1501
  ChainId[ChainId["PoCRNet"] = 2606] = "PoCRNet";
@@ -1522,6 +1552,7 @@ var ChainId;
1522
1552
  ChainId[ChainId["NexiMainnet"] = 4242] = "NexiMainnet";
1523
1553
  ChainId[ChainId["BobafujiTestnet"] = 4328] = "BobafujiTestnet";
1524
1554
  ChainId[ChainId["HtmlcoinMainnet"] = 4444] = "HtmlcoinMainnet";
1555
+ ChainId[ChainId["OrderlySepoliaTestnet"] = 4460] = "OrderlySepoliaTestnet";
1525
1556
  ChainId[ChainId["IoTeXNetworkMainnet"] = 4689] = "IoTeXNetworkMainnet";
1526
1557
  ChainId[ChainId["IoTeXNetworkTestnet"] = 4690] = "IoTeXNetworkTestnet";
1527
1558
  ChainId[ChainId["MEVerseChainTestnet"] = 4759] = "MEVerseChainTestnet";
@@ -1645,9 +1676,12 @@ var ChainId;
1645
1676
  ChainId[ChainId["SmartBitcoinCash"] = 10000] = "SmartBitcoinCash";
1646
1677
  ChainId[ChainId["SmartBitcoinCashTestnet"] = 10001] = "SmartBitcoinCashTestnet";
1647
1678
  ChainId[ChainId["GonChain"] = 10024] = "GonChain";
1679
+ ChainId[ChainId["JapanOpenChainTestnet"] = 10081] = "JapanOpenChainTestnet";
1648
1680
  ChainId[ChainId["SJATSH"] = 10086] = "SJATSH";
1649
1681
  ChainId[ChainId["BlockchainGenesisMainnet"] = 10101] = "BlockchainGenesisMainnet";
1650
1682
  ChainId[ChainId["GnosisChiadoTestnet"] = 10200] = "GnosisChiadoTestnet";
1683
+ ChainId[ChainId["MaxxChainMainnet"] = 10201] = "MaxxChainMainnet";
1684
+ ChainId[ChainId["ArtheraTestnet"] = 10243] = "ArtheraTestnet";
1651
1685
  ChainId[ChainId["0XTade"] = 10248] = "0XTade";
1652
1686
  ChainId[ChainId["NumbersMainnet"] = 10507] = "NumbersMainnet";
1653
1687
  ChainId[ChainId["NumbersTestnet"] = 10508] = "NumbersTestnet";
@@ -1672,9 +1706,11 @@ var ChainId;
1672
1706
  ChainId[ChainId["RikezaNetworkTestnet"] = 12715] = "RikezaNetworkTestnet";
1673
1707
  ChainId[ChainId["SPS"] = 13000] = "SPS";
1674
1708
  ChainId[ChainId["CreditSmartChain"] = 13308] = "CreditSmartChain";
1709
+ ChainId[ChainId["BeamTestnet"] = 13337] = "BeamTestnet";
1675
1710
  ChainId[ChainId["PhoenixMainnet"] = 13381] = "PhoenixMainnet";
1676
1711
  ChainId[ChainId["Susono"] = 13812] = "Susono";
1677
1712
  ChainId[ChainId["SPSTestnet"] = 14000] = "SPSTestnet";
1713
+ ChainId[ChainId["HumanodeTestnet5Israfel"] = 14853] = "HumanodeTestnet5Israfel";
1678
1714
  ChainId[ChainId["LoopNetworkMainnet"] = 15551] = "LoopNetworkMainnet";
1679
1715
  ChainId[ChainId["TrustEVMTestnet"] = 15555] = "TrustEVMTestnet";
1680
1716
  ChainId[ChainId["EOSEVMNetworkTestnet"] = 15557] = "EOSEVMNetworkTestnet";
@@ -1684,6 +1720,7 @@ var ChainId;
1684
1720
  ChainId[ChainId["IRIShubTestnet"] = 16688] = "IRIShubTestnet";
1685
1721
  ChainId[ChainId["AirDAOMainnet"] = 16718] = "AirDAOMainnet";
1686
1722
  ChainId[ChainId["IVARChainTestnet"] = 16888] = "IVARChainTestnet";
1723
+ ChainId[ChainId["Holesky"] = 17000] = "Holesky";
1687
1724
  ChainId[ChainId["PaletteChainTestnet"] = 17180] = "PaletteChainTestnet";
1688
1725
  ChainId[ChainId["EOSEVMNetwork"] = 17777] = "EOSEVMNetwork";
1689
1726
  ChainId[ChainId["FrontierofDreamsTestnet"] = 18000] = "FrontierofDreamsTestnet";
@@ -1885,6 +1922,7 @@ var ChainId;
1885
1922
  ChainId[ChainId["TipboxcoinMainnet"] = 404040] = "TipboxcoinMainnet";
1886
1923
  ChainId[ChainId["Kekchain"] = 420420] = "Kekchain";
1887
1924
  ChainId[ChainId["Kekchain(kektest)"] = 420666] = "Kekchain(kektest)";
1925
+ ChainId[ChainId["AlteriumL2Testnet"] = 420692] = "AlteriumL2Testnet";
1888
1926
  ChainId[ChainId["ArbitrumRinkeby"] = 421611] = "ArbitrumRinkeby";
1889
1927
  ChainId[ChainId["ArbitrumGoerli"] = 421613] = "ArbitrumGoerli";
1890
1928
  ChainId[ChainId["FastexChaintestnet"] = 424242] = "FastexChaintestnet";
@@ -1906,6 +1944,7 @@ var ChainId;
1906
1944
  ChainId[ChainId["ALLMainnet"] = 651940] = "ALLMainnet";
1907
1945
  ChainId[ChainId["Vision-VpioneerTestChain"] = 666666] = "Vision-VpioneerTestChain";
1908
1946
  ChainId[ChainId["BearNetworkChainTestnet"] = 751230] = "BearNetworkChainTestnet";
1947
+ ChainId[ChainId["MiexsSmartchain"] = 761412] = "MiexsSmartchain";
1909
1948
  ChainId[ChainId["OctaSpace"] = 800001] = "OctaSpace";
1910
1949
  ChainId[ChainId["CURVEMainnet"] = 827431] = "CURVEMainnet";
1911
1950
  ChainId[ChainId["4GoodNetwork"] = 846000] = "4GoodNetwork";
@@ -1995,6 +2034,7 @@ var ChainId;
1995
2034
  ChainId[ChainId["HarmonyDevnetShard1"] = 1666900001] = "HarmonyDevnetShard1";
1996
2035
  ChainId[ChainId["DataHopper"] = 2021121117] = "DataHopper";
1997
2036
  ChainId[ChainId["EuropaSKALEChain"] = 2046399126] = "EuropaSKALEChain";
2037
+ ChainId[ChainId["Ancient8Testnet"] = 2863311531] = "Ancient8Testnet";
1998
2038
  ChainId[ChainId["Pirl"] = 3125659152] = "Pirl";
1999
2039
  ChainId[ChainId["OneLedgerTestnetFrankenstein"] = 4216137055] = "OneLedgerTestnetFrankenstein";
2000
2040
  ChainId[ChainId["PalmTestnet"] = 11297108099] = "PalmTestnet";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "11.0.0",
3
+ "version": "12.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [