eth-chainlist 0.0.832 → 0.0.834

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.834 (2026-09-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.833 ([d3ec28b](https://github.com/poowf/eth-chainlist/commit/d3ec28b5a9df4da26070b18a85d0742bad69c556))
9
+ * update chain data ([4f017d8](https://github.com/poowf/eth-chainlist/commit/4f017d883587f01ef814aa0e7518c124f031f89d))
10
+
11
+ ### 0.0.833 (2026-09-11)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.832 ([017fed2](https://github.com/poowf/eth-chainlist/commit/017fed24ced4240cce65f32697ccf65eb7ee3990))
17
+ * update chain data ([2c48ddb](https://github.com/poowf/eth-chainlist/commit/2c48ddbec255bae61419b9503a660b400fc3f107))
18
+
3
19
  ### 0.0.832 (2026-09-10)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -288,7 +288,14 @@ const chainArray = [
288
288
  shortName: 'meta',
289
289
  chainId: 11,
290
290
  networkId: 11,
291
- slip44: 916
291
+ slip44: 916,
292
+ explorers: [
293
+ {
294
+ name: 'Metadium Explorer',
295
+ url: 'https://explorer.metadium.com',
296
+ standard: 'EIP3091'
297
+ }
298
+ ]
292
299
  },
293
300
  {
294
301
  name: 'Metadium Testnet',
@@ -300,7 +307,14 @@ const chainArray = [
300
307
  shortName: 'kal',
301
308
  chainId: 12,
302
309
  networkId: 12,
303
- slip44: 1
310
+ slip44: 1,
311
+ explorers: [
312
+ {
313
+ name: 'Metadium Testnet Explorer',
314
+ url: 'https://testnetexplorer.metadium.com',
315
+ standard: 'EIP3091'
316
+ }
317
+ ]
304
318
  },
305
319
  {
306
320
  name: 'Diode Testnet Staging',
@@ -10902,11 +10916,6 @@ const chainArray = [
10902
10916
  networkId: 1001,
10903
10917
  slip44: 1,
10904
10918
  explorers: [
10905
- {
10906
- name: 'Kaiascope',
10907
- url: 'https://kairos.kaiascope.com',
10908
- standard: 'EIP3091'
10909
- },
10910
10919
  {
10911
10920
  name: 'Kaiascan',
10912
10921
  url: 'https://kairos.kaiascan.io',
@@ -26969,11 +26978,6 @@ const chainArray = [
26969
26978
  networkId: 8217,
26970
26979
  slip44: 8217,
26971
26980
  explorers: [
26972
- {
26973
- name: 'Kaiascope',
26974
- url: 'https://kaiascope.com',
26975
- standard: 'EIP3091'
26976
- },
26977
26981
  {
26978
26982
  name: 'Kaiascan',
26979
26983
  url: 'https://kaiascan.io',
@@ -52214,6 +52218,24 @@ const chainArray = [
52214
52218
  }
52215
52219
  ]
52216
52220
  },
52221
+ {
52222
+ name: 'Winmar Chain Mainnet',
52223
+ chain: 'WMC',
52224
+ rpc: [ 'https://rpc.winmarchain.org' ],
52225
+ faucets: [],
52226
+ nativeCurrency: { name: 'Winmar Coin', symbol: 'WMC', decimals: 18 },
52227
+ infoURL: 'https://scan.winmarchain.org',
52228
+ shortName: 'winmar',
52229
+ chainId: 12142816,
52230
+ networkId: 12142816,
52231
+ explorers: [
52232
+ {
52233
+ name: 'Winmar Chain Explorer',
52234
+ url: 'https://scan.winmarchain.org',
52235
+ standard: 'EIP3091'
52236
+ }
52237
+ ]
52238
+ },
52217
52239
  {
52218
52240
  name: 'NeoX Testnet T3',
52219
52241
  chain: 'NeoX',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.832",
3
+ "version": "0.0.834",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "lint-staged": {