eth-chainlist 0.0.608 → 0.0.609

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.609 (2025-02-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.608 ([84356b4](https://github.com/poowf/eth-chainlist/commit/84356b4e09bffb1c93d008a6d5d53d332821f7ad))
9
+ * update chain data ([ca6ddb4](https://github.com/poowf/eth-chainlist/commit/ca6ddb45ffd15828cbf83d470aaee60ef983440d))
10
+
3
11
  ### 0.0.608 (2025-02-09)
4
12
 
5
13
 
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',
@@ -29515,6 +29527,22 @@ const chainArray = [
29515
29527
  }
29516
29528
  ]
29517
29529
  },
29530
+ {
29531
+ name: 'Pencils Protocol Sepolia Testnet',
29532
+ chain: 'ETH',
29533
+ rpc: [],
29534
+ faucets: [],
29535
+ nativeCurrency: {
29536
+ name: 'Pencils Protocol Sepolia Testnet Token',
29537
+ symbol: 'DAPPST',
29538
+ decimals: 18
29539
+ },
29540
+ infoURL: 'https://pencilsprotocol.io/',
29541
+ shortName: 'dapp-sepolia',
29542
+ chainId: 33999,
29543
+ networkId: 33999,
29544
+ status: 'incubating'
29545
+ },
29518
29546
  {
29519
29547
  name: 'Mode',
29520
29548
  chain: 'ETH',
@@ -33378,14 +33406,25 @@ const chainArray = [
33378
33406
  name: 'Berachain',
33379
33407
  chain: 'Berachain',
33380
33408
  rpc: [ 'https://rpc.berachain.com' ],
33381
- faucets: [ 'https://faucet.berachain.com' ],
33409
+ faucets: [],
33382
33410
  nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
33383
33411
  infoURL: 'https://www.berachain.com',
33384
33412
  shortName: 'berachain',
33385
33413
  chainId: 80094,
33386
33414
  networkId: 80094,
33387
33415
  icon: 'berachain',
33388
- explorers: []
33416
+ explorers: [
33417
+ {
33418
+ name: 'Berascan',
33419
+ url: 'https://berascan.com',
33420
+ standard: 'EIP3091'
33421
+ },
33422
+ {
33423
+ name: 'Beratrail',
33424
+ url: 'https://beratrail.io',
33425
+ standard: 'EIP3091'
33426
+ }
33427
+ ]
33389
33428
  },
33390
33429
  {
33391
33430
  name: 'Hizoco mainnet',
@@ -36967,22 +37006,22 @@ const chainArray = [
36967
37006
  ]
36968
37007
  },
36969
37008
  {
36970
- name: 'CONET Holesky',
36971
- chain: 'CONET Holesky',
37009
+ name: 'CONET Cancun',
37010
+ chain: 'CONET Cancun',
36972
37011
  rpc: [ 'https://rpc.conet.network' ],
36973
37012
  faucets: [],
36974
- nativeCurrency: { name: 'CONET Holesky', symbol: 'CONET', decimals: 18 },
37013
+ nativeCurrency: { name: 'CONET Cancun', symbol: 'CONET', decimals: 18 },
36975
37014
  features: [ { name: 'EIP155' } ],
36976
37015
  infoURL: 'https://conet.network',
36977
- shortName: 'conet-holesky',
37016
+ shortName: 'conet-cancun',
36978
37017
  chainId: 224433,
36979
37018
  networkId: 224433,
36980
37019
  slip44: 2147708081,
36981
37020
  icon: 'conet',
36982
37021
  explorers: [
36983
37022
  {
36984
- name: 'CONET Holesky Scan',
36985
- url: 'https://scan.conet.network',
37023
+ name: 'CONET Cancun Scan',
37024
+ url: 'https://cancun.conet.network',
36986
37025
  standard: 'EIP3091'
36987
37026
  }
36988
37027
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.608",
3
+ "version": "0.0.609",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {