eth-chainlist 0.0.600 → 0.0.602

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.602 (2025-02-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.601 ([d020bb3](https://github.com/poowf/eth-chainlist/commit/d020bb3d1791f7f593a818e7d846d97cd86c225d))
9
+ * update chain data ([2c56a9f](https://github.com/poowf/eth-chainlist/commit/2c56a9f798db25fde3890f22952a053c213d6ec8))
10
+
11
+ ### 0.0.601 (2025-02-02)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.600 ([4786cbe](https://github.com/poowf/eth-chainlist/commit/4786cbe996cc22c276ea2a030f63715630e7108b))
17
+ * update chain data ([a97eddb](https://github.com/poowf/eth-chainlist/commit/a97eddbf26c5df34204194757c9daa6aed1a7deb))
18
+
3
19
  ### 0.0.600 (2025-02-01)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -20,7 +20,8 @@ const chainArray = [
20
20
  'https://rpc.mevblocker.io/noreverts',
21
21
  'https://rpc.mevblocker.io/fullprivacy',
22
22
  'https://eth.drpc.org',
23
- 'wss://eth.drpc.org'
23
+ 'wss://eth.drpc.org',
24
+ 'https://api.securerpc.com/v1'
24
25
  ],
25
26
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
26
27
  faucets: [],
@@ -5649,9 +5650,9 @@ const chainArray = [
5649
5650
  ]
5650
5651
  },
5651
5652
  {
5652
- name: 'WEMblockchain MainNet',
5653
+ name: 'WorldEcoMoney',
5653
5654
  chain: 'WEM',
5654
- rpc: [ 'http://rpc.wemblockchain.com' ],
5655
+ rpc: [ 'https://rpc.wemblockchain.com' ],
5655
5656
  faucets: [],
5656
5657
  nativeCurrency: { name: 'WEM Coin', symbol: 'WEM', decimals: 18 },
5657
5658
  features: [
@@ -24720,7 +24721,7 @@ const chainArray = [
24720
24721
  name: 'Monad Testnet',
24721
24722
  chain: 'MON',
24722
24723
  icon: 'monad',
24723
- rpc: [],
24724
+ rpc: [ 'https://testnet-rpc.monad.xyz' ],
24724
24725
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24725
24726
  faucets: [],
24726
24727
  nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18 },
@@ -24729,7 +24730,13 @@ const chainArray = [
24729
24730
  chainId: 10143,
24730
24731
  networkId: 10143,
24731
24732
  slip44: 1,
24732
- explorers: []
24733
+ explorers: [
24734
+ {
24735
+ name: 'Monad Testnet Explorer',
24736
+ url: 'https://testnet.monadexplorer.com',
24737
+ standard: 'EIP3091'
24738
+ }
24739
+ ]
24733
24740
  },
24734
24741
  {
24735
24742
  name: 'Gnosis Chiado Testnet',
@@ -43472,8 +43479,8 @@ const chainArray = [
43472
43479
  ]
43473
43480
  },
43474
43481
  {
43475
- name: 'OFFICIAL VASYL TESTNET',
43476
- title: 'OFFICIAL VASYL TESTNET',
43482
+ name: 'OFFICIAL VASYL',
43483
+ title: 'OFFICIAL VASYL',
43477
43484
  chain: 'Official-Vasyl',
43478
43485
  rpc: [ 'https://rpc.official-vasyl.network' ],
43479
43486
  faucets: [ 'https://faucet.official-vasyl.network' ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.600",
3
+ "version": "0.0.602",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {