eth-chainlist 0.0.353 → 0.0.354

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.354 (2024-03-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.353 ([af6a422](https://github.com/poowf/eth-chainlist/commit/af6a4222c5ab461d940aebf3ea19685fd9e45e73))
9
+ * update chain data ([bd8d5c5](https://github.com/poowf/eth-chainlist/commit/bd8d5c591f250aeb3f03401a4993d11690f92537))
10
+
3
11
  ### 0.0.353 (2024-03-02)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -20744,9 +20744,15 @@ const chainArray = [
20744
20744
  },
20745
20745
  {
20746
20746
  name: 'Blast',
20747
- status: 'incubating',
20747
+ status: 'active',
20748
20748
  chain: 'ETH',
20749
- rpc: [],
20749
+ rpc: [
20750
+ 'https://rpc.blast.io',
20751
+ 'https://rpc.ankr.com/blast',
20752
+ 'https://blast.din.dev/rpc',
20753
+ 'https://blastl2-mainnet.public.blastapi.io',
20754
+ 'https://blast.blockpi.network/v1/rpc/public'
20755
+ ],
20750
20756
  faucets: [],
20751
20757
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
20752
20758
  infoURL: 'https://blast.io/',
@@ -20754,7 +20760,20 @@ const chainArray = [
20754
20760
  chainId: 81457,
20755
20761
  networkId: 81457,
20756
20762
  icon: 'blast',
20757
- explorers: [],
20763
+ explorers: [
20764
+ {
20765
+ name: 'Blastscan',
20766
+ url: 'https://blastscan.io',
20767
+ icon: 'blast',
20768
+ standard: 'EIP3091'
20769
+ },
20770
+ {
20771
+ name: 'Blast Explorer',
20772
+ url: 'https://blastexplorer.io',
20773
+ icon: 'blast',
20774
+ standard: 'EIP3091'
20775
+ }
20776
+ ],
20758
20777
  parent: { type: 'L2', chain: 'eip155-1' }
20759
20778
  },
20760
20779
  {
@@ -20836,7 +20855,7 @@ const chainArray = [
20836
20855
  name: 'Base Sepolia Testnet',
20837
20856
  chain: 'ETH',
20838
20857
  rpc: [
20839
- 'https://https://sepolia.base.org',
20858
+ 'https://sepolia.base.org',
20840
20859
  'https://base-sepolia-rpc.publicnode.com',
20841
20860
  'wss://base-sepolia-rpc.publicnode.com'
20842
20861
  ],
@@ -25553,6 +25572,20 @@ const chainArray = [
25553
25572
  }
25554
25573
  ]
25555
25574
  },
25575
+ {
25576
+ name: 'Degen Chain',
25577
+ title: 'Degen Chain',
25578
+ chain: 'Degen',
25579
+ rpc: [ 'https://rpc.degen.tips' ],
25580
+ faucets: [],
25581
+ nativeCurrency: { name: 'DEGEN', symbol: 'DEGEN', decimals: 18 },
25582
+ infoURL: 'https://degen.tips',
25583
+ shortName: 'degen-chain',
25584
+ chainId: 666666666,
25585
+ networkId: 666666666,
25586
+ status: 'incubating',
25587
+ icon: 'degen'
25588
+ },
25556
25589
  {
25557
25590
  name: 'Ancient8',
25558
25591
  chain: 'Ancient8',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.353",
3
+ "version": "0.0.354",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {