eth-chainlist 0.0.601 → 0.0.603

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.603 (2025-02-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.602 ([9396d92](https://github.com/poowf/eth-chainlist/commit/9396d920acd88b7195270affc78f70d8d41a957b))
9
+ * update chain data ([9e7b97b](https://github.com/poowf/eth-chainlist/commit/9e7b97b413d40149006a708ec5878e73869c5d15))
10
+
11
+ ### 0.0.602 (2025-02-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.601 ([d020bb3](https://github.com/poowf/eth-chainlist/commit/d020bb3d1791f7f593a818e7d846d97cd86c225d))
17
+ * update chain data ([2c56a9f](https://github.com/poowf/eth-chainlist/commit/2c56a9f798db25fde3890f22952a053c213d6ec8))
18
+
3
19
  ### 0.0.601 (2025-02-02)
4
20
 
5
21
 
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',
@@ -35364,6 +35370,25 @@ const chainArray = [
35364
35370
  }
35365
35371
  ]
35366
35372
  },
35373
+ {
35374
+ name: 'Fushuma',
35375
+ chain: 'Fushuma',
35376
+ rpc: [ 'https://rpc.fushuma.com' ],
35377
+ faucets: [],
35378
+ nativeCurrency: { name: 'FUSHUMA', symbol: 'FUMA', decimals: 18 },
35379
+ features: [ { name: 'EIP155' } ],
35380
+ infoURL: '',
35381
+ shortName: 'fushuma',
35382
+ chainId: 121224,
35383
+ networkId: 121224,
35384
+ explorers: [
35385
+ {
35386
+ name: 'FumaScan',
35387
+ url: 'https://fumascan.com',
35388
+ standard: 'none'
35389
+ }
35390
+ ]
35391
+ },
35367
35392
  {
35368
35393
  name: 'Gemchain',
35369
35394
  chain: 'Gemchain',
@@ -43143,11 +43168,11 @@ const chainArray = [
43143
43168
  ]
43144
43169
  },
43145
43170
  {
43146
- name: 'Skopje Testnet',
43171
+ name: 'GPT Testnet',
43147
43172
  chain: 'Skopje Testnet',
43148
43173
  icon: 'skopje-gpt',
43149
- rpc: [ 'https://skopje-rpc.gptprotocol.io' ],
43150
- faucets: [ 'https://skopje-faucet.gptprotocol.io' ],
43174
+ rpc: [ 'https://testnet-rpc.gptprotocol.io' ],
43175
+ faucets: [ 'https://testnet-faucet.gptprotocol.io' ],
43151
43176
  chainId: 476462898,
43152
43177
  networkId: 476462898,
43153
43178
  nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
@@ -43156,12 +43181,12 @@ const chainArray = [
43156
43181
  parent: {
43157
43182
  type: 'L2',
43158
43183
  chain: 'eip155-11155111',
43159
- bridges: [ { url: 'https://skopje-bridge.gptprotocol.io' } ]
43184
+ bridges: [ { url: 'https://testnet-bridge.gptprotocol.io' } ]
43160
43185
  },
43161
43186
  explorers: [
43162
43187
  {
43163
43188
  name: 'blockscout',
43164
- url: 'https://skopje-explorer.gptprotocol.io',
43189
+ url: 'https://testnet-explorer.gptprotocol.io',
43165
43190
  standard: 'EIP3091',
43166
43191
  icon: 'blockscout'
43167
43192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.601",
3
+ "version": "0.0.603",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {