eth-chainlist 0.0.758 → 0.0.759
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 +87 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.759 (2026-04-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.758 ([125de69](https://github.com/poowf/eth-chainlist/commit/125de6940d6600ca817da4a44b90d32c90e76a84))
|
|
9
|
+
* update chain data ([47d22a2](https://github.com/poowf/eth-chainlist/commit/47d22a2ee9cc8c66477cf2b575b3e35e03e16fbd))
|
|
10
|
+
|
|
3
11
|
### 0.0.758 (2026-04-25)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -16386,6 +16386,27 @@ const chainArray = [
|
|
|
16386
16386
|
}
|
|
16387
16387
|
]
|
|
16388
16388
|
},
|
|
16389
|
+
{
|
|
16390
|
+
name: 'Parallax',
|
|
16391
|
+
chain: 'PARALLAX',
|
|
16392
|
+
icon: 'parallax',
|
|
16393
|
+
rpc: [ 'https://rpc.parallaxprotocol.org' ],
|
|
16394
|
+
features: [ { name: 'EIP155' } ],
|
|
16395
|
+
faucets: [ 'https://faucet.parallaxprotocol.org' ],
|
|
16396
|
+
nativeCurrency: { name: 'Parallax', symbol: 'LAX', decimals: 18 },
|
|
16397
|
+
infoURL: 'https://parallaxprotocol.org',
|
|
16398
|
+
shortName: 'parallax',
|
|
16399
|
+
chainId: 2110,
|
|
16400
|
+
networkId: 2110,
|
|
16401
|
+
explorers: [
|
|
16402
|
+
{
|
|
16403
|
+
name: 'blockscout',
|
|
16404
|
+
url: 'https://explorer.parallaxprotocol.org',
|
|
16405
|
+
icon: 'parallax',
|
|
16406
|
+
standard: 'EIP3091'
|
|
16407
|
+
}
|
|
16408
|
+
]
|
|
16409
|
+
},
|
|
16389
16410
|
{
|
|
16390
16411
|
name: 'UCHAIN Mainnet',
|
|
16391
16412
|
chain: 'UCHAIN',
|
|
@@ -31460,6 +31481,25 @@ const chainArray = [
|
|
|
31460
31481
|
}
|
|
31461
31482
|
]
|
|
31462
31483
|
},
|
|
31484
|
+
{
|
|
31485
|
+
name: '1Money Sidechain Mainnet',
|
|
31486
|
+
chain: '1MoneySidechain',
|
|
31487
|
+
rpc: [
|
|
31488
|
+
'https://rpc.sidechain.mainnet.1money.network',
|
|
31489
|
+
'https://rpc1.sidechain.mainnet.1money.network',
|
|
31490
|
+
'https://rpc2.sidechain.mainnet.1money.network',
|
|
31491
|
+
'https://rpc3.sidechain.mainnet.1money.network'
|
|
31492
|
+
],
|
|
31493
|
+
faucets: [],
|
|
31494
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
31495
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
31496
|
+
infoURL: 'https://www.1moneynetwork.com',
|
|
31497
|
+
shortName: '1money-sc',
|
|
31498
|
+
icon: '1moneynetwork',
|
|
31499
|
+
chainId: 21211,
|
|
31500
|
+
networkId: 21211,
|
|
31501
|
+
explorers: []
|
|
31502
|
+
},
|
|
31463
31503
|
{
|
|
31464
31504
|
name: 'DCpay Mainnet',
|
|
31465
31505
|
chain: 'DCpay',
|
|
@@ -43363,6 +43403,26 @@ const chainArray = [
|
|
|
43363
43403
|
}
|
|
43364
43404
|
]
|
|
43365
43405
|
},
|
|
43406
|
+
{
|
|
43407
|
+
name: 'PlasticHero',
|
|
43408
|
+
shortName: 'pth',
|
|
43409
|
+
chain: 'PTH',
|
|
43410
|
+
chainId: 250210,
|
|
43411
|
+
networkId: 250210,
|
|
43412
|
+
rpc: [ 'https://rpc.plasticherokorea.com' ],
|
|
43413
|
+
faucets: [],
|
|
43414
|
+
infoURL: 'https://www.plasticherocoin.com',
|
|
43415
|
+
icon: 'plastichero',
|
|
43416
|
+
nativeCurrency: { name: 'PlasticHero', symbol: 'PTH', decimals: 18 },
|
|
43417
|
+
explorers: [
|
|
43418
|
+
{
|
|
43419
|
+
name: 'PlasticHero Explorer',
|
|
43420
|
+
url: 'https://explorer.plasticherokorea.com',
|
|
43421
|
+
standard: 'EIP3091'
|
|
43422
|
+
}
|
|
43423
|
+
],
|
|
43424
|
+
status: 'active'
|
|
43425
|
+
},
|
|
43366
43426
|
{
|
|
43367
43427
|
name: 'StreamChain',
|
|
43368
43428
|
icon: 'streamchain',
|
|
@@ -47090,6 +47150,25 @@ const chainArray = [
|
|
|
47090
47150
|
}
|
|
47091
47151
|
]
|
|
47092
47152
|
},
|
|
47153
|
+
{
|
|
47154
|
+
name: '1Money Sidechain Testnet',
|
|
47155
|
+
chain: '1MoneySidechain',
|
|
47156
|
+
rpc: [
|
|
47157
|
+
'https://rpc.sidechain.testnet.1money.network',
|
|
47158
|
+
'https://rpc1.sidechain.testnet.1money.network',
|
|
47159
|
+
'https://rpc2.sidechain.testnet.1money.network',
|
|
47160
|
+
'https://rpc3.sidechain.testnet.1money.network'
|
|
47161
|
+
],
|
|
47162
|
+
faucets: [],
|
|
47163
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
47164
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
47165
|
+
infoURL: 'https://www.1moneynetwork.com',
|
|
47166
|
+
shortName: '1money-sc-testnet',
|
|
47167
|
+
icon: '1moneynetwork',
|
|
47168
|
+
chainId: 1212111,
|
|
47169
|
+
networkId: 1212111,
|
|
47170
|
+
explorers: []
|
|
47171
|
+
},
|
|
47093
47172
|
{
|
|
47094
47173
|
name: 'Sharecle Mainnet',
|
|
47095
47174
|
chain: 'SHARECLE',
|
|
@@ -49640,7 +49719,13 @@ const chainArray = [
|
|
|
49640
49719
|
name: 'Meta Assets Chain',
|
|
49641
49720
|
chain: 'MA',
|
|
49642
49721
|
icon: 'metaassets',
|
|
49643
|
-
rpc: [
|
|
49722
|
+
rpc: [
|
|
49723
|
+
'https://rpc.ma-chain.xyz',
|
|
49724
|
+
'https://madataseed.xyz',
|
|
49725
|
+
'https://maclive.info',
|
|
49726
|
+
'wss://madataseed.xyz/ws',
|
|
49727
|
+
'wss://maclive.info/ws'
|
|
49728
|
+
],
|
|
49644
49729
|
faucets: [],
|
|
49645
49730
|
nativeCurrency: { name: 'MetaAssets', symbol: 'MA', decimals: 18 },
|
|
49646
49731
|
infoURL: 'https://ma-chain.xyz',
|
|
@@ -52111,7 +52196,7 @@ const chainArray = [
|
|
|
52111
52196
|
icon: 'sn'
|
|
52112
52197
|
}
|
|
52113
52198
|
],
|
|
52114
|
-
status: '
|
|
52199
|
+
status: 'deprecated'
|
|
52115
52200
|
},
|
|
52116
52201
|
{
|
|
52117
52202
|
name: 'Harmony Mainnet Shard 0',
|