eth-chainlist 0.0.758 → 0.0.760
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 +16 -0
- package/data/chain.js +109 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.760 (2026-04-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.759 ([58931a9](https://github.com/poowf/eth-chainlist/commit/58931a90398815df89bd73483945e559dbbbd28a))
|
|
9
|
+
* update chain data ([a26468d](https://github.com/poowf/eth-chainlist/commit/a26468d4254c55d67988ab5bd9865d173c0c291f))
|
|
10
|
+
|
|
11
|
+
### 0.0.759 (2026-04-27)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.758 ([125de69](https://github.com/poowf/eth-chainlist/commit/125de6940d6600ca817da4a44b90d32c90e76a84))
|
|
17
|
+
* update chain data ([47d22a2](https://github.com/poowf/eth-chainlist/commit/47d22a2ee9cc8c66477cf2b575b3e35e03e16fbd))
|
|
18
|
+
|
|
3
19
|
### 0.0.758 (2026-04-25)
|
|
4
20
|
|
|
5
21
|
|
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',
|
|
@@ -31130,6 +31151,27 @@ const chainArray = [
|
|
|
31130
31151
|
}
|
|
31131
31152
|
]
|
|
31132
31153
|
},
|
|
31154
|
+
{
|
|
31155
|
+
name: 'SuperAIChain Mainnet',
|
|
31156
|
+
chain: 'SuperAIChain',
|
|
31157
|
+
icon: 'superaichain',
|
|
31158
|
+
rpc: [ 'https://rpc.superaichain.ai' ],
|
|
31159
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
31160
|
+
faucets: [],
|
|
31161
|
+
nativeCurrency: { name: 'SUP', symbol: 'SUP', decimals: 18 },
|
|
31162
|
+
infoURL: 'https://superaichain.ai',
|
|
31163
|
+
shortName: 'sup',
|
|
31164
|
+
chainId: 19998,
|
|
31165
|
+
networkId: 19998,
|
|
31166
|
+
slip44: 60,
|
|
31167
|
+
explorers: [
|
|
31168
|
+
{
|
|
31169
|
+
name: 'SuperAIChain Explorer',
|
|
31170
|
+
url: 'https://scan.superaichain.ai',
|
|
31171
|
+
standard: 'EIP3091'
|
|
31172
|
+
}
|
|
31173
|
+
]
|
|
31174
|
+
},
|
|
31133
31175
|
{
|
|
31134
31176
|
name: 'Camelark Mainnet',
|
|
31135
31177
|
chainId: 20001,
|
|
@@ -31460,6 +31502,25 @@ const chainArray = [
|
|
|
31460
31502
|
}
|
|
31461
31503
|
]
|
|
31462
31504
|
},
|
|
31505
|
+
{
|
|
31506
|
+
name: '1Money Sidechain Mainnet',
|
|
31507
|
+
chain: '1MoneySidechain',
|
|
31508
|
+
rpc: [
|
|
31509
|
+
'https://rpc.sidechain.mainnet.1money.network',
|
|
31510
|
+
'https://rpc1.sidechain.mainnet.1money.network',
|
|
31511
|
+
'https://rpc2.sidechain.mainnet.1money.network',
|
|
31512
|
+
'https://rpc3.sidechain.mainnet.1money.network'
|
|
31513
|
+
],
|
|
31514
|
+
faucets: [],
|
|
31515
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
31516
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
31517
|
+
infoURL: 'https://www.1moneynetwork.com',
|
|
31518
|
+
shortName: '1money-sc',
|
|
31519
|
+
icon: '1moneynetwork',
|
|
31520
|
+
chainId: 21211,
|
|
31521
|
+
networkId: 21211,
|
|
31522
|
+
explorers: []
|
|
31523
|
+
},
|
|
31463
31524
|
{
|
|
31464
31525
|
name: 'DCpay Mainnet',
|
|
31465
31526
|
chain: 'DCpay',
|
|
@@ -41776,7 +41837,7 @@ const chainArray = [
|
|
|
41776
41837
|
]
|
|
41777
41838
|
},
|
|
41778
41839
|
{
|
|
41779
|
-
name: 'Taiko
|
|
41840
|
+
name: 'Taiko',
|
|
41780
41841
|
chain: 'ETH',
|
|
41781
41842
|
status: 'active',
|
|
41782
41843
|
icon: 'taiko',
|
|
@@ -41796,11 +41857,6 @@ const chainArray = [
|
|
|
41796
41857
|
name: 'etherscan',
|
|
41797
41858
|
url: 'https://taikoscan.io',
|
|
41798
41859
|
standard: 'EIP3091'
|
|
41799
|
-
},
|
|
41800
|
-
{
|
|
41801
|
-
name: 'Routescan',
|
|
41802
|
-
url: 'https://taikoexplorer.com',
|
|
41803
|
-
standard: 'EIP3091'
|
|
41804
41860
|
}
|
|
41805
41861
|
]
|
|
41806
41862
|
},
|
|
@@ -43363,6 +43419,26 @@ const chainArray = [
|
|
|
43363
43419
|
}
|
|
43364
43420
|
]
|
|
43365
43421
|
},
|
|
43422
|
+
{
|
|
43423
|
+
name: 'PlasticHero',
|
|
43424
|
+
shortName: 'pth',
|
|
43425
|
+
chain: 'PTH',
|
|
43426
|
+
chainId: 250210,
|
|
43427
|
+
networkId: 250210,
|
|
43428
|
+
rpc: [ 'https://rpc.plasticherokorea.com' ],
|
|
43429
|
+
faucets: [],
|
|
43430
|
+
infoURL: 'https://www.plasticherocoin.com',
|
|
43431
|
+
icon: 'plastichero',
|
|
43432
|
+
nativeCurrency: { name: 'PlasticHero', symbol: 'PTH', decimals: 18 },
|
|
43433
|
+
explorers: [
|
|
43434
|
+
{
|
|
43435
|
+
name: 'PlasticHero Explorer',
|
|
43436
|
+
url: 'https://explorer.plasticherokorea.com',
|
|
43437
|
+
standard: 'EIP3091'
|
|
43438
|
+
}
|
|
43439
|
+
],
|
|
43440
|
+
status: 'active'
|
|
43441
|
+
},
|
|
43366
43442
|
{
|
|
43367
43443
|
name: 'StreamChain',
|
|
43368
43444
|
icon: 'streamchain',
|
|
@@ -47090,6 +47166,25 @@ const chainArray = [
|
|
|
47090
47166
|
}
|
|
47091
47167
|
]
|
|
47092
47168
|
},
|
|
47169
|
+
{
|
|
47170
|
+
name: '1Money Sidechain Testnet',
|
|
47171
|
+
chain: '1MoneySidechain',
|
|
47172
|
+
rpc: [
|
|
47173
|
+
'https://rpc.sidechain.testnet.1money.network',
|
|
47174
|
+
'https://rpc1.sidechain.testnet.1money.network',
|
|
47175
|
+
'https://rpc2.sidechain.testnet.1money.network',
|
|
47176
|
+
'https://rpc3.sidechain.testnet.1money.network'
|
|
47177
|
+
],
|
|
47178
|
+
faucets: [],
|
|
47179
|
+
nativeCurrency: { name: 'FREE', symbol: 'FREE', decimals: 18 },
|
|
47180
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
47181
|
+
infoURL: 'https://www.1moneynetwork.com',
|
|
47182
|
+
shortName: '1money-sc-testnet',
|
|
47183
|
+
icon: '1moneynetwork',
|
|
47184
|
+
chainId: 1212111,
|
|
47185
|
+
networkId: 1212111,
|
|
47186
|
+
explorers: []
|
|
47187
|
+
},
|
|
47093
47188
|
{
|
|
47094
47189
|
name: 'Sharecle Mainnet',
|
|
47095
47190
|
chain: 'SHARECLE',
|
|
@@ -49640,7 +49735,13 @@ const chainArray = [
|
|
|
49640
49735
|
name: 'Meta Assets Chain',
|
|
49641
49736
|
chain: 'MA',
|
|
49642
49737
|
icon: 'metaassets',
|
|
49643
|
-
rpc: [
|
|
49738
|
+
rpc: [
|
|
49739
|
+
'https://rpc.ma-chain.xyz',
|
|
49740
|
+
'https://madataseed.xyz',
|
|
49741
|
+
'https://maclive.info',
|
|
49742
|
+
'wss://madataseed.xyz/ws',
|
|
49743
|
+
'wss://maclive.info/ws'
|
|
49744
|
+
],
|
|
49644
49745
|
faucets: [],
|
|
49645
49746
|
nativeCurrency: { name: 'MetaAssets', symbol: 'MA', decimals: 18 },
|
|
49646
49747
|
infoURL: 'https://ma-chain.xyz',
|
|
@@ -52111,7 +52212,7 @@ const chainArray = [
|
|
|
52111
52212
|
icon: 'sn'
|
|
52112
52213
|
}
|
|
52113
52214
|
],
|
|
52114
|
-
status: '
|
|
52215
|
+
status: 'deprecated'
|
|
52115
52216
|
},
|
|
52116
52217
|
{
|
|
52117
52218
|
name: 'Harmony Mainnet Shard 0',
|