@revoke.cash/chains 19.0.0 → 21.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.
@@ -15,7 +15,13 @@ exports.chains = {
15
15
  'wss://ethereum.publicnode.com',
16
16
  'https://mainnet.gateway.tenderly.co',
17
17
  'wss://mainnet.gateway.tenderly.co',
18
- 'https://rpc.blocknative.com/boost'
18
+ 'https://rpc.blocknative.com/boost',
19
+ 'https://rpc.flashbots.net',
20
+ 'https://rpc.flashbots.net/fast',
21
+ 'https://rpc.mevblocker.io',
22
+ 'https://rpc.mevblocker.io/fast',
23
+ 'https://rpc.mevblocker.io/noreverts',
24
+ 'https://rpc.mevblocker.io/fullprivacy'
19
25
  ],
20
26
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
21
27
  faucets: [],
@@ -668,16 +674,24 @@ exports.chains = {
668
674
  networkId: 33
669
675
  },
670
676
  34: {
671
- name: 'Dithereum Testnet',
672
- chain: 'DTH',
673
- icon: 'dithereum',
674
- rpc: ['https://node-testnet.dithereum.io'],
675
- faucets: ['https://faucet.dithereum.org'],
676
- nativeCurrency: { name: 'Dither', symbol: 'DTH', decimals: 18 },
677
- infoURL: 'https://dithereum.org',
678
- shortName: 'dth',
677
+ name: 'SecureChain Mainnet',
678
+ chain: 'SCAI',
679
+ icon: 'scaiIcon',
680
+ rpc: ['https://mainnet-rpc.scai.network'],
681
+ faucets: ['https://faucet.securechain.ai'],
682
+ nativeCurrency: { name: 'SecureChain', symbol: 'SCAI', decimals: 18 },
683
+ infoURL: 'https://securechain.ai',
684
+ shortName: 'scai',
679
685
  chainId: 34,
680
- networkId: 34
686
+ networkId: 34,
687
+ redFlags: ['reusedChainId'],
688
+ explorers: [
689
+ {
690
+ name: 'SecureChain Mainnet',
691
+ url: 'https://explorer.securechain.ai',
692
+ standard: 'EIP3091'
693
+ }
694
+ ]
681
695
  },
682
696
  35: {
683
697
  name: 'TBWG Chain',
@@ -977,7 +991,7 @@ exports.chains = {
977
991
  ]
978
992
  },
979
993
  50: {
980
- name: 'XinFin XDC Network',
994
+ name: 'XDC Network',
981
995
  chain: 'XDC',
982
996
  rpc: [
983
997
  'https://erpc.xinfin.network',
@@ -3317,9 +3331,14 @@ exports.chains = {
3317
3331
  },
3318
3332
  204: {
3319
3333
  name: 'opBNB Mainnet',
3334
+ icon: 'bnbchain',
3320
3335
  chain: 'opBNB',
3321
3336
  rpc: [
3322
3337
  'https://opbnb-mainnet-rpc.bnbchain.org',
3338
+ 'https://opbnb-mainnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
3339
+ 'wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
3340
+ 'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
3341
+ 'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
3323
3342
  'https://opbnb.publicnode.com',
3324
3343
  'wss://opbnb.publicnode.com'
3325
3344
  ],
@@ -3342,6 +3361,26 @@ exports.chains = {
3342
3361
  }
3343
3362
  ]
3344
3363
  },
3364
+ 207: {
3365
+ name: 'VinuChain Network',
3366
+ chain: 'VinuChain',
3367
+ icon: 'vitainu',
3368
+ rpc: ['https://vinuchain-rpc.com'],
3369
+ faucets: [],
3370
+ nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
3371
+ infoURL: 'https://vitainu.org',
3372
+ shortName: 'VC',
3373
+ chainId: 207,
3374
+ networkId: 207,
3375
+ explorers: [
3376
+ {
3377
+ name: 'VinuScan',
3378
+ url: 'https://vinuscan.com',
3379
+ icon: 'vinuscan',
3380
+ standard: 'none'
3381
+ }
3382
+ ]
3383
+ },
3345
3384
  208: {
3346
3385
  name: 'Structx Mainnet',
3347
3386
  chain: 'utx',
@@ -10297,7 +10336,7 @@ exports.chains = {
10297
10336
  },
10298
10337
  3068: {
10299
10338
  name: 'Bifrost Mainnet',
10300
- title: 'The Bifrost Mainnet network',
10339
+ title: 'Bifrost Network Mainnet',
10301
10340
  chain: 'BFC',
10302
10341
  rpc: [
10303
10342
  'https://public-01.mainnet.thebifrost.io/rpc',
@@ -10333,6 +10372,21 @@ exports.chains = {
10333
10372
  networkId: 3100,
10334
10373
  explorers: []
10335
10374
  },
10375
+ 3102: {
10376
+ name: 'Vulture EVM Beta',
10377
+ chain: 'VFIEVMCC',
10378
+ rpc: [
10379
+ 'https://fraa-dancebox-3050-rpc.a.dancebox.tanssi.network',
10380
+ 'wss://fraa-dancebox-3050-rpc.a.dancebox.tanssi.network'
10381
+ ],
10382
+ faucets: [],
10383
+ nativeCurrency: { name: 'VFI', symbol: 'VFI', decimals: 18 },
10384
+ infoURL: 'https://vulture.finance',
10385
+ shortName: 'VFI',
10386
+ chainId: 3102,
10387
+ networkId: 3102,
10388
+ explorers: []
10389
+ },
10336
10390
  3141: {
10337
10391
  name: 'Filecoin - Hyperspace testnet',
10338
10392
  status: 'deprecated',
@@ -10552,19 +10606,19 @@ exports.chains = {
10552
10606
  },
10553
10607
  3636: {
10554
10608
  name: 'Botanix Testnet',
10555
- chain: 'BTC',
10609
+ chain: 'BOTANIX',
10556
10610
  icon: 'botanix',
10557
- rpc: ['https://testnet-rpc.btxtestchain.com'],
10558
- faucets: ['https://faucet.btxtestchain.com'],
10611
+ rpc: ['https://node.botanixlabs.dev'],
10612
+ faucets: ['https://faucet.botanixlabs.dev'],
10559
10613
  nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
10560
- infoURL: 'https://btxtestchain.com',
10561
- shortName: 'BTCt',
10614
+ infoURL: 'https://botanixlabs.xyz',
10615
+ shortName: 'BTNX',
10562
10616
  chainId: 3636,
10563
10617
  networkId: 3636,
10564
10618
  explorers: [
10565
10619
  {
10566
- name: 'Botanix',
10567
- url: 'https://testnet.btxtestchain.com',
10620
+ name: '3xpl',
10621
+ url: 'https://3xpl.com/botanix',
10568
10622
  standard: 'EIP3091'
10569
10623
  }
10570
10624
  ]
@@ -10588,6 +10642,24 @@ exports.chains = {
10588
10642
  }
10589
10643
  ]
10590
10644
  },
10645
+ 3639: {
10646
+ name: 'iChain Network',
10647
+ chain: 'iChain',
10648
+ rpc: ['https://rpc.ichainscan.com'],
10649
+ faucets: [],
10650
+ nativeCurrency: { name: 'ISLAMICOIN', symbol: 'ISLAMI', decimals: 18 },
10651
+ infoURL: 'https://islamicoin.finance',
10652
+ shortName: 'ISLAMI',
10653
+ chainId: 3639,
10654
+ networkId: 3639,
10655
+ explorers: [
10656
+ {
10657
+ name: 'iChainscan',
10658
+ url: 'https://ichainscan.com',
10659
+ standard: 'EIP3091'
10660
+ }
10661
+ ]
10662
+ },
10591
10663
  3666: {
10592
10664
  name: 'Jouleverse Mainnet',
10593
10665
  chain: 'Jouleverse',
@@ -11736,7 +11808,14 @@ exports.chains = {
11736
11808
  5611: {
11737
11809
  name: 'opBNB Testnet',
11738
11810
  chain: 'opBNB',
11739
- rpc: ['https://opbnb-testnet-rpc.bnbchain.org'],
11811
+ icon: 'bnbchain',
11812
+ rpc: [
11813
+ 'https://opbnb-testnet-rpc.bnbchain.org',
11814
+ 'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
11815
+ 'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
11816
+ 'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
11817
+ 'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
11818
+ ],
11740
11819
  faucets: ['https://testnet.bnbchain.org/faucet-smart'],
11741
11820
  nativeCurrency: {
11742
11821
  name: 'BNB Chain Native Token',
@@ -12202,7 +12281,7 @@ exports.chains = {
12202
12281
  icon: 'zetachain',
12203
12282
  rpc: ['https://rpc.ankr.com/zetachain_evm_athens_testnet'],
12204
12283
  faucets: ['https://labs.zetachain.com/get-zeta'],
12205
- nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
12284
+ nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
12206
12285
  infoURL: 'https://zetachain.com/docs',
12207
12286
  shortName: 'zetachain-athens',
12208
12287
  chainId: 7001,
@@ -12895,6 +12974,26 @@ exports.chains = {
12895
12974
  }
12896
12975
  ]
12897
12976
  },
12977
+ 8194: {
12978
+ name: 'Torus Testnet',
12979
+ chain: 'TQF',
12980
+ icon: 'torus',
12981
+ rpc: ['https://rpc.testnet.toruschain.com'],
12982
+ faucets: [],
12983
+ nativeCurrency: { name: 'tTQF', symbol: 'TTQF', decimals: 18 },
12984
+ infoURL: 'https://docs.toruschain.com',
12985
+ shortName: 'ttqf',
12986
+ chainId: 8194,
12987
+ networkId: 8194,
12988
+ explorers: [
12989
+ {
12990
+ name: 'blockscout',
12991
+ url: 'https://testnet.torusscan.com',
12992
+ icon: 'blockscout',
12993
+ standard: 'EIP3091'
12994
+ }
12995
+ ]
12996
+ },
12898
12997
  8217: {
12899
12998
  name: 'Klaytn Mainnet Cypress',
12900
12999
  chain: 'KLAY',
@@ -13333,7 +13432,7 @@ exports.chains = {
13333
13432
  9000: {
13334
13433
  name: 'Evmos Testnet',
13335
13434
  chain: 'Evmos',
13336
- rpc: ['https://eth.bd.evmos.dev:8545'],
13435
+ rpc: ['https://evmos-testnet.lava.build', 'https://eth.bd.evmos.dev:8545'],
13337
13436
  faucets: ['https://faucet.evmos.dev'],
13338
13437
  nativeCurrency: { name: 'test-Evmos', symbol: 'tEVMOS', decimals: 18 },
13339
13438
  infoURL: 'https://evmos.org',
@@ -13353,7 +13452,12 @@ exports.chains = {
13353
13452
  9001: {
13354
13453
  name: 'Evmos',
13355
13454
  chain: 'Evmos',
13356
- rpc: ['https://evmos-evm.publicnode.com', 'wss://evmos-evm.publicnode.com'],
13455
+ rpc: [
13456
+ 'https://evmos.lava.build',
13457
+ 'wss://evmos.lava.build/websocket',
13458
+ 'https://evmos-evm.publicnode.com',
13459
+ 'wss://evmos-evm.publicnode.com'
13460
+ ],
13357
13461
  faucets: [],
13358
13462
  nativeCurrency: { name: 'Evmos', symbol: 'EVMOS', decimals: 18 },
13359
13463
  infoURL: 'https://evmos.org',
@@ -16297,7 +16401,7 @@ exports.chains = {
16297
16401
  },
16298
16402
  49088: {
16299
16403
  name: 'Bifrost Testnet',
16300
- title: 'The Bifrost Testnet network',
16404
+ title: 'Bifrost Network Testnet',
16301
16405
  chain: 'BFC',
16302
16406
  rpc: [
16303
16407
  'https://public-01.testnet.thebifrost.io/rpc',
@@ -16362,24 +16466,24 @@ exports.chains = {
16362
16466
  parent: { type: 'L2', chain: 'eip155-3' }
16363
16467
  },
16364
16468
  51178: {
16365
- name: 'Opside Testnet Pre-Alpha',
16469
+ name: 'Lumoz Testnet Alpha',
16366
16470
  chain: 'ETH',
16367
16471
  rpc: [
16368
- 'https://pre-alpha-us-http-geth.opside.network',
16369
- 'https://pre-alpha-hk-http-geth.opside.network'
16472
+ 'https://alpha-us-http-geth.lumoz.org',
16473
+ 'https://alpha-hk-http-geth.lumoz.org'
16370
16474
  ],
16371
16475
  faucets: [],
16372
- nativeCurrency: { name: 'IDE Test Token', symbol: 'IDE', decimals: 18 },
16476
+ nativeCurrency: { name: 'Lumoz Test Token', symbol: 'MOZ', decimals: 18 },
16373
16477
  features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
16374
- infoURL: 'https://opsi.de/',
16375
- shortName: 'Opside-Testnet',
16478
+ infoURL: 'https://lumoz.org',
16479
+ shortName: 'Lumoz-Testnet',
16376
16480
  chainId: 51178,
16377
16481
  networkId: 51178,
16378
16482
  icon: 'opside-new',
16379
16483
  explorers: [
16380
16484
  {
16381
- name: 'OpsideTestnetInfo',
16382
- url: 'https://pre-alpha.opside.info',
16485
+ name: 'LumozTestnetInfo',
16486
+ url: 'https://lumoz.info',
16383
16487
  icon: 'opside-new',
16384
16488
  standard: 'EIP3091'
16385
16489
  }
@@ -18550,6 +18654,24 @@ exports.chains = {
18550
18654
  }
18551
18655
  ]
18552
18656
  },
18657
+ 188710: {
18658
+ name: 'Bitica Chain Mainnet',
18659
+ chain: 'BDCC',
18660
+ rpc: ['https://mainnet-rpc.biticablockchain.com/'],
18661
+ faucets: [],
18662
+ nativeCurrency: { name: 'Bitica Coin', symbol: 'BDCC', decimals: 18 },
18663
+ infoURL: 'https://biticablockchain.com/',
18664
+ shortName: 'bdcc',
18665
+ chainId: 188710,
18666
+ networkId: 188710,
18667
+ explorers: [
18668
+ {
18669
+ name: 'Bitica DPOS Blockchain Explorer',
18670
+ url: 'https://biticablockchain.com',
18671
+ standard: 'none'
18672
+ }
18673
+ ]
18674
+ },
18553
18675
  188881: {
18554
18676
  name: 'Condor Test Network',
18555
18677
  chain: 'CONDOR',
@@ -19578,8 +19700,13 @@ exports.chains = {
19578
19700
  534352: {
19579
19701
  name: 'Scroll',
19580
19702
  chain: 'ETH',
19581
- status: 'incubating',
19582
- rpc: ['https://rpc.scroll.io'],
19703
+ status: 'active',
19704
+ rpc: [
19705
+ 'https://rpc.scroll.io',
19706
+ 'https://rpc-scroll.icecreamswap.com',
19707
+ 'https://rpc.ankr.com/scroll',
19708
+ 'https://scroll-mainnet.chainstacklabs.com'
19709
+ ],
19583
19710
  faucets: [],
19584
19711
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19585
19712
  infoURL: 'https://scroll.io',
@@ -19588,13 +19715,13 @@ exports.chains = {
19588
19715
  networkId: 534352,
19589
19716
  explorers: [
19590
19717
  {
19591
- name: 'Blockscout',
19592
- url: 'https://blockscout.scroll.io',
19718
+ name: 'Scrollscan',
19719
+ url: 'https://scrollscan.com',
19593
19720
  standard: 'EIP3091'
19594
19721
  },
19595
19722
  {
19596
- name: 'Scrollscan',
19597
- url: 'https://scrollscan.com',
19723
+ name: 'Blockscout',
19724
+ url: 'https://blockscout.scroll.io',
19598
19725
  standard: 'EIP3091'
19599
19726
  }
19600
19727
  ],
@@ -20074,15 +20201,36 @@ exports.chains = {
20074
20201
  title: 'Astar zkEVM Testnet zKatana',
20075
20202
  chain: 'ETH',
20076
20203
  icon: 'astarzk',
20077
- rpc: [],
20204
+ rpc: [
20205
+ 'https://rpc.zkatana.gelato.digital',
20206
+ 'https://rpc.startale.com/zkatana'
20207
+ ],
20078
20208
  faucets: [],
20079
20209
  nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
20080
20210
  infoURL: 'https://astar.network',
20081
20211
  chainId: 1261120,
20082
20212
  networkId: 1261120,
20083
- explorers: [],
20084
- parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
20085
- status: 'incubating'
20213
+ explorers: [
20214
+ {
20215
+ name: 'Blockscout zKatana chain explorer',
20216
+ url: 'https://zkatana.blockscout.com',
20217
+ standard: 'EIP3091'
20218
+ },
20219
+ {
20220
+ name: 'Startale zKatana chain explorer',
20221
+ url: 'https://zkatana.explorer.startale.com',
20222
+ standard: 'EIP3091'
20223
+ }
20224
+ ],
20225
+ parent: {
20226
+ type: 'L2',
20227
+ chain: 'eip155-11155111',
20228
+ bridges: [
20229
+ { url: 'https://portal.astar.network' },
20230
+ { url: 'https://bridge.zkatana.gelato.digital' }
20231
+ ]
20232
+ },
20233
+ status: 'active'
20086
20234
  },
20087
20235
  1313114: {
20088
20236
  name: 'Etho Protocol',
@@ -20265,6 +20413,17 @@ exports.chains = {
20265
20413
  }
20266
20414
  ]
20267
20415
  },
20416
+ 2611555: {
20417
+ name: 'DPU Chain',
20418
+ chain: 'DPU',
20419
+ rpc: ['https://sc-rpc.dpu.ac.th'],
20420
+ faucets: [],
20421
+ nativeCurrency: { name: 'DGS', symbol: 'DGS', decimals: 18 },
20422
+ infoURL: '',
20423
+ shortName: 'DPU',
20424
+ chainId: 2611555,
20425
+ networkId: 2611555
20426
+ },
20268
20427
  3141592: {
20269
20428
  name: 'Filecoin - Butterfly testnet',
20270
20429
  chain: 'FIL',
@@ -21263,6 +21422,25 @@ exports.chains = {
21263
21422
  }
21264
21423
  ]
21265
21424
  },
21425
+ 999999999: {
21426
+ name: 'Zora Sepolia Testnet',
21427
+ chain: 'ETH',
21428
+ rpc: ['https://sepolia.rpc.zora.energy'],
21429
+ faucets: [],
21430
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
21431
+ icon: 'zoraSepoliaTestnet',
21432
+ infoURL: 'https://zora.energy',
21433
+ shortName: 'zsep',
21434
+ chainId: 999999999,
21435
+ networkId: 999999999,
21436
+ explorers: [
21437
+ {
21438
+ name: 'Zora Sepolia Testnet Network Explorer',
21439
+ url: 'https://sepolia.explorer.zora.energy',
21440
+ standard: 'EIP3091'
21441
+ }
21442
+ ]
21443
+ },
21266
21444
  1122334455: {
21267
21445
  name: 'IPOS Network',
21268
21446
  chain: 'IPOS',
@@ -32,7 +32,7 @@ export declare enum ChainName {
32
32
  RootstockTestnet = "Rootstock Testnet",
33
33
  GoodDataTestnet = "GoodData Testnet",
34
34
  GoodDataMainnet = "GoodData Mainnet",
35
- DithereumTestnet = "Dithereum Testnet",
35
+ SecureChainMainnet = "SecureChain Mainnet",
36
36
  TBWGChain = "TBWG Chain",
37
37
  DxchainMainnet = "Dxchain Mainnet",
38
38
  XplaMainnet = "Xpla Mainnet",
@@ -48,7 +48,7 @@ export declare enum ChainName {
48
48
  AcriaIntelliChain = "Acria IntelliChain",
49
49
  EnnothemMainnetProterozoic = "Ennothem Mainnet Proterozoic",
50
50
  EnnothemTestnetPioneer = "Ennothem Testnet Pioneer",
51
- XinFinXDCNetwork = "XinFin XDC Network",
51
+ XDCNetwork = "XDC Network",
52
52
  XDCApothemNetwork = "XDC Apothem Network",
53
53
  CoinExSmartChainMainnet = "CoinEx Smart Chain Mainnet",
54
54
  CoinExSmartChainTestnet = "CoinEx Smart Chain Testnet",
@@ -167,6 +167,7 @@ export declare enum ChainName {
167
167
  ArbitrumonxDai = "Arbitrum on xDai",
168
168
  MOACtestnet = "MOAC testnet",
169
169
  OpBNBMainnet = "opBNB Mainnet",
170
+ VinuChainNetwork = "VinuChain Network",
170
171
  StructxMainnet = "Structx Mainnet",
171
172
  Bitnet = "Bitnet",
172
173
  FreightTrustNetwork = "Freight Trust Network",
@@ -518,6 +519,7 @@ export declare enum ChainName {
518
519
  OrlandoChain = "Orlando Chain",
519
520
  BifrostMainnet = "Bifrost Mainnet",
520
521
  Immu3EVM = "Immu3 EVM",
522
+ VultureEVMBeta = "Vulture EVM Beta",
521
523
  'Filecoin-Hyperspacetestnet' = "Filecoin - Hyperspace testnet",
522
524
  Dubxcoinnetwork = "Dubxcoin network",
523
525
  Dubxcointestnet = "Dubxcoin testnet",
@@ -533,6 +535,7 @@ export declare enum ChainName {
533
535
  PandoProjectTestnet = "PandoProject Testnet",
534
536
  BotanixTestnet = "Botanix Testnet",
535
537
  BotanixMainnet = "Botanix Mainnet",
538
+ IChainNetwork = "iChain Network",
536
539
  JouleverseMainnet = "Jouleverse Mainnet",
537
540
  BittexMainnet = "Bittex Mainnet",
538
541
  EmpireNetwork = "Empire Network",
@@ -647,6 +650,7 @@ export declare enum ChainName {
647
650
  Flana = "Flana",
648
651
  Mizana = "Mizana",
649
652
  TestnetBeOneChain = "Testnet BeOne Chain",
653
+ TorusTestnet = "Torus Testnet",
650
654
  KlaytnMainnetCypress = "Klaytn Mainnet Cypress",
651
655
  BlocktonBlockchain = "Blockton Blockchain",
652
656
  KorthoTest = "KorthoTest",
@@ -821,7 +825,7 @@ export declare enum ChainName {
821
825
  EnergiTestnet = "Energi Testnet",
822
826
  LiveplexOracleEVM = "Liveplex OracleEVM",
823
827
  GTONTestnet = "GTON Testnet",
824
- 'OpsideTestnetPre-Alpha' = "Opside Testnet Pre-Alpha",
828
+ LumozTestnetAlpha = "Lumoz Testnet Alpha",
825
829
  SardisMainnet = "Sardis Mainnet",
826
830
  DFKChain = "DFK Chain",
827
831
  HaqqChainTestnet = "Haqq Chain Testnet",
@@ -931,6 +935,7 @@ export declare enum ChainName {
931
935
  TaikoGrimsvotnL2 = "Taiko Grimsvotn L2",
932
936
  TaikoEldfellL3 = "Taiko Eldfell L3",
933
937
  TaikoJolnirL2 = "Taiko Jolnir L2",
938
+ BiticaChainMainnet = "Bitica Chain Mainnet",
934
939
  CondorTestNetwork = "Condor Test Network",
935
940
  MilkomedaC1Testnet = "Milkomeda C1 Testnet",
936
941
  MilkomedaA1Testnet = "Milkomeda A1 Testnet",
@@ -1016,6 +1021,7 @@ export declare enum ChainName {
1016
1021
  PlianMainnetMain = "Plian Mainnet Main",
1017
1022
  PlatONDevTestnetDeprecated = "PlatON Dev Testnet Deprecated",
1018
1023
  PlatONDevTestnet2 = "PlatON Dev Testnet2",
1024
+ DPUChain = "DPU Chain",
1019
1025
  'Filecoin-Butterflytestnet' = "Filecoin - Butterfly testnet",
1020
1026
  MantaPacificTestnet = "Manta Pacific Testnet",
1021
1027
  AltLayerZeroGasNetwork = "AltLayer Zero Gas Network",
@@ -1067,6 +1073,7 @@ export declare enum ChainName {
1067
1073
  GatherTestnetNetwork = "Gather Testnet Network",
1068
1074
  GatherDevnetNetwork = "Gather Devnet Network",
1069
1075
  NebulaStaging = "Nebula Staging",
1076
+ ZoraSepoliaTestnet = "Zora Sepolia Testnet",
1070
1077
  IPOSNetwork = "IPOS Network",
1071
1078
  CyberdeckNet = "CyberdeckNet",
1072
1079
  HUMANProtocol = "HUMAN Protocol",
@@ -1134,7 +1141,7 @@ export declare enum ChainId {
1134
1141
  RootstockTestnet = 31,
1135
1142
  GoodDataTestnet = 32,
1136
1143
  GoodDataMainnet = 33,
1137
- DithereumTestnet = 34,
1144
+ SecureChainMainnet = 34,
1138
1145
  TBWGChain = 35,
1139
1146
  DxchainMainnet = 36,
1140
1147
  XplaMainnet = 37,
@@ -1150,7 +1157,7 @@ export declare enum ChainId {
1150
1157
  AcriaIntelliChain = 47,
1151
1158
  EnnothemMainnetProterozoic = 48,
1152
1159
  EnnothemTestnetPioneer = 49,
1153
- XinFinXDCNetwork = 50,
1160
+ XDCNetwork = 50,
1154
1161
  XDCApothemNetwork = 51,
1155
1162
  CoinExSmartChainMainnet = 52,
1156
1163
  CoinExSmartChainTestnet = 53,
@@ -1269,6 +1276,7 @@ export declare enum ChainId {
1269
1276
  ArbitrumonxDai = 200,
1270
1277
  MOACtestnet = 201,
1271
1278
  OpBNBMainnet = 204,
1279
+ VinuChainNetwork = 207,
1272
1280
  StructxMainnet = 208,
1273
1281
  Bitnet = 210,
1274
1282
  FreightTrustNetwork = 211,
@@ -1620,6 +1628,7 @@ export declare enum ChainId {
1620
1628
  OrlandoChain = 3031,
1621
1629
  BifrostMainnet = 3068,
1622
1630
  Immu3EVM = 3100,
1631
+ VultureEVMBeta = 3102,
1623
1632
  'Filecoin-Hyperspacetestnet' = 3141,
1624
1633
  Dubxcoinnetwork = 3269,
1625
1634
  Dubxcointestnet = 3270,
@@ -1635,6 +1644,7 @@ export declare enum ChainId {
1635
1644
  PandoProjectTestnet = 3602,
1636
1645
  BotanixTestnet = 3636,
1637
1646
  BotanixMainnet = 3637,
1647
+ IChainNetwork = 3639,
1638
1648
  JouleverseMainnet = 3666,
1639
1649
  BittexMainnet = 3690,
1640
1650
  EmpireNetwork = 3693,
@@ -1749,6 +1759,7 @@ export declare enum ChainId {
1749
1759
  Flana = 8135,
1750
1760
  Mizana = 8136,
1751
1761
  TestnetBeOneChain = 8181,
1762
+ TorusTestnet = 8194,
1752
1763
  KlaytnMainnetCypress = 8217,
1753
1764
  BlocktonBlockchain = 8272,
1754
1765
  KorthoTest = 8285,
@@ -1923,7 +1934,7 @@ export declare enum ChainId {
1923
1934
  EnergiTestnet = 49797,
1924
1935
  LiveplexOracleEVM = 50001,
1925
1936
  GTONTestnet = 50021,
1926
- 'OpsideTestnetPre-Alpha' = 51178,
1937
+ LumozTestnetAlpha = 51178,
1927
1938
  SardisMainnet = 51712,
1928
1939
  DFKChain = 53935,
1929
1940
  HaqqChainTestnet = 54211,
@@ -2033,6 +2044,7 @@ export declare enum ChainId {
2033
2044
  TaikoGrimsvotnL2 = 167005,
2034
2045
  TaikoEldfellL3 = 167006,
2035
2046
  TaikoJolnirL2 = 167007,
2047
+ BiticaChainMainnet = 188710,
2036
2048
  CondorTestNetwork = 188881,
2037
2049
  MilkomedaC1Testnet = 200101,
2038
2050
  MilkomedaA1Testnet = 200202,
@@ -2118,6 +2130,7 @@ export declare enum ChainId {
2118
2130
  PlianMainnetMain = 2099156,
2119
2131
  PlatONDevTestnetDeprecated = 2203181,
2120
2132
  PlatONDevTestnet2 = 2206132,
2133
+ DPUChain = 2611555,
2121
2134
  'Filecoin-Butterflytestnet' = 3141592,
2122
2135
  MantaPacificTestnet = 3441005,
2123
2136
  AltLayerZeroGasNetwork = 4000003,
@@ -2169,6 +2182,7 @@ export declare enum ChainId {
2169
2182
  GatherTestnetNetwork = 356256156,
2170
2183
  GatherDevnetNetwork = 486217935,
2171
2184
  NebulaStaging = 503129905,
2185
+ ZoraSepoliaTestnet = 999999999,
2172
2186
  IPOSNetwork = 1122334455,
2173
2187
  CyberdeckNet = 1146703430,
2174
2188
  HUMANProtocol = 1273227453,
package/dist/src/enums.js CHANGED
@@ -36,7 +36,7 @@ var ChainName;
36
36
  ChainName["RootstockTestnet"] = "Rootstock Testnet";
37
37
  ChainName["GoodDataTestnet"] = "GoodData Testnet";
38
38
  ChainName["GoodDataMainnet"] = "GoodData Mainnet";
39
- ChainName["DithereumTestnet"] = "Dithereum Testnet";
39
+ ChainName["SecureChainMainnet"] = "SecureChain Mainnet";
40
40
  ChainName["TBWGChain"] = "TBWG Chain";
41
41
  ChainName["DxchainMainnet"] = "Dxchain Mainnet";
42
42
  ChainName["XplaMainnet"] = "Xpla Mainnet";
@@ -52,7 +52,7 @@ var ChainName;
52
52
  ChainName["AcriaIntelliChain"] = "Acria IntelliChain";
53
53
  ChainName["EnnothemMainnetProterozoic"] = "Ennothem Mainnet Proterozoic";
54
54
  ChainName["EnnothemTestnetPioneer"] = "Ennothem Testnet Pioneer";
55
- ChainName["XinFinXDCNetwork"] = "XinFin XDC Network";
55
+ ChainName["XDCNetwork"] = "XDC Network";
56
56
  ChainName["XDCApothemNetwork"] = "XDC Apothem Network";
57
57
  ChainName["CoinExSmartChainMainnet"] = "CoinEx Smart Chain Mainnet";
58
58
  ChainName["CoinExSmartChainTestnet"] = "CoinEx Smart Chain Testnet";
@@ -171,6 +171,7 @@ var ChainName;
171
171
  ChainName["ArbitrumonxDai"] = "Arbitrum on xDai";
172
172
  ChainName["MOACtestnet"] = "MOAC testnet";
173
173
  ChainName["OpBNBMainnet"] = "opBNB Mainnet";
174
+ ChainName["VinuChainNetwork"] = "VinuChain Network";
174
175
  ChainName["StructxMainnet"] = "Structx Mainnet";
175
176
  ChainName["Bitnet"] = "Bitnet";
176
177
  ChainName["FreightTrustNetwork"] = "Freight Trust Network";
@@ -522,6 +523,7 @@ var ChainName;
522
523
  ChainName["OrlandoChain"] = "Orlando Chain";
523
524
  ChainName["BifrostMainnet"] = "Bifrost Mainnet";
524
525
  ChainName["Immu3EVM"] = "Immu3 EVM";
526
+ ChainName["VultureEVMBeta"] = "Vulture EVM Beta";
525
527
  ChainName["Filecoin-Hyperspacetestnet"] = "Filecoin - Hyperspace testnet";
526
528
  ChainName["Dubxcoinnetwork"] = "Dubxcoin network";
527
529
  ChainName["Dubxcointestnet"] = "Dubxcoin testnet";
@@ -537,6 +539,7 @@ var ChainName;
537
539
  ChainName["PandoProjectTestnet"] = "PandoProject Testnet";
538
540
  ChainName["BotanixTestnet"] = "Botanix Testnet";
539
541
  ChainName["BotanixMainnet"] = "Botanix Mainnet";
542
+ ChainName["IChainNetwork"] = "iChain Network";
540
543
  ChainName["JouleverseMainnet"] = "Jouleverse Mainnet";
541
544
  ChainName["BittexMainnet"] = "Bittex Mainnet";
542
545
  ChainName["EmpireNetwork"] = "Empire Network";
@@ -651,6 +654,7 @@ var ChainName;
651
654
  ChainName["Flana"] = "Flana";
652
655
  ChainName["Mizana"] = "Mizana";
653
656
  ChainName["TestnetBeOneChain"] = "Testnet BeOne Chain";
657
+ ChainName["TorusTestnet"] = "Torus Testnet";
654
658
  ChainName["KlaytnMainnetCypress"] = "Klaytn Mainnet Cypress";
655
659
  ChainName["BlocktonBlockchain"] = "Blockton Blockchain";
656
660
  ChainName["KorthoTest"] = "KorthoTest";
@@ -825,7 +829,7 @@ var ChainName;
825
829
  ChainName["EnergiTestnet"] = "Energi Testnet";
826
830
  ChainName["LiveplexOracleEVM"] = "Liveplex OracleEVM";
827
831
  ChainName["GTONTestnet"] = "GTON Testnet";
828
- ChainName["OpsideTestnetPre-Alpha"] = "Opside Testnet Pre-Alpha";
832
+ ChainName["LumozTestnetAlpha"] = "Lumoz Testnet Alpha";
829
833
  ChainName["SardisMainnet"] = "Sardis Mainnet";
830
834
  ChainName["DFKChain"] = "DFK Chain";
831
835
  ChainName["HaqqChainTestnet"] = "Haqq Chain Testnet";
@@ -935,6 +939,7 @@ var ChainName;
935
939
  ChainName["TaikoGrimsvotnL2"] = "Taiko Grimsvotn L2";
936
940
  ChainName["TaikoEldfellL3"] = "Taiko Eldfell L3";
937
941
  ChainName["TaikoJolnirL2"] = "Taiko Jolnir L2";
942
+ ChainName["BiticaChainMainnet"] = "Bitica Chain Mainnet";
938
943
  ChainName["CondorTestNetwork"] = "Condor Test Network";
939
944
  ChainName["MilkomedaC1Testnet"] = "Milkomeda C1 Testnet";
940
945
  ChainName["MilkomedaA1Testnet"] = "Milkomeda A1 Testnet";
@@ -1020,6 +1025,7 @@ var ChainName;
1020
1025
  ChainName["PlianMainnetMain"] = "Plian Mainnet Main";
1021
1026
  ChainName["PlatONDevTestnetDeprecated"] = "PlatON Dev Testnet Deprecated";
1022
1027
  ChainName["PlatONDevTestnet2"] = "PlatON Dev Testnet2";
1028
+ ChainName["DPUChain"] = "DPU Chain";
1023
1029
  ChainName["Filecoin-Butterflytestnet"] = "Filecoin - Butterfly testnet";
1024
1030
  ChainName["MantaPacificTestnet"] = "Manta Pacific Testnet";
1025
1031
  ChainName["AltLayerZeroGasNetwork"] = "AltLayer Zero Gas Network";
@@ -1071,6 +1077,7 @@ var ChainName;
1071
1077
  ChainName["GatherTestnetNetwork"] = "Gather Testnet Network";
1072
1078
  ChainName["GatherDevnetNetwork"] = "Gather Devnet Network";
1073
1079
  ChainName["NebulaStaging"] = "Nebula Staging";
1080
+ ChainName["ZoraSepoliaTestnet"] = "Zora Sepolia Testnet";
1074
1081
  ChainName["IPOSNetwork"] = "IPOS Network";
1075
1082
  ChainName["CyberdeckNet"] = "CyberdeckNet";
1076
1083
  ChainName["HUMANProtocol"] = "HUMAN Protocol";
@@ -1139,7 +1146,7 @@ var ChainId;
1139
1146
  ChainId[ChainId["RootstockTestnet"] = 31] = "RootstockTestnet";
1140
1147
  ChainId[ChainId["GoodDataTestnet"] = 32] = "GoodDataTestnet";
1141
1148
  ChainId[ChainId["GoodDataMainnet"] = 33] = "GoodDataMainnet";
1142
- ChainId[ChainId["DithereumTestnet"] = 34] = "DithereumTestnet";
1149
+ ChainId[ChainId["SecureChainMainnet"] = 34] = "SecureChainMainnet";
1143
1150
  ChainId[ChainId["TBWGChain"] = 35] = "TBWGChain";
1144
1151
  ChainId[ChainId["DxchainMainnet"] = 36] = "DxchainMainnet";
1145
1152
  ChainId[ChainId["XplaMainnet"] = 37] = "XplaMainnet";
@@ -1155,7 +1162,7 @@ var ChainId;
1155
1162
  ChainId[ChainId["AcriaIntelliChain"] = 47] = "AcriaIntelliChain";
1156
1163
  ChainId[ChainId["EnnothemMainnetProterozoic"] = 48] = "EnnothemMainnetProterozoic";
1157
1164
  ChainId[ChainId["EnnothemTestnetPioneer"] = 49] = "EnnothemTestnetPioneer";
1158
- ChainId[ChainId["XinFinXDCNetwork"] = 50] = "XinFinXDCNetwork";
1165
+ ChainId[ChainId["XDCNetwork"] = 50] = "XDCNetwork";
1159
1166
  ChainId[ChainId["XDCApothemNetwork"] = 51] = "XDCApothemNetwork";
1160
1167
  ChainId[ChainId["CoinExSmartChainMainnet"] = 52] = "CoinExSmartChainMainnet";
1161
1168
  ChainId[ChainId["CoinExSmartChainTestnet"] = 53] = "CoinExSmartChainTestnet";
@@ -1274,6 +1281,7 @@ var ChainId;
1274
1281
  ChainId[ChainId["ArbitrumonxDai"] = 200] = "ArbitrumonxDai";
1275
1282
  ChainId[ChainId["MOACtestnet"] = 201] = "MOACtestnet";
1276
1283
  ChainId[ChainId["OpBNBMainnet"] = 204] = "OpBNBMainnet";
1284
+ ChainId[ChainId["VinuChainNetwork"] = 207] = "VinuChainNetwork";
1277
1285
  ChainId[ChainId["StructxMainnet"] = 208] = "StructxMainnet";
1278
1286
  ChainId[ChainId["Bitnet"] = 210] = "Bitnet";
1279
1287
  ChainId[ChainId["FreightTrustNetwork"] = 211] = "FreightTrustNetwork";
@@ -1625,6 +1633,7 @@ var ChainId;
1625
1633
  ChainId[ChainId["OrlandoChain"] = 3031] = "OrlandoChain";
1626
1634
  ChainId[ChainId["BifrostMainnet"] = 3068] = "BifrostMainnet";
1627
1635
  ChainId[ChainId["Immu3EVM"] = 3100] = "Immu3EVM";
1636
+ ChainId[ChainId["VultureEVMBeta"] = 3102] = "VultureEVMBeta";
1628
1637
  ChainId[ChainId["Filecoin-Hyperspacetestnet"] = 3141] = "Filecoin-Hyperspacetestnet";
1629
1638
  ChainId[ChainId["Dubxcoinnetwork"] = 3269] = "Dubxcoinnetwork";
1630
1639
  ChainId[ChainId["Dubxcointestnet"] = 3270] = "Dubxcointestnet";
@@ -1640,6 +1649,7 @@ var ChainId;
1640
1649
  ChainId[ChainId["PandoProjectTestnet"] = 3602] = "PandoProjectTestnet";
1641
1650
  ChainId[ChainId["BotanixTestnet"] = 3636] = "BotanixTestnet";
1642
1651
  ChainId[ChainId["BotanixMainnet"] = 3637] = "BotanixMainnet";
1652
+ ChainId[ChainId["IChainNetwork"] = 3639] = "IChainNetwork";
1643
1653
  ChainId[ChainId["JouleverseMainnet"] = 3666] = "JouleverseMainnet";
1644
1654
  ChainId[ChainId["BittexMainnet"] = 3690] = "BittexMainnet";
1645
1655
  ChainId[ChainId["EmpireNetwork"] = 3693] = "EmpireNetwork";
@@ -1754,6 +1764,7 @@ var ChainId;
1754
1764
  ChainId[ChainId["Flana"] = 8135] = "Flana";
1755
1765
  ChainId[ChainId["Mizana"] = 8136] = "Mizana";
1756
1766
  ChainId[ChainId["TestnetBeOneChain"] = 8181] = "TestnetBeOneChain";
1767
+ ChainId[ChainId["TorusTestnet"] = 8194] = "TorusTestnet";
1757
1768
  ChainId[ChainId["KlaytnMainnetCypress"] = 8217] = "KlaytnMainnetCypress";
1758
1769
  ChainId[ChainId["BlocktonBlockchain"] = 8272] = "BlocktonBlockchain";
1759
1770
  ChainId[ChainId["KorthoTest"] = 8285] = "KorthoTest";
@@ -1928,7 +1939,7 @@ var ChainId;
1928
1939
  ChainId[ChainId["EnergiTestnet"] = 49797] = "EnergiTestnet";
1929
1940
  ChainId[ChainId["LiveplexOracleEVM"] = 50001] = "LiveplexOracleEVM";
1930
1941
  ChainId[ChainId["GTONTestnet"] = 50021] = "GTONTestnet";
1931
- ChainId[ChainId["OpsideTestnetPre-Alpha"] = 51178] = "OpsideTestnetPre-Alpha";
1942
+ ChainId[ChainId["LumozTestnetAlpha"] = 51178] = "LumozTestnetAlpha";
1932
1943
  ChainId[ChainId["SardisMainnet"] = 51712] = "SardisMainnet";
1933
1944
  ChainId[ChainId["DFKChain"] = 53935] = "DFKChain";
1934
1945
  ChainId[ChainId["HaqqChainTestnet"] = 54211] = "HaqqChainTestnet";
@@ -2038,6 +2049,7 @@ var ChainId;
2038
2049
  ChainId[ChainId["TaikoGrimsvotnL2"] = 167005] = "TaikoGrimsvotnL2";
2039
2050
  ChainId[ChainId["TaikoEldfellL3"] = 167006] = "TaikoEldfellL3";
2040
2051
  ChainId[ChainId["TaikoJolnirL2"] = 167007] = "TaikoJolnirL2";
2052
+ ChainId[ChainId["BiticaChainMainnet"] = 188710] = "BiticaChainMainnet";
2041
2053
  ChainId[ChainId["CondorTestNetwork"] = 188881] = "CondorTestNetwork";
2042
2054
  ChainId[ChainId["MilkomedaC1Testnet"] = 200101] = "MilkomedaC1Testnet";
2043
2055
  ChainId[ChainId["MilkomedaA1Testnet"] = 200202] = "MilkomedaA1Testnet";
@@ -2123,6 +2135,7 @@ var ChainId;
2123
2135
  ChainId[ChainId["PlianMainnetMain"] = 2099156] = "PlianMainnetMain";
2124
2136
  ChainId[ChainId["PlatONDevTestnetDeprecated"] = 2203181] = "PlatONDevTestnetDeprecated";
2125
2137
  ChainId[ChainId["PlatONDevTestnet2"] = 2206132] = "PlatONDevTestnet2";
2138
+ ChainId[ChainId["DPUChain"] = 2611555] = "DPUChain";
2126
2139
  ChainId[ChainId["Filecoin-Butterflytestnet"] = 3141592] = "Filecoin-Butterflytestnet";
2127
2140
  ChainId[ChainId["MantaPacificTestnet"] = 3441005] = "MantaPacificTestnet";
2128
2141
  ChainId[ChainId["AltLayerZeroGasNetwork"] = 4000003] = "AltLayerZeroGasNetwork";
@@ -2174,6 +2187,7 @@ var ChainId;
2174
2187
  ChainId[ChainId["GatherTestnetNetwork"] = 356256156] = "GatherTestnetNetwork";
2175
2188
  ChainId[ChainId["GatherDevnetNetwork"] = 486217935] = "GatherDevnetNetwork";
2176
2189
  ChainId[ChainId["NebulaStaging"] = 503129905] = "NebulaStaging";
2190
+ ChainId[ChainId["ZoraSepoliaTestnet"] = 999999999] = "ZoraSepoliaTestnet";
2177
2191
  ChainId[ChainId["IPOSNetwork"] = 1122334455] = "IPOSNetwork";
2178
2192
  ChainId[ChainId["CyberdeckNet"] = 1146703430] = "CyberdeckNet";
2179
2193
  ChainId[ChainId["HUMANProtocol"] = 1273227453] = "HUMANProtocol";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revoke.cash/chains",
3
- "version": "19.0.0",
3
+ "version": "21.0.0",
4
4
  "description": "Helper module for getting EVM chains info.",
5
5
  "author": "Revoke.cash",
6
6
  "contributors": [