eth-chainlist 0.0.608 → 0.0.610

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.610 (2025-02-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.609 ([55871d1](https://github.com/poowf/eth-chainlist/commit/55871d1ee2eb9c76ae07b9ab24c2d5c955eabd07))
9
+ * update chain data ([b81e028](https://github.com/poowf/eth-chainlist/commit/b81e02886ecf0c34417ff00eea08aef66eff1503))
10
+
11
+ ### 0.0.609 (2025-02-10)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.608 ([84356b4](https://github.com/poowf/eth-chainlist/commit/84356b4e09bffb1c93d008a6d5d53d332821f7ad))
17
+ * update chain data ([ca6ddb4](https://github.com/poowf/eth-chainlist/commit/ca6ddb45ffd15828cbf83d470aaee60ef983440d))
18
+
3
19
  ### 0.0.608 (2025-02-09)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -5937,6 +5937,18 @@ const chainArray = [
5937
5937
  }
5938
5938
  ]
5939
5939
  },
5940
+ {
5941
+ name: 'Pencils Protocol',
5942
+ chain: 'ETH',
5943
+ rpc: [],
5944
+ faucets: [],
5945
+ nativeCurrency: { name: 'Pencils Protocol Token', symbol: 'DAPP', decimals: 18 },
5946
+ infoURL: 'https://pencilsprotocol.io/',
5947
+ shortName: 'dapp',
5948
+ chainId: 339,
5949
+ networkId: 339,
5950
+ status: 'incubating'
5951
+ },
5940
5952
  {
5941
5953
  name: 'TSC Mainnet',
5942
5954
  chain: 'Trust Smart Chain',
@@ -24791,6 +24803,27 @@ const chainArray = [
24791
24803
  }
24792
24804
  ]
24793
24805
  },
24806
+ {
24807
+ name: 'Volcano Chain Mainnet',
24808
+ chain: 'Volcano',
24809
+ icon: 'volcano',
24810
+ rpc: [ 'https://mainnet.vchain.pro', 'wss://wss.mainnet.vchain.pro' ],
24811
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24812
+ faucets: [],
24813
+ nativeCurrency: { name: 'Volcano Coin', symbol: 'VC', decimals: 18 },
24814
+ infoURL: 'https://vex.pro',
24815
+ shortName: 'volcanochain',
24816
+ chainId: 10085,
24817
+ networkId: 10085,
24818
+ explorers: [
24819
+ {
24820
+ name: 'blockscout',
24821
+ url: 'https://vchainscan.com',
24822
+ icon: 'volcano',
24823
+ standard: 'EIP3091'
24824
+ }
24825
+ ]
24826
+ },
24794
24827
  {
24795
24828
  name: 'SJATSH',
24796
24829
  chain: 'ETH',
@@ -29515,6 +29548,22 @@ const chainArray = [
29515
29548
  }
29516
29549
  ]
29517
29550
  },
29551
+ {
29552
+ name: 'Pencils Protocol Sepolia Testnet',
29553
+ chain: 'ETH',
29554
+ rpc: [],
29555
+ faucets: [],
29556
+ nativeCurrency: {
29557
+ name: 'Pencils Protocol Sepolia Testnet Token',
29558
+ symbol: 'DAPPST',
29559
+ decimals: 18
29560
+ },
29561
+ infoURL: 'https://pencilsprotocol.io/',
29562
+ shortName: 'dapp-sepolia',
29563
+ chainId: 33999,
29564
+ networkId: 33999,
29565
+ status: 'incubating'
29566
+ },
29518
29567
  {
29519
29568
  name: 'Mode',
29520
29569
  chain: 'ETH',
@@ -32368,14 +32417,14 @@ const chainArray = [
32368
32417
  },
32369
32418
  {
32370
32419
  name: 'CyberChain Mainnet',
32371
- chain: 'CCX',
32420
+ chain: 'XCC',
32372
32421
  icon: 'cyberchain',
32373
32422
  rpc: [ 'https://rpc.cyberchain.xyz/' ],
32374
32423
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
32375
32424
  faucets: [],
32376
- nativeCurrency: { name: 'CCX', symbol: 'CCX', decimals: 18 },
32425
+ nativeCurrency: { name: 'XCC', symbol: 'XCC', decimals: 18 },
32377
32426
  infoURL: 'https://cyberchain.xyz',
32378
- shortName: 'ccx',
32427
+ shortName: 'xcc',
32379
32428
  chainId: 65535,
32380
32429
  networkId: 65535,
32381
32430
  slip44: 60,
@@ -33378,14 +33427,25 @@ const chainArray = [
33378
33427
  name: 'Berachain',
33379
33428
  chain: 'Berachain',
33380
33429
  rpc: [ 'https://rpc.berachain.com' ],
33381
- faucets: [ 'https://faucet.berachain.com' ],
33430
+ faucets: [],
33382
33431
  nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
33383
33432
  infoURL: 'https://www.berachain.com',
33384
33433
  shortName: 'berachain',
33385
33434
  chainId: 80094,
33386
33435
  networkId: 80094,
33387
33436
  icon: 'berachain',
33388
- explorers: []
33437
+ explorers: [
33438
+ {
33439
+ name: 'Berascan',
33440
+ url: 'https://berascan.com',
33441
+ standard: 'EIP3091'
33442
+ },
33443
+ {
33444
+ name: 'Beratrail',
33445
+ url: 'https://beratrail.io',
33446
+ standard: 'EIP3091'
33447
+ }
33448
+ ]
33389
33449
  },
33390
33450
  {
33391
33451
  name: 'Hizoco mainnet',
@@ -36967,22 +37027,22 @@ const chainArray = [
36967
37027
  ]
36968
37028
  },
36969
37029
  {
36970
- name: 'CONET Holesky',
36971
- chain: 'CONET Holesky',
37030
+ name: 'CONET Cancun',
37031
+ chain: 'CONET Cancun',
36972
37032
  rpc: [ 'https://rpc.conet.network' ],
36973
37033
  faucets: [],
36974
- nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
37034
+ nativeCurrency: { name: 'CONET Cancun', symbol: 'CONET', decimals: 18 },
36975
37035
  features: [ { name: 'EIP155' } ],
36976
37036
  infoURL: 'https://conet.network',
36977
- shortName: 'conet-holesky',
37037
+ shortName: 'conet-cancun',
36978
37038
  chainId: 224433,
36979
37039
  networkId: 224433,
36980
37040
  slip44: 2147708081,
36981
37041
  icon: 'conet',
36982
37042
  explorers: [
36983
37043
  {
36984
- name: 'CONET Holesky Scan',
36985
- url: 'https://scan.conet.network',
37044
+ name: 'CONET Cancun Scan',
37045
+ url: 'https://cancun.conet.network',
36986
37046
  standard: 'EIP3091'
36987
37047
  }
36988
37048
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.608",
3
+ "version": "0.0.610",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {