eth-chainlist 0.0.757 → 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 +16 -0
- package/data/chain.js +143 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.758 (2026-04-25)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.757 ([61b250d](https://github.com/poowf/eth-chainlist/commit/61b250d5d40ade1cfe9eb507fd49c013c1b63aa4))
|
|
17
|
+
* update chain data ([e4cf2a5](https://github.com/poowf/eth-chainlist/commit/e4cf2a52e9c6f96fe30237204f51916a82639cf3))
|
|
18
|
+
|
|
3
19
|
### 0.0.757 (2026-04-24)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -7298,6 +7298,26 @@ const chainArray = [
|
|
|
7298
7298
|
}
|
|
7299
7299
|
]
|
|
7300
7300
|
},
|
|
7301
|
+
{
|
|
7302
|
+
name: 'DotOne Smart Chain',
|
|
7303
|
+
chain: 'DOTO',
|
|
7304
|
+
rpc: [ 'https://rpc.dotone.network' ],
|
|
7305
|
+
faucets: [],
|
|
7306
|
+
nativeCurrency: { name: 'Doto', symbol: 'DOTO', decimals: 18 },
|
|
7307
|
+
infoURL: 'https://dotone.network',
|
|
7308
|
+
shortName: 'doto',
|
|
7309
|
+
chainId: 505,
|
|
7310
|
+
networkId: 505,
|
|
7311
|
+
icon: 'dotonechain',
|
|
7312
|
+
explorers: [
|
|
7313
|
+
{
|
|
7314
|
+
name: 'DotOne Smart Chain Explorer',
|
|
7315
|
+
url: 'https://explorer.dotone.network',
|
|
7316
|
+
icon: 'dotonechain',
|
|
7317
|
+
standard: 'EIP3091'
|
|
7318
|
+
}
|
|
7319
|
+
]
|
|
7320
|
+
},
|
|
7301
7321
|
{
|
|
7302
7322
|
name: 'Syndicate Mainnet',
|
|
7303
7323
|
chain: 'Syndicate',
|
|
@@ -16366,6 +16386,27 @@ const chainArray = [
|
|
|
16366
16386
|
}
|
|
16367
16387
|
]
|
|
16368
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
|
+
},
|
|
16369
16410
|
{
|
|
16370
16411
|
name: 'UCHAIN Mainnet',
|
|
16371
16412
|
chain: 'UCHAIN',
|
|
@@ -24146,6 +24187,24 @@ const chainArray = [
|
|
|
24146
24187
|
],
|
|
24147
24188
|
status: 'active'
|
|
24148
24189
|
},
|
|
24190
|
+
{
|
|
24191
|
+
name: 'TokClaw Blockchain',
|
|
24192
|
+
shortName: 'TokClaw',
|
|
24193
|
+
chain: 'TOKCLAW',
|
|
24194
|
+
chainId: 7447,
|
|
24195
|
+
networkId: 7447,
|
|
24196
|
+
rpc: [ 'https://rpc.tokclaw.com' ],
|
|
24197
|
+
faucets: [],
|
|
24198
|
+
infoURL: 'https://tokclaw.com',
|
|
24199
|
+
nativeCurrency: { name: 'FEE', symbol: 'FEE', decimals: 6 },
|
|
24200
|
+
explorers: [
|
|
24201
|
+
{
|
|
24202
|
+
name: 'TokClaw Explorer',
|
|
24203
|
+
url: 'https://exp.tokclaw.com',
|
|
24204
|
+
standard: 'EIP3091'
|
|
24205
|
+
}
|
|
24206
|
+
]
|
|
24207
|
+
},
|
|
24149
24208
|
{
|
|
24150
24209
|
name: 'Raba Network Mainnet',
|
|
24151
24210
|
chain: 'Raba',
|
|
@@ -31422,6 +31481,25 @@ const chainArray = [
|
|
|
31422
31481
|
}
|
|
31423
31482
|
]
|
|
31424
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
|
+
},
|
|
31425
31503
|
{
|
|
31426
31504
|
name: 'DCpay Mainnet',
|
|
31427
31505
|
chain: 'DCpay',
|
|
@@ -37468,6 +37546,24 @@ const chainArray = [
|
|
|
37468
37546
|
}
|
|
37469
37547
|
]
|
|
37470
37548
|
},
|
|
37549
|
+
{
|
|
37550
|
+
name: 'Seven Chain',
|
|
37551
|
+
chain: 'SEVEN',
|
|
37552
|
+
rpc: [ 'https://theseven.meme/api/seven-chain/jsonrpc' ],
|
|
37553
|
+
faucets: [],
|
|
37554
|
+
nativeCurrency: { name: 'Seven', symbol: 'SEVEN', decimals: 18 },
|
|
37555
|
+
infoURL: 'https://theseven.meme',
|
|
37556
|
+
shortName: 'seven',
|
|
37557
|
+
chainId: 70007,
|
|
37558
|
+
networkId: 70007,
|
|
37559
|
+
explorers: [
|
|
37560
|
+
{
|
|
37561
|
+
name: 'Seven Chain Explorer',
|
|
37562
|
+
url: 'https://theseven.meme/blockchain/explorer',
|
|
37563
|
+
standard: 'EIP3091'
|
|
37564
|
+
}
|
|
37565
|
+
]
|
|
37566
|
+
},
|
|
37471
37567
|
{
|
|
37472
37568
|
name: 'Thinkium Mainnet Chain 103',
|
|
37473
37569
|
chain: 'Thinkium',
|
|
@@ -43307,6 +43403,26 @@ const chainArray = [
|
|
|
43307
43403
|
}
|
|
43308
43404
|
]
|
|
43309
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
|
+
},
|
|
43310
43426
|
{
|
|
43311
43427
|
name: 'StreamChain',
|
|
43312
43428
|
icon: 'streamchain',
|
|
@@ -47034,6 +47150,25 @@ const chainArray = [
|
|
|
47034
47150
|
}
|
|
47035
47151
|
]
|
|
47036
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
|
+
},
|
|
47037
47172
|
{
|
|
47038
47173
|
name: 'Sharecle Mainnet',
|
|
47039
47174
|
chain: 'SHARECLE',
|
|
@@ -49584,7 +49719,13 @@ const chainArray = [
|
|
|
49584
49719
|
name: 'Meta Assets Chain',
|
|
49585
49720
|
chain: 'MA',
|
|
49586
49721
|
icon: 'metaassets',
|
|
49587
|
-
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
|
+
],
|
|
49588
49729
|
faucets: [],
|
|
49589
49730
|
nativeCurrency: { name: 'MetaAssets', symbol: 'MA', decimals: 18 },
|
|
49590
49731
|
infoURL: 'https://ma-chain.xyz',
|
|
@@ -52055,7 +52196,7 @@ const chainArray = [
|
|
|
52055
52196
|
icon: 'sn'
|
|
52056
52197
|
}
|
|
52057
52198
|
],
|
|
52058
|
-
status: '
|
|
52199
|
+
status: 'deprecated'
|
|
52059
52200
|
},
|
|
52060
52201
|
{
|
|
52061
52202
|
name: 'Harmony Mainnet Shard 0',
|