@revoke.cash/chains 17.0.0 → 18.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.
@@ -2012,7 +2012,9 @@ exports.chains = {
2012
2012
  'https://gnosis.blockpi.network/v1/rpc/public',
2013
2013
  'https://web3endpoints.com/gnosischain-mainnet',
2014
2014
  'https://gnosis.oat.farm',
2015
- 'wss://rpc.gnosischain.com/wss'
2015
+ 'wss://rpc.gnosischain.com/wss',
2016
+ 'https://gnosis.publicnode.com',
2017
+ 'wss://gnosis.publicnode.com'
2016
2018
  ],
2017
2019
  faucets: [
2018
2020
  'https://gnosisfaucet.com',
@@ -3280,7 +3282,11 @@ exports.chains = {
3280
3282
  204: {
3281
3283
  name: 'opBNB Mainnet',
3282
3284
  chain: 'opBNB',
3283
- rpc: ['https://opbnb-mainnet-rpc.bnbchain.org'],
3285
+ rpc: [
3286
+ 'https://opbnb-mainnet-rpc.bnbchain.org',
3287
+ 'https://opbnb.publicnode.com',
3288
+ 'wss://opbnb.publicnode.com'
3289
+ ],
3284
3290
  faucets: [],
3285
3291
  nativeCurrency: {
3286
3292
  name: 'BNB Chain Native Token',
@@ -5358,6 +5364,26 @@ exports.chains = {
5358
5364
  }
5359
5365
  ]
5360
5366
  },
5367
+ 710: {
5368
+ name: 'Highbury',
5369
+ chain: 'HIGHBURY',
5370
+ rpc: ['https://highbury.furya.io', 'https://rest.furya.io'],
5371
+ faucets: [],
5372
+ nativeCurrency: { name: 'Fury', symbol: 'FURY', decimals: 18 },
5373
+ infoURL: 'https://www.fury.black',
5374
+ shortName: 'fury',
5375
+ chainId: 710,
5376
+ networkId: 710,
5377
+ icon: 'highbury',
5378
+ explorers: [
5379
+ {
5380
+ name: 'Furya EVM Explorer',
5381
+ url: 'https://explorer.furya.io',
5382
+ standard: 'EIP3091',
5383
+ icon: 'highbury'
5384
+ }
5385
+ ]
5386
+ },
5361
5387
  719: {
5362
5388
  name: 'Shibarium Beta',
5363
5389
  chain: 'Shibarium',
@@ -6136,6 +6162,26 @@ exports.chains = {
6136
6162
  chainId: 956,
6137
6163
  networkId: 956
6138
6164
  },
6165
+ 963: {
6166
+ name: 'BTC20 Smart Chain',
6167
+ chain: 'BTC20',
6168
+ rpc: ['https://rpc.bitcoincode.technology/'],
6169
+ faucets: [],
6170
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
6171
+ nativeCurrency: { name: 'BTCC', symbol: 'BTCC', decimals: 18 },
6172
+ infoURL: 'https://bitcoincode.technology',
6173
+ shortName: 'btc20',
6174
+ chainId: 963,
6175
+ networkId: 963,
6176
+ icon: 'btc20',
6177
+ explorers: [
6178
+ {
6179
+ name: 'blockscout',
6180
+ url: 'https://scan.bitcoincode.technology',
6181
+ standard: 'EIP3091'
6182
+ }
6183
+ ]
6184
+ },
6139
6185
  970: {
6140
6186
  name: 'Oort Mainnet',
6141
6187
  chain: 'Oort Mainnet',
@@ -6367,7 +6413,8 @@ exports.chains = {
6367
6413
  {
6368
6414
  name: 'Tectum explorer',
6369
6415
  url: 'https://explorer.tectum.io',
6370
- standard: 'none'
6416
+ icon: 'Tettoken256',
6417
+ standard: 'EIP3091'
6371
6418
  }
6372
6419
  ]
6373
6420
  },
@@ -6702,7 +6749,7 @@ exports.chains = {
6702
6749
  shortName: 'humans',
6703
6750
  chainId: 1089,
6704
6751
  networkId: 1089,
6705
- icon: 'humans',
6752
+ icon: 'humans-dark',
6706
6753
  explorers: [
6707
6754
  {
6708
6755
  name: 'explorer.guru',
@@ -7329,7 +7376,12 @@ exports.chains = {
7329
7376
  1284: {
7330
7377
  name: 'Moonbeam',
7331
7378
  chain: 'MOON',
7332
- rpc: ['https://rpc.api.moonbeam.network', 'wss://wss.api.moonbeam.network'],
7379
+ rpc: [
7380
+ 'https://rpc.api.moonbeam.network',
7381
+ 'wss://wss.api.moonbeam.network',
7382
+ 'https://moonbeam.publicnode.com',
7383
+ 'wss://moonbeam.publicnode.com'
7384
+ ],
7333
7385
  faucets: [],
7334
7386
  nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
7335
7387
  infoURL: 'https://moonbeam.network/networks/moonbeam/',
@@ -7349,7 +7401,9 @@ exports.chains = {
7349
7401
  chain: 'MOON',
7350
7402
  rpc: [
7351
7403
  'https://rpc.api.moonriver.moonbeam.network',
7352
- 'wss://wss.api.moonriver.moonbeam.network'
7404
+ 'wss://wss.api.moonriver.moonbeam.network',
7405
+ 'https://moonriver.publicnode.com',
7406
+ 'wss://moonriver.publicnode.com'
7353
7407
  ],
7354
7408
  faucets: [],
7355
7409
  nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
@@ -9146,6 +9200,31 @@ exports.chains = {
9146
9200
  }
9147
9201
  ]
9148
9202
  },
9203
+ 2049: {
9204
+ name: 'Movo Smart Chain Mainnet',
9205
+ chain: 'MOVO',
9206
+ rpc: [
9207
+ 'https://msc-rpc.movoscan.com',
9208
+ 'https://msc-rpc.movochain.org',
9209
+ 'https://msc-rpc.movoswap.com'
9210
+ ],
9211
+ faucets: [],
9212
+ nativeCurrency: { name: 'Movo Smart Chain', symbol: 'MOVO', decimals: 18 },
9213
+ infoURL: 'https://movo.uk',
9214
+ shortName: 'movo',
9215
+ chainId: 2049,
9216
+ networkId: 2049,
9217
+ slip44: 2050,
9218
+ icon: 'movo',
9219
+ explorers: [
9220
+ {
9221
+ name: 'movoscan',
9222
+ url: 'https://movoscan.com',
9223
+ icon: 'movoscan',
9224
+ standard: 'none'
9225
+ }
9226
+ ]
9227
+ },
9149
9228
  2077: {
9150
9229
  name: 'Quokkacoin Mainnet',
9151
9230
  chain: 'Qkacoin',
@@ -9545,7 +9624,7 @@ exports.chains = {
9545
9624
  ]
9546
9625
  },
9547
9626
  2241: {
9548
- name: 'The Krest Network',
9627
+ name: 'Krest Network',
9549
9628
  chain: 'Krest',
9550
9629
  icon: 'krest',
9551
9630
  rpc: ['https://erpc-krest.peaq.network'],
@@ -10881,6 +10960,19 @@ exports.chains = {
10881
10960
  }
10882
10961
  ]
10883
10962
  },
10963
+ 4139: {
10964
+ name: 'Humans.ai Testnet',
10965
+ chain: 'Humans Testnet',
10966
+ rpc: ['https://evm-rpc.testnet.humans.zone'],
10967
+ faucets: [],
10968
+ nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
10969
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
10970
+ infoURL: 'https://humans.ai',
10971
+ shortName: 'humans_testnet',
10972
+ chainId: 4139,
10973
+ networkId: 4139,
10974
+ icon: 'humans-dark'
10975
+ },
10884
10976
  4141: {
10885
10977
  name: 'Tipboxcoin Testnet',
10886
10978
  chain: 'TPBX',
@@ -12249,7 +12341,13 @@ exports.chains = {
12249
12341
  rpc: [
12250
12342
  'https://canto.slingshot.finance',
12251
12343
  'https://canto.neobase.one',
12252
- 'https://mainnode.plexnode.org:8545'
12344
+ 'https://mainnode.plexnode.org:8545',
12345
+ 'https://canto.gravitychain.io/',
12346
+ 'https://canto.evm.chandrastation.com/',
12347
+ 'https://jsonrpc.canto.nodestake.top/',
12348
+ 'https://canto.dexvaults.com/',
12349
+ 'wss://canto.gravitychain.io:8546',
12350
+ 'wss://canto.dexvaults.com/ws'
12253
12351
  ],
12254
12352
  faucets: [],
12255
12353
  nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
@@ -13451,6 +13549,11 @@ exports.chains = {
13451
13549
  name: 'Polkadot.js',
13452
13550
  url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
13453
13551
  standard: 'none'
13552
+ },
13553
+ {
13554
+ name: 'Subscan',
13555
+ url: 'https://agung.subscan.io',
13556
+ standard: 'none'
13454
13557
  }
13455
13558
  ]
13456
13559
  },
@@ -13626,7 +13729,9 @@ exports.chains = {
13626
13729
  rpc: [
13627
13730
  'https://rpc.chiadochain.net',
13628
13731
  'https://rpc.chiado.gnosis.gateway.fm',
13629
- 'wss://rpc.chiadochain.net/wss'
13732
+ 'wss://rpc.chiadochain.net/wss',
13733
+ 'https://gnosis-chiado.publicnode.com',
13734
+ 'wss://gnosis-chiado.publicnode.com'
13630
13735
  ],
13631
13736
  faucets: ['https://gnosisfaucet.com'],
13632
13737
  nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
@@ -14541,7 +14646,11 @@ exports.chains = {
14541
14646
  17000: {
14542
14647
  name: 'Holesky',
14543
14648
  chain: 'ETH',
14544
- rpc: ['https://rpc.holesky.ethpandaops.io'],
14649
+ rpc: [
14650
+ 'https://rpc.holesky.ethpandaops.io',
14651
+ 'https://ethereum-holesky.publicnode.com',
14652
+ 'wss://ethereum-holesky.publicnode.com'
14653
+ ],
14545
14654
  faucets: [
14546
14655
  'https://faucet.holesky.ethpandaops.io',
14547
14656
  'https://holesky-faucet.pk910.de'
@@ -14559,6 +14668,18 @@ exports.chains = {
14559
14668
  url: 'https://holesky.beaconcha.in',
14560
14669
  icon: 'ethereum',
14561
14670
  standard: 'EIP3091'
14671
+ },
14672
+ {
14673
+ name: 'otterscan-holesky',
14674
+ url: 'https://holesky.otterscan.io',
14675
+ icon: 'ethereum',
14676
+ standard: 'EIP3091'
14677
+ },
14678
+ {
14679
+ name: 'Holesky Etherscan',
14680
+ url: 'https://holesky.etherscan.io',
14681
+ icon: 'ethereum',
14682
+ standard: 'EIP3091'
14562
14683
  }
14563
14684
  ]
14564
14685
  },
@@ -15655,6 +15776,25 @@ exports.chains = {
15655
15776
  }
15656
15777
  ]
15657
15778
  },
15779
+ 42801: {
15780
+ name: 'Gesoten Verse Testnet',
15781
+ chain: 'Gesoten Verse',
15782
+ rpc: ['https://rpc.testnet.verse.gesoten.com/'],
15783
+ faucets: [],
15784
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
15785
+ infoURL: 'https://gesoten.com/',
15786
+ shortName: 'GST',
15787
+ icon: 'gesoten',
15788
+ chainId: 42801,
15789
+ networkId: 42801,
15790
+ explorers: [
15791
+ {
15792
+ name: 'Gesoten Verse Testnet Explorer',
15793
+ url: 'https://explorer.testnet.verse.gesoten.com',
15794
+ standard: 'EIP3091'
15795
+ }
15796
+ ]
15797
+ },
15658
15798
  42888: {
15659
15799
  name: 'Kinto Testnet',
15660
15800
  title: 'Kinto Testnet',
@@ -20097,7 +20237,9 @@ exports.chains = {
20097
20237
  'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
20098
20238
  'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
20099
20239
  'https://sepolia.gateway.tenderly.co',
20100
- 'wss://sepolia.gateway.tenderly.co'
20240
+ 'wss://sepolia.gateway.tenderly.co',
20241
+ 'https://ethereum-sepolia.publicnode.com',
20242
+ 'wss://ethereum-sepolia.publicnode.com'
20101
20243
  ],
20102
20244
  faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
20103
20245
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
@@ -265,6 +265,7 @@ export declare enum ChainName {
265
265
  StarSocialTestnet = "Star Social Testnet",
266
266
  BlockChainStationMainnet = "BlockChain Station Mainnet",
267
267
  BlockChainStationTestnet = "BlockChain Station Testnet",
268
+ Highbury = "Highbury",
268
269
  ShibariumBeta = "Shibarium Beta",
269
270
  LycanChain = "Lycan Chain",
270
271
  CantoTestnet = "Canto Testnet",
@@ -306,6 +307,7 @@ export declare enum ChainName {
306
307
  PulseChainTestnetv3 = "PulseChain Testnet v3",
307
308
  PulseChainTestnetv4 = "PulseChain Testnet v4",
308
309
  MuNodeTestnet = "muNode Testnet",
310
+ BTC20SmartChain = "BTC20 Smart Chain",
309
311
  OortMainnet = "Oort Mainnet",
310
312
  OortHuygens = "Oort Huygens",
311
313
  OortAscraeus = "Oort Ascraeus",
@@ -462,6 +464,7 @@ export declare enum ChainName {
462
464
  ShrapnelSubnet = "Shrapnel Subnet",
463
465
  StratosTestnet = "Stratos Testnet",
464
466
  Stratos = "Stratos",
467
+ MovoSmartChainMainnet = "Movo Smart Chain Mainnet",
465
468
  QuokkacoinMainnet = "Quokkacoin Mainnet",
466
469
  Altair = "Altair",
467
470
  Algol = "Algol",
@@ -483,7 +486,7 @@ export declare enum ChainName {
483
486
  KavaTestnet = "Kava Testnet",
484
487
  Kava = "Kava",
485
488
  VChainMainnet = "VChain Mainnet",
486
- TheKrestNetwork = "The Krest Network",
489
+ KrestNetwork = "Krest Network",
487
490
  BOMBChain = "BOMB Chain",
488
491
  Arevia = "Arevia",
489
492
  SOMANetworkTestnet = "SOMA Network Testnet",
@@ -551,6 +554,7 @@ export declare enum ChainName {
551
554
  BitindiTestnet = "Bitindi Testnet",
552
555
  BitindiMainnet = "Bitindi Mainnet",
553
556
  AIOZNetworkTestnet = "AIOZ Network Testnet",
557
+ 'Humans.aiTestnet' = "Humans.ai Testnet",
554
558
  TipboxcoinTestnet = "Tipboxcoin Testnet",
555
559
  PHINetworkV1 = "PHI Network V1",
556
560
  LUKSOTestnet = "LUKSO Testnet",
@@ -791,6 +795,7 @@ export declare enum ChainName {
791
795
  CeloMainnet = "Celo Mainnet",
792
796
  OasisEmeraldTestnet = "Oasis Emerald Testnet",
793
797
  OasisEmerald = "Oasis Emerald",
798
+ GesotenVerseTestnet = "Gesoten Verse Testnet",
794
799
  KintoTestnet = "Kinto Testnet",
795
800
  Athereum = "Athereum",
796
801
  AvalancheFujiTestnet = "Avalanche Fuji Testnet",
@@ -1347,6 +1352,7 @@ export declare enum ChainId {
1347
1352
  StarSocialTestnet = 700,
1348
1353
  BlockChainStationMainnet = 707,
1349
1354
  BlockChainStationTestnet = 708,
1355
+ Highbury = 710,
1350
1356
  ShibariumBeta = 719,
1351
1357
  LycanChain = 721,
1352
1358
  CantoTestnet = 740,
@@ -1388,6 +1394,7 @@ export declare enum ChainId {
1388
1394
  PulseChainTestnetv3 = 942,
1389
1395
  PulseChainTestnetv4 = 943,
1390
1396
  MuNodeTestnet = 956,
1397
+ BTC20SmartChain = 963,
1391
1398
  OortMainnet = 970,
1392
1399
  OortHuygens = 971,
1393
1400
  OortAscraeus = 972,
@@ -1544,6 +1551,7 @@ export declare enum ChainId {
1544
1551
  ShrapnelSubnet = 2044,
1545
1552
  StratosTestnet = 2047,
1546
1553
  Stratos = 2048,
1554
+ MovoSmartChainMainnet = 2049,
1547
1555
  QuokkacoinMainnet = 2077,
1548
1556
  Altair = 2088,
1549
1557
  Algol = 2089,
@@ -1565,7 +1573,7 @@ export declare enum ChainId {
1565
1573
  KavaTestnet = 2221,
1566
1574
  Kava = 2222,
1567
1575
  VChainMainnet = 2223,
1568
- TheKrestNetwork = 2241,
1576
+ KrestNetwork = 2241,
1569
1577
  BOMBChain = 2300,
1570
1578
  Arevia = 2309,
1571
1579
  SOMANetworkTestnet = 2323,
@@ -1633,6 +1641,7 @@ export declare enum ChainId {
1633
1641
  BitindiTestnet = 4096,
1634
1642
  BitindiMainnet = 4099,
1635
1643
  AIOZNetworkTestnet = 4102,
1644
+ 'Humans.aiTestnet' = 4139,
1636
1645
  TipboxcoinTestnet = 4141,
1637
1646
  PHINetworkV1 = 4181,
1638
1647
  LUKSOTestnet = 4201,
@@ -1873,6 +1882,7 @@ export declare enum ChainId {
1873
1882
  CeloMainnet = 42220,
1874
1883
  OasisEmeraldTestnet = 42261,
1875
1884
  OasisEmerald = 42262,
1885
+ GesotenVerseTestnet = 42801,
1876
1886
  KintoTestnet = 42888,
1877
1887
  Athereum = 43110,
1878
1888
  AvalancheFujiTestnet = 43113,
package/dist/src/enums.js CHANGED
@@ -269,6 +269,7 @@ var ChainName;
269
269
  ChainName["StarSocialTestnet"] = "Star Social Testnet";
270
270
  ChainName["BlockChainStationMainnet"] = "BlockChain Station Mainnet";
271
271
  ChainName["BlockChainStationTestnet"] = "BlockChain Station Testnet";
272
+ ChainName["Highbury"] = "Highbury";
272
273
  ChainName["ShibariumBeta"] = "Shibarium Beta";
273
274
  ChainName["LycanChain"] = "Lycan Chain";
274
275
  ChainName["CantoTestnet"] = "Canto Testnet";
@@ -310,6 +311,7 @@ var ChainName;
310
311
  ChainName["PulseChainTestnetv3"] = "PulseChain Testnet v3";
311
312
  ChainName["PulseChainTestnetv4"] = "PulseChain Testnet v4";
312
313
  ChainName["MuNodeTestnet"] = "muNode Testnet";
314
+ ChainName["BTC20SmartChain"] = "BTC20 Smart Chain";
313
315
  ChainName["OortMainnet"] = "Oort Mainnet";
314
316
  ChainName["OortHuygens"] = "Oort Huygens";
315
317
  ChainName["OortAscraeus"] = "Oort Ascraeus";
@@ -466,6 +468,7 @@ var ChainName;
466
468
  ChainName["ShrapnelSubnet"] = "Shrapnel Subnet";
467
469
  ChainName["StratosTestnet"] = "Stratos Testnet";
468
470
  ChainName["Stratos"] = "Stratos";
471
+ ChainName["MovoSmartChainMainnet"] = "Movo Smart Chain Mainnet";
469
472
  ChainName["QuokkacoinMainnet"] = "Quokkacoin Mainnet";
470
473
  ChainName["Altair"] = "Altair";
471
474
  ChainName["Algol"] = "Algol";
@@ -487,7 +490,7 @@ var ChainName;
487
490
  ChainName["KavaTestnet"] = "Kava Testnet";
488
491
  ChainName["Kava"] = "Kava";
489
492
  ChainName["VChainMainnet"] = "VChain Mainnet";
490
- ChainName["TheKrestNetwork"] = "The Krest Network";
493
+ ChainName["KrestNetwork"] = "Krest Network";
491
494
  ChainName["BOMBChain"] = "BOMB Chain";
492
495
  ChainName["Arevia"] = "Arevia";
493
496
  ChainName["SOMANetworkTestnet"] = "SOMA Network Testnet";
@@ -555,6 +558,7 @@ var ChainName;
555
558
  ChainName["BitindiTestnet"] = "Bitindi Testnet";
556
559
  ChainName["BitindiMainnet"] = "Bitindi Mainnet";
557
560
  ChainName["AIOZNetworkTestnet"] = "AIOZ Network Testnet";
561
+ ChainName["Humans.aiTestnet"] = "Humans.ai Testnet";
558
562
  ChainName["TipboxcoinTestnet"] = "Tipboxcoin Testnet";
559
563
  ChainName["PHINetworkV1"] = "PHI Network V1";
560
564
  ChainName["LUKSOTestnet"] = "LUKSO Testnet";
@@ -795,6 +799,7 @@ var ChainName;
795
799
  ChainName["CeloMainnet"] = "Celo Mainnet";
796
800
  ChainName["OasisEmeraldTestnet"] = "Oasis Emerald Testnet";
797
801
  ChainName["OasisEmerald"] = "Oasis Emerald";
802
+ ChainName["GesotenVerseTestnet"] = "Gesoten Verse Testnet";
798
803
  ChainName["KintoTestnet"] = "Kinto Testnet";
799
804
  ChainName["Athereum"] = "Athereum";
800
805
  ChainName["AvalancheFujiTestnet"] = "Avalanche Fuji Testnet";
@@ -1352,6 +1357,7 @@ var ChainId;
1352
1357
  ChainId[ChainId["StarSocialTestnet"] = 700] = "StarSocialTestnet";
1353
1358
  ChainId[ChainId["BlockChainStationMainnet"] = 707] = "BlockChainStationMainnet";
1354
1359
  ChainId[ChainId["BlockChainStationTestnet"] = 708] = "BlockChainStationTestnet";
1360
+ ChainId[ChainId["Highbury"] = 710] = "Highbury";
1355
1361
  ChainId[ChainId["ShibariumBeta"] = 719] = "ShibariumBeta";
1356
1362
  ChainId[ChainId["LycanChain"] = 721] = "LycanChain";
1357
1363
  ChainId[ChainId["CantoTestnet"] = 740] = "CantoTestnet";
@@ -1393,6 +1399,7 @@ var ChainId;
1393
1399
  ChainId[ChainId["PulseChainTestnetv3"] = 942] = "PulseChainTestnetv3";
1394
1400
  ChainId[ChainId["PulseChainTestnetv4"] = 943] = "PulseChainTestnetv4";
1395
1401
  ChainId[ChainId["MuNodeTestnet"] = 956] = "MuNodeTestnet";
1402
+ ChainId[ChainId["BTC20SmartChain"] = 963] = "BTC20SmartChain";
1396
1403
  ChainId[ChainId["OortMainnet"] = 970] = "OortMainnet";
1397
1404
  ChainId[ChainId["OortHuygens"] = 971] = "OortHuygens";
1398
1405
  ChainId[ChainId["OortAscraeus"] = 972] = "OortAscraeus";
@@ -1549,6 +1556,7 @@ var ChainId;
1549
1556
  ChainId[ChainId["ShrapnelSubnet"] = 2044] = "ShrapnelSubnet";
1550
1557
  ChainId[ChainId["StratosTestnet"] = 2047] = "StratosTestnet";
1551
1558
  ChainId[ChainId["Stratos"] = 2048] = "Stratos";
1559
+ ChainId[ChainId["MovoSmartChainMainnet"] = 2049] = "MovoSmartChainMainnet";
1552
1560
  ChainId[ChainId["QuokkacoinMainnet"] = 2077] = "QuokkacoinMainnet";
1553
1561
  ChainId[ChainId["Altair"] = 2088] = "Altair";
1554
1562
  ChainId[ChainId["Algol"] = 2089] = "Algol";
@@ -1570,7 +1578,7 @@ var ChainId;
1570
1578
  ChainId[ChainId["KavaTestnet"] = 2221] = "KavaTestnet";
1571
1579
  ChainId[ChainId["Kava"] = 2222] = "Kava";
1572
1580
  ChainId[ChainId["VChainMainnet"] = 2223] = "VChainMainnet";
1573
- ChainId[ChainId["TheKrestNetwork"] = 2241] = "TheKrestNetwork";
1581
+ ChainId[ChainId["KrestNetwork"] = 2241] = "KrestNetwork";
1574
1582
  ChainId[ChainId["BOMBChain"] = 2300] = "BOMBChain";
1575
1583
  ChainId[ChainId["Arevia"] = 2309] = "Arevia";
1576
1584
  ChainId[ChainId["SOMANetworkTestnet"] = 2323] = "SOMANetworkTestnet";
@@ -1638,6 +1646,7 @@ var ChainId;
1638
1646
  ChainId[ChainId["BitindiTestnet"] = 4096] = "BitindiTestnet";
1639
1647
  ChainId[ChainId["BitindiMainnet"] = 4099] = "BitindiMainnet";
1640
1648
  ChainId[ChainId["AIOZNetworkTestnet"] = 4102] = "AIOZNetworkTestnet";
1649
+ ChainId[ChainId["Humans.aiTestnet"] = 4139] = "Humans.aiTestnet";
1641
1650
  ChainId[ChainId["TipboxcoinTestnet"] = 4141] = "TipboxcoinTestnet";
1642
1651
  ChainId[ChainId["PHINetworkV1"] = 4181] = "PHINetworkV1";
1643
1652
  ChainId[ChainId["LUKSOTestnet"] = 4201] = "LUKSOTestnet";
@@ -1878,6 +1887,7 @@ var ChainId;
1878
1887
  ChainId[ChainId["CeloMainnet"] = 42220] = "CeloMainnet";
1879
1888
  ChainId[ChainId["OasisEmeraldTestnet"] = 42261] = "OasisEmeraldTestnet";
1880
1889
  ChainId[ChainId["OasisEmerald"] = 42262] = "OasisEmerald";
1890
+ ChainId[ChainId["GesotenVerseTestnet"] = 42801] = "GesotenVerseTestnet";
1881
1891
  ChainId[ChainId["KintoTestnet"] = 42888] = "KintoTestnet";
1882
1892
  ChainId[ChainId["Athereum"] = 43110] = "Athereum";
1883
1893
  ChainId[ChainId["AvalancheFujiTestnet"] = 43113] = "AvalancheFujiTestnet";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "17.0.0",
3
+ "version": "18.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [