eth-chainlist 0.0.601 → 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,13 @@
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
+
3
11
  ### 0.0.601 (2025-02-02)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5650,9 +5650,9 @@ const chainArray = [
5650
5650
  ]
5651
5651
  },
5652
5652
  {
5653
- name: 'WEMblockchain MainNet',
5653
+ name: 'WorldEcoMoney',
5654
5654
  chain: 'WEM',
5655
- rpc: [ 'http://rpc.wemblockchain.com' ],
5655
+ rpc: [ 'https://rpc.wemblockchain.com' ],
5656
5656
  faucets: [],
5657
5657
  nativeCurrency: { name: 'WEM Coin', symbol: 'WEM', decimals: 18 },
5658
5658
  features: [
@@ -24721,7 +24721,7 @@ const chainArray = [
24721
24721
  name: 'Monad Testnet',
24722
24722
  chain: 'MON',
24723
24723
  icon: 'monad',
24724
- rpc: [],
24724
+ rpc: [ 'https://testnet-rpc.monad.xyz' ],
24725
24725
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
24726
24726
  faucets: [],
24727
24727
  nativeCurrency: { name: 'Testnet MON Token', symbol: 'MON', decimals: 18 },
@@ -24730,7 +24730,13 @@ const chainArray = [
24730
24730
  chainId: 10143,
24731
24731
  networkId: 10143,
24732
24732
  slip44: 1,
24733
- explorers: []
24733
+ explorers: [
24734
+ {
24735
+ name: 'Monad Testnet Explorer',
24736
+ url: 'https://testnet.monadexplorer.com',
24737
+ standard: 'EIP3091'
24738
+ }
24739
+ ]
24734
24740
  },
24735
24741
  {
24736
24742
  name: 'Gnosis Chiado Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.601",
3
+ "version": "0.0.602",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {