eth-chainlist 0.0.609 → 0.0.611

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.611 (2025-02-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.610 ([2cd132d](https://github.com/poowf/eth-chainlist/commit/2cd132dafe234ea338532c4969ffce85290e10d2))
9
+ * update chain data ([65e19a9](https://github.com/poowf/eth-chainlist/commit/65e19a9c4063585129b329900c9e02cc0cae24eb))
10
+
11
+ ### 0.0.610 (2025-02-11)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.609 ([55871d1](https://github.com/poowf/eth-chainlist/commit/55871d1ee2eb9c76ae07b9ab24c2d5c955eabd07))
17
+ * update chain data ([b81e028](https://github.com/poowf/eth-chainlist/commit/b81e02886ecf0c34417ff00eea08aef66eff1503))
18
+
3
19
  ### 0.0.609 (2025-02-10)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -10852,12 +10852,18 @@ const chainArray = [
10852
10852
  chain: 'Litheum',
10853
10853
  rpc: [ 'https://testnet.litheum.com' ],
10854
10854
  faucets: [],
10855
- nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 9 },
10855
+ nativeCurrency: { name: 'Lith', symbol: 'LTH', decimals: 18 },
10856
10856
  infoURL: 'https://litheum.com',
10857
10857
  shortName: 'lith',
10858
10858
  chainId: 1174,
10859
10859
  networkId: 1174,
10860
- explorers: []
10860
+ explorers: [
10861
+ {
10862
+ name: 'Litheum Test Network Explorer',
10863
+ url: 'https://explorer.litheum.com',
10864
+ standard: 'EIP3091'
10865
+ }
10866
+ ]
10861
10867
  },
10862
10868
  {
10863
10869
  name: 'Smart Host Teknoloji TESTNET',
@@ -19459,19 +19465,19 @@ const chainArray = [
19459
19465
  ]
19460
19466
  },
19461
19467
  {
19462
- name: 'Pioneer Chain Testnet',
19468
+ name: 'Pione Chain Mainnet',
19463
19469
  chain: 'PIO',
19464
19470
  icon: 'pio',
19465
19471
  rpc: [ 'https://rpc.pionescan.com' ],
19466
19472
  faucets: [],
19467
- nativeCurrency: { name: 'Pioneer', symbol: 'PIO', decimals: 18 },
19473
+ nativeCurrency: { name: 'Pione', symbol: 'PIO', decimals: 18 },
19468
19474
  infoURL: 'https://pionechain.com',
19469
19475
  shortName: 'pio',
19470
19476
  chainId: 5090,
19471
19477
  networkId: 5090,
19472
19478
  explorers: [
19473
19479
  {
19474
- name: 'Pioneer Chain Explorer',
19480
+ name: 'Pione Chain Explorer',
19475
19481
  url: 'https://pionescan.com',
19476
19482
  standard: 'EIP3091'
19477
19483
  }
@@ -23889,6 +23895,21 @@ const chainArray = [
23889
23895
  chainId: 9100,
23890
23896
  networkId: 9100
23891
23897
  },
23898
+ {
23899
+ name: 'Destra Dubai Testnet',
23900
+ chain: 'Destra',
23901
+ status: 'active',
23902
+ rpc: [],
23903
+ faucets: [],
23904
+ nativeCurrency: { name: 'Sync', symbol: 'SYNC', decimals: 18 },
23905
+ infoURL: '',
23906
+ shortName: 'Destra',
23907
+ chainId: 9108,
23908
+ networkId: 9108,
23909
+ slip44: 1,
23910
+ explorers: [],
23911
+ parent: { type: 'L2', chain: 'eip155-4', bridges: [] }
23912
+ },
23892
23913
  {
23893
23914
  name: 'Rinia Testnet Old',
23894
23915
  chain: 'FIRE',
@@ -24803,6 +24824,27 @@ const chainArray = [
24803
24824
  }
24804
24825
  ]
24805
24826
  },
24827
+ {
24828
+ name: 'Volcano Chain Mainnet',
24829
+ chain: 'Volcano',
24830
+ icon: 'volcano',
24831
+ rpc: [ 'https://mainnet.vchain.pro', 'wss://wss.mainnet.vchain.pro' ],
24832
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24833
+ faucets: [],
24834
+ nativeCurrency: { name: 'Volcano Coin', symbol: 'VC', decimals: 18 },
24835
+ infoURL: 'https://vex.pro',
24836
+ shortName: 'volcanochain',
24837
+ chainId: 10085,
24838
+ networkId: 10085,
24839
+ explorers: [
24840
+ {
24841
+ name: 'blockscout',
24842
+ url: 'https://vchainscan.com',
24843
+ icon: 'volcano',
24844
+ standard: 'EIP3091'
24845
+ }
24846
+ ]
24847
+ },
24806
24848
  {
24807
24849
  name: 'SJATSH',
24808
24850
  chain: 'ETH',
@@ -32396,14 +32438,14 @@ const chainArray = [
32396
32438
  },
32397
32439
  {
32398
32440
  name: 'CyberChain Mainnet',
32399
- chain: 'CCX',
32441
+ chain: 'XCC',
32400
32442
  icon: 'cyberchain',
32401
32443
  rpc: [ 'https://rpc.cyberchain.xyz/' ],
32402
32444
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32403
32445
  faucets: [],
32404
- nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
32446
+ nativeCurrency: { name: 'XCC', symbol: 'XCC', decimals: 18 },
32405
32447
  infoURL: 'https://cyberchain.xyz',
32406
- shortName: 'ccx',
32448
+ shortName: 'xcc',
32407
32449
  chainId: 65535,
32408
32450
  networkId: 65535,
32409
32451
  slip44: 60,
@@ -34444,6 +34486,28 @@ const chainArray = [
34444
34486
  }
34445
34487
  ]
34446
34488
  },
34489
+ {
34490
+ name: 'Lumoz Chain Mainnet',
34491
+ chain: 'ETH',
34492
+ rpc: [ 'https://rpc.lumoz.org', 'https://rpc-hk.lumoz.org' ],
34493
+ faucets: [],
34494
+ nativeCurrency: { name: 'Lumoz Mainnet Token', symbol: 'MOZ', decimals: 18 },
34495
+ features: [ { name: 'EIP155' } ],
34496
+ infoURL: 'https://lumoz.org',
34497
+ shortName: 'Lumoz-Chain-Mainnet',
34498
+ chainId: 96370,
34499
+ networkId: 96370,
34500
+ slip44: 1,
34501
+ icon: 'opside-new',
34502
+ explorers: [
34503
+ {
34504
+ name: 'LumozMainnetInfo',
34505
+ url: 'https://scan.lumoz.info',
34506
+ icon: 'opside-new',
34507
+ standard: 'EIP3091'
34508
+ }
34509
+ ]
34510
+ },
34447
34511
  {
34448
34512
  name: 'Mantis Testnet (Hexapod)',
34449
34513
  chain: 'Mantis',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.609",
3
+ "version": "0.0.611",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {