@revoke.cash/chains 32.0.0 → 33.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.
@@ -3981,17 +3981,23 @@ exports.chains = {
3981
3981
  ]
3982
3982
  },
3983
3983
  252: {
3984
- name: 'Fraxtal Mainnet',
3984
+ name: 'Fraxtal',
3985
3985
  chain: 'FRAX',
3986
- rpc: [],
3986
+ rpc: ['https://rpc.frax.com'],
3987
3987
  faucets: [],
3988
3988
  nativeCurrency: { name: 'Frax Ether', symbol: 'frxETH', decimals: 18 },
3989
3989
  infoURL: 'https://mainnet.frax.com',
3990
3990
  shortName: 'fraxtal',
3991
3991
  chainId: 252,
3992
3992
  networkId: 252,
3993
- explorers: [],
3994
- status: 'incubating'
3993
+ explorers: [
3994
+ {
3995
+ name: 'fraxscan',
3996
+ url: 'https://fraxscan.com',
3997
+ standard: 'EIP3091'
3998
+ }
3999
+ ],
4000
+ status: 'active'
3995
4001
  },
3996
4002
  255: {
3997
4003
  name: 'Kroma',
@@ -6638,6 +6644,27 @@ exports.chains = {
6638
6644
  slip44: 1,
6639
6645
  status: 'deprecated'
6640
6646
  },
6647
+ 822: {
6648
+ name: 'Runic Chain Testnet',
6649
+ chain: 'Runic',
6650
+ rpc: ['https://rpc-testnet.runic.build'],
6651
+ faucets: ['https://faucet.runic.build'],
6652
+ nativeCurrency: { name: 'Bitcoin', symbol: 'rBTC', decimals: 18 },
6653
+ infoURL: 'https://runic.build',
6654
+ shortName: 'runic-testnet',
6655
+ chainId: 822,
6656
+ networkId: 822,
6657
+ status: 'active',
6658
+ icon: 'runic-testnet',
6659
+ explorers: [
6660
+ {
6661
+ name: 'RunicScan',
6662
+ url: 'https://scan.runic.build',
6663
+ icon: 'runic-testnet',
6664
+ standard: 'EIP3091'
6665
+ }
6666
+ ]
6667
+ },
6641
6668
  831: {
6642
6669
  name: 'CheckDot Blockchain Devnet',
6643
6670
  chain: 'CDT Blockchain',
@@ -6931,8 +6958,13 @@ exports.chains = {
6931
6958
  chainId: 917,
6932
6959
  networkId: 917,
6933
6960
  slip44: 1,
6934
- explorers: [],
6935
- status: 'incubating'
6961
+ explorers: [
6962
+ {
6963
+ name: 'FireScan',
6964
+ url: 'https://rinia.firescan.io',
6965
+ standard: 'EIP3091'
6966
+ }
6967
+ ]
6936
6968
  },
6937
6969
  919: {
6938
6970
  name: 'Mode Testnet',
@@ -9138,6 +9170,29 @@ exports.chains = {
9138
9170
  }
9139
9171
  ]
9140
9172
  },
9173
+ 1617: {
9174
+ name: 'Ethereum Inscription Mainnet',
9175
+ chain: 'ETINS',
9176
+ rpc: ['https://rpc.etins.org'],
9177
+ faucets: [],
9178
+ nativeCurrency: {
9179
+ name: 'Ethereum Inscription',
9180
+ symbol: 'ETINS',
9181
+ decimals: 18
9182
+ },
9183
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
9184
+ infoURL: 'https://www.etins.org',
9185
+ shortName: 'etins',
9186
+ chainId: 1617,
9187
+ networkId: 1617,
9188
+ explorers: [
9189
+ {
9190
+ name: 'Ethereum Inscription Explorer',
9191
+ url: 'https://explorer.etins.org',
9192
+ standard: 'none'
9193
+ }
9194
+ ]
9195
+ },
9141
9196
  1618: {
9142
9197
  name: 'Catecoin Chain Mainnet',
9143
9198
  chain: 'Catechain',
@@ -10391,7 +10446,7 @@ exports.chains = {
10391
10446
  chain: 'SWAN',
10392
10447
  rpc: ['https://saturn-rpc.swanchain.io'],
10393
10448
  faucets: [],
10394
- nativeCurrency: { name: 'SWANETH', symbol: 'SWAN', decimals: 18 },
10449
+ nativeCurrency: { name: 'SWANETH', symbol: 'sETH', decimals: 18 },
10395
10450
  infoURL: 'https://swanchain.io/',
10396
10451
  shortName: 'swan',
10397
10452
  chainId: 2024,
@@ -11267,7 +11322,7 @@ exports.chains = {
11267
11322
  icon: 'karak',
11268
11323
  rpc: ['https://rpc.karak.network'],
11269
11324
  faucets: [],
11270
- nativeCurrency: { name: 'Karak', symbol: 'KRK', decimals: 18 },
11325
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11271
11326
  infoURL: 'https://karak.network',
11272
11327
  shortName: 'karak-mainnet',
11273
11328
  chainId: 2410,
@@ -11438,7 +11493,13 @@ exports.chains = {
11438
11493
  chainId: 2522,
11439
11494
  networkId: 2522,
11440
11495
  slip44: 1,
11441
- explorers: [],
11496
+ explorers: [
11497
+ {
11498
+ name: 'fraxscan',
11499
+ url: 'https://holesky.fraxscan.com',
11500
+ standard: 'EIP3091'
11501
+ }
11502
+ ],
11442
11503
  status: 'active'
11443
11504
  },
11444
11505
  2559: {
@@ -11578,6 +11639,21 @@ exports.chains = {
11578
11639
  }
11579
11640
  ]
11580
11641
  },
11642
+ 2662: {
11643
+ name: 'APEX',
11644
+ status: 'incubating',
11645
+ chain: 'ETH',
11646
+ rpc: [],
11647
+ faucets: [],
11648
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
11649
+ infoURL: 'https://apexlayer.xyz/',
11650
+ shortName: 'apexmainnet',
11651
+ chainId: 2662,
11652
+ networkId: 2662,
11653
+ icon: 'apexmainnet',
11654
+ explorers: [],
11655
+ parent: { type: 'L2', chain: 'eip155-1' }
11656
+ },
11581
11657
  2710: {
11582
11658
  name: 'Morph Testnet',
11583
11659
  chain: 'ETH',
@@ -12097,6 +12173,11 @@ exports.chains = {
12097
12173
  name: '3xpl',
12098
12174
  url: 'https://3xpl.com/botanix',
12099
12175
  standard: 'EIP3091'
12176
+ },
12177
+ {
12178
+ name: 'Blockscout',
12179
+ url: 'https://blockscout.botanixlabs.dev',
12180
+ standard: 'EIP3091'
12100
12181
  }
12101
12182
  ]
12102
12183
  },
@@ -12270,6 +12351,22 @@ exports.chains = {
12270
12351
  }
12271
12352
  ]
12272
12353
  },
