eth-chainlist 0.0.833 → 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 +8 -0
- package/data/chain.js +18 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
### 0.0.833 (2026-09-11)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -10916,11 +10916,6 @@ const chainArray = [
|
|
|
10916
10916
|
networkId: 1001,
|
|
10917
10917
|
slip44: 1,
|
|
10918
10918
|
explorers: [
|
|
10919
|
-
{
|
|
10920
|
-
name: 'Kaiascope',
|
|
10921
|
-
url: 'https://kairos.kaiascope.com',
|
|
10922
|
-
standard: 'EIP3091'
|
|
10923
|
-
},
|
|
10924
10919
|
{
|
|
10925
10920
|
name: 'Kaiascan',
|
|
10926
10921
|
url: 'https://kairos.kaiascan.io',
|
|
@@ -26983,11 +26978,6 @@ const chainArray = [
|
|
|
26983
26978
|
networkId: 8217,
|
|
26984
26979
|
slip44: 8217,
|
|
26985
26980
|
explorers: [
|
|
26986
|
-
{
|
|
26987
|
-
name: 'Kaiascope',
|
|
26988
|
-
url: 'https://kaiascope.com',
|
|
26989
|
-
standard: 'EIP3091'
|
|
26990
|
-
},
|
|
26991
26981
|
{
|
|
26992
26982
|
name: 'Kaiascan',
|
|
26993
26983
|
url: 'https://kaiascan.io',
|
|
@@ -52228,6 +52218,24 @@ const chainArray = [
|
|
|
52228
52218
|
}
|
|
52229
52219
|
]
|
|
52230
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
|
+
},
|
|
52231
52239
|
{
|
|
52232
52240
|
name: 'NeoX Testnet T3',
|
|
52233
52241
|
chain: 'NeoX',
|