12354
+ 3776: {
12355
+ name: 'Astar zkEVM',
12356
+ shortName: 'astrzk',
12357
+ title: 'Astar zkEVM Mainnet',
12358
+ chain: 'ETH',
12359
+ icon: 'astarzk',
12360
+ rpc: [],
12361
+ faucets: [],
12362
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12363
+ infoURL: 'https://astar.network',
12364
+ chainId: 3776,
12365
+ networkId: 3776,
12366
+ explorers: [],
12367
+ parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
12368
+ status: 'incubating'
12369
+ },
12273
12370
  3797: {
12274
12371
  name: 'AlveyChain Mainnet',
12275
12372
  chain: 'ALV',
@@ -12324,14 +12421,14 @@ exports.chains = {
12324
12421
  ]
12325
12422
  },
12326
12423
  3885: {
12327
- name: 'Firechain zkEVM Testnet',
12328
- title: 'Firechain zkEVM Ghostrider',
12424
+ name: 'Firechain zkEVM Ghostrider',
12425
+ title: 'Firechain zkEVM Testnet',
12329
12426
  chain: 'Firechain',
12330
12427
  rpc: ['https://rpc-zkevm-ghostrider.thefirechain.com'],
12331
12428
  faucets: ['zkevm-faucet.thefirechain.com'],
12332
12429
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
12333
12430
  infoURL: 'https://docs.thefirechain.com/',
12334
- shortName: 'firechain-zkEVM-ghostrider',
12431
+ shortName: 'firechain-zkEVM-testnet',
12335
12432
  chainId: 3885,
12336
12433
  networkId: 3885,
12337
12434
  explorers: []
@@ -12458,7 +12555,7 @@ exports.chains = {
12458
12555
  3993: {
12459
12556
  name: 'APEX Testnet',
12460
12557
  chain: 'ETH',
12461
- rpc: ['https://exp-testnet.apexlayer.xyz'],
12558
+ rpc: ['https://rpc-testnet.apexlayer.xyz'],
12462
12559
  faucets: ['https://sepoliafaucet.com/'],
12463
12560
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
12464
12561
  infoURL: 'https://docs.apexlayer.xyz/',
@@ -16961,22 +17058,6 @@ exports.chains = {
16961
17058
  ],
16962
17059
  parent: { type: 'L2', chain: 'eip155-43113' }
16963
17060
  },
16964
- 12611: {
16965
- name: 'Astar zkEVM',
16966
- shortName: 'astrzk',
16967
- title: 'Astar zkEVM Mainnet',
16968
- chain: 'ETH',
16969
- icon: 'astarzk',
16970
- rpc: [],
16971
- faucets: [],
16972
- nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16973
- infoURL: 'https://astar.network',
16974
- chainId: 12611,
16975
- networkId: 12611,
16976
- explorers: [],
16977
- parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
16978
- status: 'incubating'
16979
- },
16980
17061
  12715: {
16981
17062
  name: 'Rikeza Network Testnet',
16982
17063
  title: 'Rikeza Network Testnet',
@@ -17765,6 +17846,29 @@ exports.chains = {
17765
17846
  ],
17766
17847
  parent: { type: 'L2', chain: 'eip155-248' }
17767
17848
  },
17849
+ 19224: {
17850
+ name: 'Decentraconnect Social',
17851
+ chain: 'DCSM',
17852
+ icon: 'dcsmIcon',
17853
+ rpc: ['https://rpc.decentraconnect.io'],
17854
+ faucets: [],
17855
+ nativeCurrency: {
17856
+ name: 'Decentraconnect Social',
17857
+ symbol: 'DCSM',
17858
+ decimals: 18
17859
+ },
17860
+ infoURL: 'https://docs.decentraconnect.io',
17861
+ shortName: 'DCSMs',
17862
+ chainId: 19224,
17863
+ networkId: 19224,
17864
+ explorers: [
17865
+ {
17866
+ name: 'Decentraconnect Social',
17867
+ url: 'https://decentraconnect.io',
17868
+ standard: 'EIP3091'
17869
+ }
17870
+ ]
17871
+ },
17768
17872
  19527: {
17769
17873
  name: 'Magnet Network',
17770
17874
  chain: 'Magnet',
@@ -20943,9 +21047,15 @@ exports.chains = {
20943
21047
  },
20944
21048
  81457: {
20945
21049
  name: 'Blast',
20946
- status: 'incubating',
21050
+ status: 'active',
20947
21051
  chain: 'ETH',
20948
- rpc: [],
21052
+ rpc: [
21053
+ 'https://rpc.blast.io',
21054
+ 'https://rpc.ankr.com/blast',
21055
+ 'https://blast.din.dev/rpc',
21056
+ 'https://blastl2-mainnet.public.blastapi.io',
21057
+ 'https://blast.blockpi.network/v1/rpc/public'
21058
+ ],
20949
21059
  faucets: [],
20950
21060
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
20951
21061
  infoURL: 'https://blast.io/',
@@ -20953,7 +21063,20 @@ exports.chains = {
20953
21063
  chainId: 81457,
20954
21064
  networkId: 81457,
20955
21065
  icon: 'blast',
20956
- explorers: [],
21066
+ explorers: [
21067
+ {
21068
+ name: 'Blastscan',
21069
+ url: 'https://blastscan.io',
21070
+ icon: 'blast',
21071
+ standard: 'EIP3091'
21072
+ },
21073
+ {
21074
+ name: 'Blast Explorer',
21075
+ url: 'https://blastexplorer.io',
21076
+ icon: 'blast',
21077
+ standard: 'EIP3091'
21078
+ }
21079
+ ],
20957
21080
  parent: { type: 'L2', chain: 'eip155-1' }
20958
21081
  },
20959
21082
  81720: {
@@ -21035,7 +21158,7 @@ exports.chains = {
21035
21158
  name: 'Base Sepolia Testnet',
21036
21159
  chain: 'ETH',
21037
21160
  rpc: [
21038
- 'https://https://sepolia.base.org',
21161
+ 'https://sepolia.base.org',
21039
21162
  'https://base-sepolia-rpc.publicnode.com',
21040
21163
  'wss://base-sepolia-rpc.publicnode.com'
21041
21164
  ],
@@ -22422,6 +22545,26 @@ exports.chains = {
22422
22545
  }
22423
22546
  ]
22424
22547
  },
22548
+ 205205: {
22549
+ name: 'Auroria Testnet',
22550
+ title: 'Stratis Testnet Auroria',
22551
+ chain: 'Auroria',
22552
+ rpc: ['https://auroria.rpc.stratisevm.com'],
22553
+ faucets: ['https://auroria.faucet.stratisevm.com'],
22554
+ nativeCurrency: { name: 'Auroria Stratis', symbol: 'tSTRAX', decimals: 18 },
22555
+ infoURL: 'https://www.stratisplatform.com',
22556
+ shortName: 'auroria',
22557
+ chainId: 205205,
22558
+ networkId: 205205,
22559
+ icon: 'auroria',
22560
+ explorers: [
22561
+ {
22562
+ name: 'Auroria Testnet Explorer',
22563
+ url: 'https://auroria.explorer.stratisevm.com',
22564
+ standard: 'EIP3091'
22565
+ }
22566
+ ]
22567
+ },
22425
22568
  210425: {
22426
22569
  name: 'PlatON Mainnet',
22427
22570
  chain: 'PlatON',
@@ -22507,6 +22650,48 @@ exports.chains = {
22507
22650
  }
22508
22651
  ]
22509
22652
  },
22653
+ 222555: {
22654
+ name: 'DeepL Mainnet',
22655
+ chain: 'DEEPL',
22656
+ rpc: ['https://rpc.deeplnetwork.org'],
22657
+ faucets: [],
22658
+ nativeCurrency: { name: 'DeepL', symbol: 'DEEPL', decimals: 18 },
22659
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
22660
+ infoURL: 'https://deeplnetwork.org',
22661
+ shortName: 'deepl',
22662
+ chainId: 222555,
22663
+ networkId: 222555,
22664
+ icon: 'deepl',
22665
+ explorers: [
22666
+ {
22667
+ name: 'DeepL Mainnet Explorer',
22668
+ url: 'https://scan.deeplnetwork.org',
22669
+ icon: 'deepl',
22670
+ standard: 'EIP3091'
22671
+ }
22672
+ ]
22673
+ },
22674
+ 222666: {
22675
+ name: 'DeepL Testnet',
22676
+ chain: 'DEEPL',
22677
+ rpc: ['https://testnet.deeplnetwork.org'],
22678
+ faucets: ['https://faucet.deeplnetwork.org'],
22679
+ nativeCurrency: { name: 'DeepL', symbol: 'DEEPL', decimals: 18 },
22680
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
22681
+ infoURL: 'https://deeplnetwork.org',
22682
+ shortName: 'tdeepl',
22683
+ chainId: 222666,
22684
+ networkId: 222666,
22685
+ icon: 'deepl',
22686
+ explorers: [
22687
+ {
22688
+ name: 'DeepL Testnet Explorer',
22689
+ url: 'https://testnet-scan.deeplnetwork.org',
22690
+ icon: 'deepl',
22691
+ standard: 'EIP3091'
22692
+ }
22693
+ ]
22694
+ },
22510
22695
  224168: {
22511
22696
  name: 'Taf ECO Chain Mainnet',
22512
22697
  chain: 'Taf ECO Chain',
@@ -23664,6 +23849,25 @@ exports.chains = {
23664
23849
  }
23665
23850
  ]
23666
23851
  },
23852
+ 710420: {
23853
+ name: 'Tiltyard Mainnet Subnet',
23854
+ chain: 'TILTYARD',
23855
+ rpc: ['https://subnets.avax.network/tiltyard/mainnet/rpc'],
23856
+ features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
23857
+ faucets: [],
23858
+ nativeCurrency: { name: 'TILT', symbol: 'TILT', decimals: 18 },
23859
+ infoURL: 'https://play.tiltyard.gg/',
23860
+ shortName: 'tiltyardmainnet',
23861
+ chainId: 710420,
23862
+ networkId: 710420,
23863
+ explorers: [
23864
+ {
23865
+ name: 'TILTYARD Explorer',
23866
+ url: 'https://subnets.avax.network/tiltyard',
23867
+ standard: 'EIP3091'
23868
+ }
23869
+ ]
23870
+ },
23667
23871
  713715: {
23668
23872
  name: 'Sei Devnet',
23669
23873
  chain: 'Sei',
@@ -24502,6 +24706,38 @@ exports.chains = {
24502
24706
  }
24503
24707
  ]
24504
24708
  },
24709
+ 6038361: {
24710
+ name: 'Astar zKyoto',
24711
+ shortName: 'azkyt',
24712
+ title: 'Astar zkEVM Testnet zKyoto',
24713
+ chain: 'ETH',
24714
+ icon: 'astarzk',
24715
+ rpc: [
24716
+ 'https://rpc.startale.com/zkyoto',
24717
+ 'https://rpc.zkyoto.gelato.digital'
24718
+ ],
24719
+ faucets: [],
24720
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
24721
+ infoURL: 'https://astar.network',
24722
+ chainId: 6038361,
24723
+ networkId: 6038361,
24724
+ explorers: [
24725
+ {
24726
+ name: 'Blockscout zKyoto chain explorer',
24727
+ url: 'https://astar-zkyoto.blockscout.com',
24728
+ standard: 'EIP3091'
24729
+ }
24730
+ ],
24731
+ parent: {
24732
+ type: 'L2',
24733
+ chain: 'eip155-11155111',
24734
+ bridges: [
24735
+ { url: 'https://portal.astar.network' },
24736
+ { url: 'https://bridge.gelato.network/bridge/astar-zkyoto' }
24737
+ ]
24738
+ },
24739
+ status: 'incubating'
24740
+ },
24505
24741
  7225878: {
24506
24742
  name: 'Saakuru Mainnet',
24507
24743
  chain: 'Saakuru',
@@ -25192,6 +25428,27 @@ exports.chains = {
25192
25428
  },
25193
25429
  65010001: {
25194
25430
  name: 'Autonity Bakerloo (Barada) Testnet',
25431
+ status: 'deprecated',
25432
+ chain: 'AUT',
25433
+ rpc: [],
25434
+ faucets: ['https://faucet.autonity.org/'],
25435
+ nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
25436
+ infoURL: 'https://autonity.org/',
25437
+ shortName: 'bakerloo-01',
25438
+ chainId: 65010001,
25439
+ networkId: 65010001,
25440
+ slip44: 1,
25441
+ icon: 'autonity',
25442
+ explorers: [
25443
+ {
25444
+ name: 'autonity-blockscout',
25445
+ url: 'https://bakerloo.autonity.org',
25446
+ standard: 'EIP3091'
25447
+ }
25448
+ ]
25449
+ },
25450
+ 65010002: {
25451
+ name: 'Autonity Bakerloo (Sumida) Testnet',
25195
25452
  chain: 'AUT',
25196
25453
  rpc: [
25197
25454
  'https://rpc1.bakerloo.autonity.org/',
@@ -25200,9 +25457,9 @@ exports.chains = {
25200
25457
  faucets: ['https://faucet.autonity.org/'],
25201
25458
  nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
25202
25459
  infoURL: 'https://autonity.org/',
25203
- shortName: 'bakerloo-01',
25204
- chainId: 65010001,
25205
- networkId: 65010001,
25460
+ shortName: 'bakerloo-02',
25461
+ chainId: 65010002,
25462
+ networkId: 65010002,
25206
25463
  slip44: 1,
25207
25464
  icon: 'autonity',
25208
25465
  explorers: [
@@ -25658,6 +25915,20 @@ exports.chains = {
25658
25915
  }
25659
25916
  ]
25660
25917
  },
25918
+ 666666666: {
25919
+ name: 'Degen Chain',
25920
+ title: 'Degen Chain',
25921
+ chain: 'Degen',
25922
+ rpc: ['https://rpc.degen.tips'],
25923
+ faucets: [],
25924
+ nativeCurrency: { name: 'DEGEN', symbol: 'DEGEN', decimals: 18 },
25925
+ infoURL: 'https://degen.tips',
25926
+ shortName: 'degen-chain',
25927
+ chainId: 666666666,
25928
+ networkId: 666666666,
25929
+ status: 'incubating',
25930
+ icon: 'degen'
25931
+ },
25661
25932
  888888888: {
25662
25933
  name: 'Ancient8',
25663
25934
  chain: 'Ancient8',
@@ -192,7 +192,7 @@ export declare enum ChainName {
192
192
  EnergyWebChain = "Energy Web Chain",
193
193
  OasysMainnet = "Oasys Mainnet",
194
194
  FantomOpera = "Fantom Opera",
195
- FraxtalMainnet = "Fraxtal Mainnet",
195
+ Fraxtal = "Fraxtal",
196
196
  Kroma = "Kroma",
197
197
  HuobiECOChainTestnet = "Huobi ECO Chain Testnet",
198
198
  Setheum = "Setheum",
@@ -317,6 +317,7 @@ export declare enum ChainName {
317
317
  BeOneChainMainnet = "BeOne Chain Mainnet",
318
318
  CallistoMainnet = "Callisto Mainnet",
319
319
  CallistoTestnetDeprecated = "Callisto Testnet Deprecated",
320
+ RunicChainTestnet = "Runic Chain Testnet",
320
321
  CheckDotBlockchainDevnet = "CheckDot Blockchain Devnet",
321
322
  TaraxaMainnet = "Taraxa Mainnet",
322
323
  TaraxaTestnet = "Taraxa Testnet",
@@ -446,6 +447,7 @@ export declare enum ChainName {
446
447
  SherpaxTestnet = "Sherpax Testnet",
447
448
  BeagleMessagingChain = "Beagle Messaging Chain",
448
449
  Tenet = "Tenet",
450
+ EthereumInscriptionMainnet = "Ethereum Inscription Mainnet",
449
451
  CatecoinChainMainnet = "Catecoin Chain Mainnet",
450
452
  Atheios = "Atheios",
451
453
  Btachain = "Btachain",
@@ -565,6 +567,7 @@ export declare enum ChainName {
565
567
  'EZChainC-ChainMainnet' = "EZChain C-Chain Mainnet",
566
568
  'EZChainC-ChainTestnet' = "EZChain C-Chain Testnet",
567
569
  WhitechainTestnet = "Whitechain Testnet",
570
+ APEX = "APEX",
568
571
  MorphTestnet = "Morph Testnet",
569
572
  'K-LAOS' = "K-LAOS",
570
573
  ElizabethTestnet = "Elizabeth Testnet",
@@ -602,9 +605,10 @@ export declare enum ChainName {
602
605
  SenjePowersMainnet = "SenjePowers Mainnet",
603
606
  XplaTestnet = "Xpla Testnet",
604
607
  Crossbell = "Crossbell",
608
+ AstarzkEVM = "Astar zkEVM",
605
609
  AlveyChainMainnet = "AlveyChain Mainnet",
606
610
  TangleTestnet = "Tangle Testnet",
607
- FirechainzkEVMTestnet = "Firechain zkEVM Testnet",
611
+ FirechainzkEVMGhostrider = "Firechain zkEVM Ghostrider",
608
612
  KalyChainMainnet = "KalyChain Mainnet",
609
613
  KalyChainTestnet = "KalyChain Testnet",
610
614
  DRACNetwork = "DRAC Network",
@@ -829,7 +833,6 @@ export declare enum ChainName {
829
833
  FibonacciMainnet = "Fibonacci Mainnet",
830
834
  BLGTestnet = "BLG Testnet",
831
835
  StepTestnet = "Step Testnet",
832
- AstarzkEVM = "Astar zkEVM",
833
836
  RikezaNetworkTestnet = "Rikeza Network Testnet",
834
837
  QuantumChainTestnet = "Quantum Chain Testnet",
835
838
  SPS = "SPS",
@@ -867,6 +870,7 @@ export declare enum ChainName {
867
870
  MXCzkEVMMainnet = "MXC zkEVM Mainnet",
868
871
  'Titan(TKX)Testnet' = "Titan (TKX) Testnet",
869
872
  HOMEVerseMainnet = "HOME Verse Mainnet",
873
+ DecentraconnectSocial = "Decentraconnect Social",
870
874
  MagnetNetwork = "Magnet Network",
871
875
  BTCIXNetwork = "BTCIX Network",
872
876
  CamelarkMainnet = "Camelark Mainnet",
@@ -1097,10 +1101,13 @@ export declare enum ChainName {
1097
1101
  X1Devnet = "X1 Devnet",
1098
1102
  Jellie = "Jellie",
1099
1103
  X1Network = "X1 Network",
1104
+ AuroriaTestnet = "Auroria Testnet",
1100
1105
  PlatONMainnet = "PlatON Mainnet",
1101
1106
  MasMainnet = "Mas Mainnet",
1102
1107
  ReapchainMainnet = "Reapchain Mainnet",
1103
1108
  ReapchainTestnet = "Reapchain Testnet",
1109
+ DeepLMainnet = "DeepL Mainnet",
1110
+ DeepLTestnet = "DeepL Testnet",
1104
1111
  TafECOChainMainnet = "Taf ECO Chain Mainnet",
1105
1112
  CONETSeboliaTestnet = "CONET Sebolia Testnet",
1106
1113
  CONETHolesky = "CONET Holesky",
@@ -1157,6 +1164,7 @@ export declare enum ChainName {
1157
1164
  ALLMainnet = "ALL Mainnet",
1158
1165
  'Vision-VpioneerTestChain' = "Vision - Vpioneer Test Chain",
1159
1166
  HelaOfficialRuntimeTestnet = "Hela Official Runtime Testnet",
1167
+ TiltyardMainnetSubnet = "Tiltyard Mainnet Subnet",
1160
1168
  SeiDevnet = "Sei Devnet",
1161
1169
  BearNetworkChainTestnet = "Bear Network Chain Testnet",
1162
1170
  MiexsSmartchain = "Miexs Smartchain",
@@ -1197,6 +1205,7 @@ export declare enum ChainName {
1197
1205
  ElectroneumTestnet = "Electroneum Testnet",
1198
1206
  ImversedMainnet = "Imversed Mainnet",
1199
1207
  ImversedTestnet = "Imversed Testnet",
1208
+ AstarzKyoto = "Astar zKyoto",
1200
1209
  SaakuruMainnet = "Saakuru Mainnet",
1201
1210
  OpenVessel = "OpenVessel",
1202
1211
  QL1Testnet = "QL1 Testnet",
@@ -1234,6 +1243,7 @@ export declare enum ChainName {
1234
1243
  Aquachain = "Aquachain",
1235
1244
  'AutonityBakerloo(Thames)Testnet' = "Autonity Bakerloo (Thames) Testnet",
1236
1245
  'AutonityBakerloo(Barada)Testnet' = "Autonity Bakerloo (Barada) Testnet",
1246
+ 'AutonityBakerloo(Sumida)Testnet' = "Autonity Bakerloo (Sumida) Testnet",
1237
1247
  'AutonityPiccadilly(Thames)Testnet' = "Autonity Piccadilly (Thames) Testnet",
1238
1248
  'AutonityPiccadilly(Barada)Testnet' = "Autonity Piccadilly (Barada) Testnet",
1239
1249
  FrameTestnet = "Frame Testnet",
@@ -1254,6 +1264,7 @@ export declare enum ChainName {
1254
1264
  DeprecatedSKALEEuropaHubTestnet = "Deprecated SKALE Europa Hub Testnet",
1255
1265
  GatherDevnetNetwork = "Gather Devnet Network",
1256
1266
  DeprecatedSKALENebulaHubTestnet = "Deprecated SKALE Nebula Hub Testnet",
1267
+ DegenChain = "Degen Chain",
1257
1268
  Ancient8 = "Ancient8",
1258
1269
  SKALECalypsoHubTestnet = "SKALE Calypso Hub Testnet",
1259
1270
  ZoraSepoliaTestnet = "Zora Sepolia Testnet",
@@ -1491,7 +1502,7 @@ export declare enum ChainId {
1491
1502
  EnergyWebChain = 246,
1492
1503
  OasysMainnet = 248,
1493
1504
  FantomOpera = 250,
1494
- FraxtalMainnet = 252,
1505
+ Fraxtal = 252,
1495
1506
  Kroma = 255,
1496
1507
  HuobiECOChainTestnet = 256,
1497
1508
  Setheum = 258,
@@ -1616,6 +1627,7 @@ export declare enum ChainId {
1616
1627
  BeOneChainMainnet = 818,
1617
1628
  CallistoMainnet = 820,
1618
1629
  CallistoTestnetDeprecated = 821,
1630
+ RunicChainTestnet = 822,
1619
1631
  CheckDotBlockchainDevnet = 831,
1620
1632
  TaraxaMainnet = 841,
1621
1633
  TaraxaTestnet = 842,
@@ -1745,6 +1757,7 @@ export declare enum ChainId {
1745
1757
  SherpaxTestnet = 1507,
1746
1758
  BeagleMessagingChain = 1515,
1747
1759
  Tenet = 1559,
1760
+ EthereumInscriptionMainnet = 1617,
1748
1761
  CatecoinChainMainnet = 1618,
1749
1762
  Atheios = 1620,
1750
1763
  Btachain = 1657,
@@ -1864,6 +1877,7 @@ export declare enum ChainId {
1864
1877
  'EZChainC-ChainMainnet' = 2612,
1865
1878
  'EZChainC-ChainTestnet' = 2613,
1866
1879
  WhitechainTestnet = 2625,
1880
+ APEX = 2662,
1867
1881
  MorphTestnet = 2710,
1868
1882
  'K-LAOS' = 2718,
1869
1883
  ElizabethTestnet = 2731,
@@ -1901,9 +1915,10 @@ export declare enum ChainId {
1901
1915
  SenjePowersMainnet = 3699,
1902
1916
  XplaTestnet = 3701,
1903
1917
  Crossbell = 3737,
1918
+ AstarzkEVM = 3776,
1904
1919
  AlveyChainMainnet = 3797,
1905
1920
  TangleTestnet = 3799,
1906
- FirechainzkEVMTestnet = 3885,
1921
+ FirechainzkEVMGhostrider = 3885,
1907
1922
  KalyChainMainnet = 3888,
1908
1923
  KalyChainTestnet = 3889,
1909
1924
  DRACNetwork = 3912,
@@ -2128,7 +2143,6 @@ export declare enum ChainId {
2128
2143
  FibonacciMainnet = 12306,
2129
2144
  BLGTestnet = 12321,
2130
2145
  StepTestnet = 12345,
2131
- AstarzkEVM = 12611,
2132
2146
  RikezaNetworkTestnet = 12715,
2133
2147
  QuantumChainTestnet = 12890,
2134
2148
  SPS = 13000,
@@ -2166,6 +2180,7 @@ export declare enum ChainId {
2166
2180
  MXCzkEVMMainnet = 18686,
2167
2181
  'Titan(TKX)Testnet' = 18889,
2168
2182
  HOMEVerseMainnet = 19011,
2183
+ DecentraconnectSocial = 19224,
2169
2184
  MagnetNetwork = 19527,
2170
2185
  BTCIXNetwork = 19845,
2171
2186
  CamelarkMainnet = 20001,
@@ -2396,10 +2411,13 @@ export declare enum ChainId {
2396
2411
  X1Devnet = 202212,
2397
2412
  Jellie = 202624,
2398
2413
  X1Network = 204005,
2414
+ AuroriaTestnet = 205205,
2399
2415
  PlatONMainnet = 210425,
2400
2416
  MasMainnet = 220315,
2401
2417
  ReapchainMainnet = 221230,
2402
2418
  ReapchainTestnet = 221231,
2419
+ DeepLMainnet = 222555,
2420
+ DeepLTestnet = 222666,
2403
2421
  TafECOChainMainnet = 224168,
2404
2422
  CONETSeboliaTestnet = 224422,
2405
2423
  CONETHolesky = 224433,
@@ -2456,6 +2474,7 @@ export declare enum ChainId {
2456
2474
  ALLMainnet = 651940,
2457
2475
  'Vision-VpioneerTestChain' = 666666,
2458
2476
  HelaOfficialRuntimeTestnet = 666888,
2477
+ TiltyardMainnetSubnet = 710420,
2459
2478
  SeiDevnet = 713715,
2460
2479
  BearNetworkChainTestnet = 751230,
2461
2480
  MiexsSmartchain = 761412,
@@ -2496,6 +2515,7 @@ export declare enum ChainId {
2496
2515
  ElectroneumTestnet = 5201420,
2497
2516
  ImversedMainnet = 5555555,
2498
2517
  ImversedTestnet = 5555558,
2518
+ AstarzKyoto = 6038361,
2499
2519
  SaakuruMainnet = 7225878,
2500
2520
  OpenVessel = 7355310,
2501
2521
  QL1Testnet = 7668378,
@@ -2533,6 +2553,7 @@ export declare enum ChainId {
2533
2553
  Aquachain = 61717561,
2534
2554
  'AutonityBakerloo(Thames)Testnet' = 65010000,
2535
2555
  'AutonityBakerloo(Barada)Testnet' = 65010001,
2556
+ 'AutonityBakerloo(Sumida)Testnet' = 65010002,
2536
2557
  'AutonityPiccadilly(Thames)Testnet' = 65100000,
2537
2558
  'AutonityPiccadilly(Barada)Testnet' = 65100001,
2538
2559
  FrameTestnet = 68840142,
@@ -2553,6 +2574,7 @@ export declare enum ChainId {
2553
2574
  DeprecatedSKALEEuropaHubTestnet = 476158412,
2554
2575
  GatherDevnetNetwork = 486217935,
2555
2576
  DeprecatedSKALENebulaHubTestnet = 503129905,
2577
+ DegenChain = 666666666,
2556
2578
  Ancient8 = 888888888,
2557
2579
  SKALECalypsoHubTestnet = 974399131,
2558
2580
  ZoraSepoliaTestnet = 999999999,
package/dist/src/enums.js CHANGED
@@ -196,7 +196,7 @@ var ChainName;
196
196
  ChainName["EnergyWebChain"] = "Energy Web Chain";
197
197
  ChainName["OasysMainnet"] = "Oasys Mainnet";
198
198
  ChainName["FantomOpera"] = "Fantom Opera";
199
- ChainName["FraxtalMainnet"] = "Fraxtal Mainnet";
199
+ ChainName["Fraxtal"] = "Fraxtal";
200
200
  ChainName["Kroma"] = "Kroma";
201
201
  ChainName["HuobiECOChainTestnet"] = "Huobi ECO Chain Testnet";
202
202
  ChainName["Setheum"] = "Setheum";
@@ -321,6 +321,7 @@ var ChainName;
321
321
  ChainName["BeOneChainMainnet"] = "BeOne Chain Mainnet";
322
322
  ChainName["CallistoMainnet"] = "Callisto Mainnet";
323
323
  ChainName["CallistoTestnetDeprecated"] = "Callisto Testnet Deprecated";
324
+ ChainName["RunicChainTestnet"] = "Runic Chain Testnet";
324
325
  ChainName["CheckDotBlockchainDevnet"] = "CheckDot Blockchain Devnet";
325
326
  ChainName["TaraxaMainnet"] = "Taraxa Mainnet";
326
327
  ChainName["TaraxaTestnet"] = "Taraxa Testnet";
@@ -450,6 +451,7 @@ var ChainName;
450
451
  ChainName["SherpaxTestnet"] = "Sherpax Testnet";
451
452
  ChainName["BeagleMessagingChain"] = "Beagle Messaging Chain";
452
453
  ChainName["Tenet"] = "Tenet";
454
+ ChainName["EthereumInscriptionMainnet"] = "Ethereum Inscription Mainnet";
453
455
  ChainName["CatecoinChainMainnet"] = "Catecoin Chain Mainnet";
454
456
  ChainName["Atheios"] = "Atheios";
455
457
  ChainName["Btachain"] = "Btachain";
@@ -569,6 +571,7 @@ var ChainName;
569
571
  ChainName["EZChainC-ChainMainnet"] = "EZChain C-Chain Mainnet";
570
572
  ChainName["EZChainC-ChainTestnet"] = "EZChain C-Chain Testnet";
571
573
  ChainName["WhitechainTestnet"] = "Whitechain Testnet";
574
+ ChainName["APEX"] = "APEX";
572
575
  ChainName["MorphTestnet"] = "Morph Testnet";
573
576
  ChainName["K-LAOS"] = "K-LAOS";
574
577
  ChainName["ElizabethTestnet"] = "Elizabeth Testnet";
@@ -606,9 +609,10 @@ var ChainName;
606
609
  ChainName["SenjePowersMainnet"] = "SenjePowers Mainnet";
607
610
  ChainName["XplaTestnet"] = "Xpla Testnet";
608
611
  ChainName["Crossbell"] = "Crossbell";
612
+ ChainName["AstarzkEVM"] = "Astar zkEVM";
609
613
  ChainName["AlveyChainMainnet"] = "AlveyChain Mainnet";
610
614
  ChainName["TangleTestnet"] = "Tangle Testnet";
611
- ChainName["FirechainzkEVMTestnet"] = "Firechain zkEVM Testnet";
615
+ ChainName["FirechainzkEVMGhostrider"] = "Firechain zkEVM Ghostrider";
612
616
  ChainName["KalyChainMainnet"] = "KalyChain Mainnet";
613
617
  ChainName["KalyChainTestnet"] = "KalyChain Testnet";
614
618
  ChainName["DRACNetwork"] = "DRAC Network";
@@ -833,7 +837,6 @@ var ChainName;
833
837
  ChainName["FibonacciMainnet"] = "Fibonacci Mainnet";
834
838
  ChainName["BLGTestnet"] = "BLG Testnet";
835
839
  ChainName["StepTestnet"] = "Step Testnet";
836
- ChainName["AstarzkEVM"] = "Astar zkEVM";
837
840
  ChainName["RikezaNetworkTestnet"] = "Rikeza Network Testnet";
838
841
  ChainName["QuantumChainTestnet"] = "Quantum Chain Testnet";
839
842
  ChainName["SPS"] = "SPS";
@@ -871,6 +874,7 @@ var ChainName;
871
874
  ChainName["MXCzkEVMMainnet"] = "MXC zkEVM Mainnet";
872
875
  ChainName["Titan(TKX)Testnet"] = "Titan (TKX) Testnet";
873
876
  ChainName["HOMEVerseMainnet"] = "HOME Verse Mainnet";
877
+ ChainName["DecentraconnectSocial"] = "Decentraconnect Social";
874
878
  ChainName["MagnetNetwork"] = "Magnet Network";
875
879
  ChainName["BTCIXNetwork"] = "BTCIX Network";
876
880
  ChainName["CamelarkMainnet"] = "Camelark Mainnet";
@@ -1101,10 +1105,13 @@ var ChainName;
1101
1105
  ChainName["X1Devnet"] = "X1 Devnet";
1102
1106
  ChainName["Jellie"] = "Jellie";
1103
1107
  ChainName["X1Network"] = "X1 Network";
1108
+ ChainName["AuroriaTestnet"] = "Auroria Testnet";
1104
1109
  ChainName["PlatONMainnet"] = "PlatON Mainnet";
1105
1110
  ChainName["MasMainnet"] = "Mas Mainnet";
1106
1111
  ChainName["ReapchainMainnet"] = "Reapchain Mainnet";
1107
1112
  ChainName["ReapchainTestnet"] = "Reapchain Testnet";
1113
+ ChainName["DeepLMainnet"] = "DeepL Mainnet";
1114
+ ChainName["DeepLTestnet"] = "DeepL Testnet";
1108
1115
  ChainName["TafECOChainMainnet"] = "Taf ECO Chain Mainnet";
1109
1116
  ChainName["CONETSeboliaTestnet"] = "CONET Sebolia Testnet";
1110
1117
  ChainName["CONETHolesky"] = "CONET Holesky";
@@ -1161,6 +1168,7 @@ var ChainName;
1161
1168
  ChainName["ALLMainnet"] = "ALL Mainnet";
1162
1169
  ChainName["Vision-VpioneerTestChain"] = "Vision - Vpioneer Test Chain";
1163
1170
  ChainName["HelaOfficialRuntimeTestnet"] = "Hela Official Runtime Testnet";
1171
+ ChainName["TiltyardMainnetSubnet"] = "Tiltyard Mainnet Subnet";
1164
1172
  ChainName["SeiDevnet"] = "Sei Devnet";
1165
1173
  ChainName["BearNetworkChainTestnet"] = "Bear Network Chain Testnet";
1166
1174
  ChainName["MiexsSmartchain"] = "Miexs Smartchain";
@@ -1201,6 +1209,7 @@ var ChainName;
1201
1209
  ChainName["ElectroneumTestnet"] = "Electroneum Testnet";
1202
1210
  ChainName["ImversedMainnet"] = "Imversed Mainnet";
1203
1211
  ChainName["ImversedTestnet"] = "Imversed Testnet";
1212
+ ChainName["AstarzKyoto"] = "Astar zKyoto";
1204
1213
  ChainName["SaakuruMainnet"] = "Saakuru Mainnet";
1205
1214
  ChainName["OpenVessel"] = "OpenVessel";
1206
1215
  ChainName["QL1Testnet"] = "QL1 Testnet";
@@ -1238,6 +1247,7 @@ var ChainName;
1238
1247
  ChainName["Aquachain"] = "Aquachain";
1239
1248
  ChainName["AutonityBakerloo(Thames)Testnet"] = "Autonity Bakerloo (Thames) Testnet";
1240
1249
  ChainName["AutonityBakerloo(Barada)Testnet"] = "Autonity Bakerloo (Barada) Testnet";
1250
+ ChainName["AutonityBakerloo(Sumida)Testnet"] = "Autonity Bakerloo (Sumida) Testnet";
1241
1251
  ChainName["AutonityPiccadilly(Thames)Testnet"] = "Autonity Piccadilly (Thames) Testnet";
1242
1252
  ChainName["AutonityPiccadilly(Barada)Testnet"] = "Autonity Piccadilly (Barada) Testnet";
1243
1253
  ChainName["FrameTestnet"] = "Frame Testnet";
@@ -1258,6 +1268,7 @@ var ChainName;
1258
1268
  ChainName["DeprecatedSKALEEuropaHubTestnet"] = "Deprecated SKALE Europa Hub Testnet";
1259
1269
  ChainName["GatherDevnetNetwork"] = "Gather Devnet Network";
1260
1270
  ChainName["DeprecatedSKALENebulaHubTestnet"] = "Deprecated SKALE Nebula Hub Testnet";
1271
+ ChainName["DegenChain"] = "Degen Chain";
1261
1272
  ChainName["Ancient8"] = "Ancient8";
1262
1273
  ChainName["SKALECalypsoHubTestnet"] = "SKALE Calypso Hub Testnet";
1263
1274
  ChainName["ZoraSepoliaTestnet"] = "Zora Sepolia Testnet";
@@ -1496,7 +1507,7 @@ var ChainId;
1496
1507
  ChainId[ChainId["EnergyWebChain"] = 246] = "EnergyWebChain";
1497
1508
  ChainId[ChainId["OasysMainnet"] = 248] = "OasysMainnet";
1498
1509
  ChainId[ChainId["FantomOpera"] = 250] = "FantomOpera";
1499
- ChainId[ChainId["FraxtalMainnet"] = 252] = "FraxtalMainnet";
1510
+ ChainId[ChainId["Fraxtal"] = 252] = "Fraxtal";
1500
1511
  ChainId[ChainId["Kroma"] = 255] = "Kroma";
1501
1512
  ChainId[ChainId["HuobiECOChainTestnet"] = 256] = "HuobiECOChainTestnet";
1502
1513
  ChainId[ChainId["Setheum"] = 258] = "Setheum";
@@ -1621,6 +1632,7 @@ var ChainId;
1621
1632
  ChainId[ChainId["BeOneChainMainnet"] = 818] = "BeOneChainMainnet";
1622
1633
  ChainId[ChainId["CallistoMainnet"] = 820] = "CallistoMainnet";
1623
1634
  ChainId[ChainId["CallistoTestnetDeprecated"] = 821] = "CallistoTestnetDeprecated";
1635
+ ChainId[ChainId["RunicChainTestnet"] = 822] = "RunicChainTestnet";
1624
1636
  ChainId[ChainId["CheckDotBlockchainDevnet"] = 831] = "CheckDotBlockchainDevnet";
1625
1637
  ChainId[ChainId["TaraxaMainnet"] = 841] = "TaraxaMainnet";
1626
1638
  ChainId[ChainId["TaraxaTestnet"] = 842] = "TaraxaTestnet";
@@ -1750,6 +1762,7 @@ var ChainId;
1750
1762
  ChainId[ChainId["SherpaxTestnet"] = 1507] = "SherpaxTestnet";
1751
1763
  ChainId[ChainId["BeagleMessagingChain"] = 1515] = "BeagleMessagingChain";
1752
1764
  ChainId[ChainId["Tenet"] = 1559] = "Tenet";
1765
+ ChainId[ChainId["EthereumInscriptionMainnet"] = 1617] = "EthereumInscriptionMainnet";
1753
1766
  ChainId[ChainId["CatecoinChainMainnet"] = 1618] = "CatecoinChainMainnet";
1754
1767
  ChainId[ChainId["Atheios"] = 1620] = "Atheios";
1755
1768
  ChainId[ChainId["Btachain"] = 1657] = "Btachain";
@@ -1869,6 +1882,7 @@ var ChainId;
1869
1882
  ChainId[ChainId["EZChainC-ChainMainnet"] = 2612] = "EZChainC-ChainMainnet";
1870
1883
  ChainId[ChainId["EZChainC-ChainTestnet"] = 2613] = "EZChainC-ChainTestnet";
1871
1884
  ChainId[ChainId["WhitechainTestnet"] = 2625] = "WhitechainTestnet";
1885
+ ChainId[ChainId["APEX"] = 2662] = "APEX";
1872
1886
  ChainId[ChainId["MorphTestnet"] = 2710] = "MorphTestnet";
1873
1887
  ChainId[ChainId["K-LAOS"] = 2718] = "K-LAOS";
1874
1888
  ChainId[ChainId["ElizabethTestnet"] = 2731] = "ElizabethTestnet";
@@ -1906,9 +1920,10 @@ var ChainId;
1906
1920
  ChainId[ChainId["SenjePowersMainnet"] = 3699] = "SenjePowersMainnet";
1907
1921
  ChainId[ChainId["XplaTestnet"] = 3701] = "XplaTestnet";
1908
1922
  ChainId[ChainId["Crossbell"] = 3737] = "Crossbell";
1923
+ ChainId[ChainId["AstarzkEVM"] = 3776] = "AstarzkEVM";
1909
1924
  ChainId[ChainId["AlveyChainMainnet"] = 3797] = "AlveyChainMainnet";
1910
1925
  ChainId[ChainId["TangleTestnet"] = 3799] = "TangleTestnet";
1911
- ChainId[ChainId["FirechainzkEVMTestnet"] = 3885] = "FirechainzkEVMTestnet";
1926
+ ChainId[ChainId["FirechainzkEVMGhostrider"] = 3885] = "FirechainzkEVMGhostrider";
1912
1927
  ChainId[ChainId["KalyChainMainnet"] = 3888] = "KalyChainMainnet";
1913
1928
  ChainId[ChainId["KalyChainTestnet"] = 3889] = "KalyChainTestnet";
1914
1929
  ChainId[ChainId["DRACNetwork"] = 3912] = "DRACNetwork";
@@ -2133,7 +2148,6 @@ var ChainId;
2133
2148
  ChainId[ChainId["FibonacciMainnet"] = 12306] = "FibonacciMainnet";
2134
2149
  ChainId[ChainId["BLGTestnet"] = 12321] = "BLGTestnet";
2135
2150
  ChainId[ChainId["StepTestnet"] = 12345] = "StepTestnet";
2136
- ChainId[ChainId["AstarzkEVM"] = 12611] = "AstarzkEVM";
2137
2151
  ChainId[ChainId["RikezaNetworkTestnet"] = 12715] = "RikezaNetworkTestnet";
2138
2152
  ChainId[ChainId["QuantumChainTestnet"] = 12890] = "QuantumChainTestnet";
2139
2153
  ChainId[ChainId["SPS"] = 13000] = "SPS";
@@ -2171,6 +2185,7 @@ var ChainId;
2171
2185
  ChainId[ChainId["MXCzkEVMMainnet"] = 18686] = "MXCzkEVMMainnet";
2172
2186
  ChainId[ChainId["Titan(TKX)Testnet"] = 18889] = "Titan(TKX)Testnet";
2173
2187
  ChainId[ChainId["HOMEVerseMainnet"] = 19011] = "HOMEVerseMainnet";
2188
+ ChainId[ChainId["DecentraconnectSocial"] = 19224] = "DecentraconnectSocial";
2174
2189
  ChainId[ChainId["MagnetNetwork"] = 19527] = "MagnetNetwork";
2175
2190
  ChainId[ChainId["BTCIXNetwork"] = 19845] = "BTCIXNetwork";
2176
2191
  ChainId[ChainId["CamelarkMainnet"] = 20001] = "CamelarkMainnet";
@@ -2401,10 +2416,13 @@ var ChainId;
2401
2416
  ChainId[ChainId["X1Devnet"] = 202212] = "X1Devnet";
2402
2417
  ChainId[ChainId["Jellie"] = 202624] = "Jellie";
2403
2418
  ChainId[ChainId["X1Network"] = 204005] = "X1Network";
2419
+ ChainId[ChainId["AuroriaTestnet"] = 205205] = "AuroriaTestnet";
2404
2420
  ChainId[ChainId["PlatONMainnet"] = 210425] = "PlatONMainnet";
2405
2421
  ChainId[ChainId["MasMainnet"] = 220315] = "MasMainnet";
2406
2422
  ChainId[ChainId["ReapchainMainnet"] = 221230] = "ReapchainMainnet";
2407
2423
  ChainId[ChainId["ReapchainTestnet"] = 221231] = "ReapchainTestnet";
2424
+ ChainId[ChainId["DeepLMainnet"] = 222555] = "DeepLMainnet";
2425
+ ChainId[ChainId["DeepLTestnet"] = 222666] = "DeepLTestnet";
2408
2426
  ChainId[ChainId["TafECOChainMainnet"] = 224168] = "TafECOChainMainnet";
2409
2427
  ChainId[ChainId["CONETSeboliaTestnet"] = 224422] = "CONETSeboliaTestnet";
2410
2428
  ChainId[ChainId["CONETHolesky"] = 224433] = "CONETHolesky";
@@ -2461,6 +2479,7 @@ var ChainId;
2461
2479
  ChainId[ChainId["ALLMainnet"] = 651940] = "ALLMainnet";
2462
2480
  ChainId[ChainId["Vision-VpioneerTestChain"] = 666666] = "Vision-VpioneerTestChain";
2463
2481
  ChainId[ChainId["HelaOfficialRuntimeTestnet"] = 666888] = "HelaOfficialRuntimeTestnet";
2482
+ ChainId[ChainId["TiltyardMainnetSubnet"] = 710420] = "TiltyardMainnetSubnet";
2464
2483
  ChainId[ChainId["SeiDevnet"] = 713715] = "SeiDevnet";
2465
2484
  ChainId[ChainId["BearNetworkChainTestnet"] = 751230] = "BearNetworkChainTestnet";
2466
2485
  ChainId[ChainId["MiexsSmartchain"] = 761412] = "MiexsSmartchain";
@@ -2501,6 +2520,7 @@ var ChainId;
2501
2520
  ChainId[ChainId["ElectroneumTestnet"] = 5201420] = "ElectroneumTestnet";
2502
2521
  ChainId[ChainId["ImversedMainnet"] = 5555555] = "ImversedMainnet";
2503
2522
  ChainId[ChainId["ImversedTestnet"] = 5555558] = "ImversedTestnet";
2523
+ ChainId[ChainId["AstarzKyoto"] = 6038361] = "AstarzKyoto";
2504
2524
  ChainId[ChainId["SaakuruMainnet"] = 7225878] = "SaakuruMainnet";
2505
2525
  ChainId[ChainId["OpenVessel"] = 7355310] = "OpenVessel";
2506
2526
  ChainId[ChainId["QL1Testnet"] = 7668378] = "QL1Testnet";
@@ -2538,6 +2558,7 @@ var ChainId;
2538
2558
  ChainId[ChainId["Aquachain"] = 61717561] = "Aquachain";
2539
2559
  ChainId[ChainId["AutonityBakerloo(Thames)Testnet"] = 65010000] = "AutonityBakerloo(Thames)Testnet";
2540
2560
  ChainId[ChainId["AutonityBakerloo(Barada)Testnet"] = 65010001] = "AutonityBakerloo(Barada)Testnet";
2561
+ ChainId[ChainId["AutonityBakerloo(Sumida)Testnet"] = 65010002] = "AutonityBakerloo(Sumida)Testnet";
2541
2562
  ChainId[ChainId["AutonityPiccadilly(Thames)Testnet"] = 65100000] = "AutonityPiccadilly(Thames)Testnet";
2542
2563
  ChainId[ChainId["AutonityPiccadilly(Barada)Testnet"] = 65100001] = "AutonityPiccadilly(Barada)Testnet";
2543
2564
  ChainId[ChainId["FrameTestnet"] = 68840142] = "FrameTestnet";
@@ -2558,6 +2579,7 @@ var ChainId;
2558
2579
  ChainId[ChainId["DeprecatedSKALEEuropaHubTestnet"] = 476158412] = "DeprecatedSKALEEuropaHubTestnet";
2559
2580
  ChainId[ChainId["GatherDevnetNetwork"] = 486217935] = "GatherDevnetNetwork";
2560
2581
  ChainId[ChainId["DeprecatedSKALENebulaHubTestnet"] = 503129905] = "DeprecatedSKALENebulaHubTestnet";
2582
+ ChainId[ChainId["DegenChain"] = 666666666] = "DegenChain";
2561
2583
  ChainId[ChainId["Ancient8"] = 888888888] = "Ancient8";
2562
2584
  ChainId[ChainId["SKALECalypsoHubTestnet"] = 974399131] = "SKALECalypsoHubTestnet";
2563
2585
  ChainId[ChainId["ZoraSepoliaTestnet"] = 999999999] = "ZoraSepoliaTestnet";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "32.0.0",
3
+ "version": "33.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [