eth-chainlist 0.0.787 → 0.0.789
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 +123 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.789 (2026-06-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.788 ([a8b0d42](https://github.com/poowf/eth-chainlist/commit/a8b0d42991afe2a1f1998cfa215e55de2b501ff8))
|
|
9
|
+
* update chain data ([6557824](https://github.com/poowf/eth-chainlist/commit/65578241cb33d4f4374231c69b7dd15dca2703a3))
|
|
10
|
+
|
|
11
|
+
### 0.0.788 (2026-06-10)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.787 ([29ab4dc](https://github.com/poowf/eth-chainlist/commit/29ab4dc98f1402f2d107d87a34c07adf922dec9c))
|
|
17
|
+
* update chain data ([e3269b4](https://github.com/poowf/eth-chainlist/commit/e3269b4f12cd14f249aa3f1eff6a6ec0448b2832))
|
|
18
|
+
|
|
3
19
|
### 0.0.787 (2026-06-04)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -4017,30 +4017,29 @@ const chainArray = [
|
|
|
4017
4017
|
]
|
|
4018
4018
|
},
|
|
4019
4019
|
{
|
|
4020
|
-
name: 'X Layer Testnet',
|
|
4020
|
+
name: 'X Layer Testnet(Deprecated)',
|
|
4021
4021
|
chain: 'X Layer',
|
|
4022
|
-
rpc: [
|
|
4023
|
-
faucets: [
|
|
4022
|
+
rpc: [],
|
|
4023
|
+
faucets: [],
|
|
4024
4024
|
nativeCurrency: {
|
|
4025
|
-
name: 'X Layer Global Utility Token in testnet',
|
|
4026
|
-
symbol: '
|
|
4025
|
+
name: 'X Layer Global Utility Token in testnet(Deprecated)',
|
|
4026
|
+
symbol: 'OKBDep',
|
|
4027
4027
|
decimals: 18
|
|
4028
4028
|
},
|
|
4029
4029
|
features: [],
|
|
4030
|
-
infoURL: '
|
|
4031
|
-
shortName: 'tokb',
|
|
4030
|
+
infoURL: '',
|
|
4031
|
+
shortName: 'tokb-dep',
|
|
4032
4032
|
chainId: 195,
|
|
4033
4033
|
networkId: 195,
|
|
4034
4034
|
slip44: 1,
|
|
4035
|
-
icon: 'xlayerTestnet',
|
|
4036
4035
|
explorers: [
|
|
4037
4036
|
{
|
|
4038
4037
|
name: 'OKLink',
|
|
4039
|
-
url: 'https://www.oklink.com/
|
|
4038
|
+
url: 'https://www.oklink.com/zh-hans/x-layer-testnet',
|
|
4040
4039
|
standard: 'EIP3091'
|
|
4041
4040
|
}
|
|
4042
4041
|
],
|
|
4043
|
-
status: '
|
|
4042
|
+
status: 'deprecated'
|
|
4044
4043
|
},
|
|
4045
4044
|
{
|
|
4046
4045
|
name: 'X Layer Mainnet',
|
|
@@ -6245,7 +6244,7 @@ const chainArray = [
|
|
|
6245
6244
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
6246
6245
|
faucets: [],
|
|
6247
6246
|
nativeCurrency: { name: 'Bourse', symbol: 'BOURSE', decimals: 18 },
|
|
6248
|
-
infoURL: 'https://
|
|
6247
|
+
infoURL: 'https://about.capitalexchange.com',
|
|
6249
6248
|
shortName: 'bourse',
|
|
6250
6249
|
chainId: 343,
|
|
6251
6250
|
networkId: 343,
|
|
@@ -6253,9 +6252,9 @@ const chainArray = [
|
|
|
6253
6252
|
explorers: [
|
|
6254
6253
|
{
|
|
6255
6254
|
name: 'Capital Exchange | Digital',
|
|
6256
|
-
url: 'https://
|
|
6255
|
+
url: 'https://bourse.capitalexchange.com',
|
|
6257
6256
|
icon: 'bourse',
|
|
6258
|
-
standard: '
|
|
6257
|
+
standard: 'EIP3091'
|
|
6259
6258
|
}
|
|
6260
6259
|
]
|
|
6261
6260
|
},
|
|
@@ -14857,6 +14856,26 @@ const chainArray = [
|
|
|
14857
14856
|
bridges: [ { url: 'https://superbridge.app/soneium' } ]
|
|
14858
14857
|
}
|
|
14859
14858
|
},
|
|
14859
|
+
{
|
|
14860
|
+
name: 'Whitechain Sepolia',
|
|
14861
|
+
chain: 'WCH',
|
|
14862
|
+
rpc: [ 'https://rpc.testnet.whitechain.io' ],
|
|
14863
|
+
faucets: [ 'https://faucet.testnet.whitechain.io' ],
|
|
14864
|
+
nativeCurrency: { name: 'WBT', symbol: 'WBT', decimals: 18 },
|
|
14865
|
+
infoURL: 'https://docs.whitechain.io',
|
|
14866
|
+
shortName: 'wch-sepolia',
|
|
14867
|
+
chainId: 1874,
|
|
14868
|
+
networkId: 1874,
|
|
14869
|
+
icon: 'whitechain-sepolia',
|
|
14870
|
+
explorers: [
|
|
14871
|
+
{
|
|
14872
|
+
name: 'Whitechain Testnet Explorer',
|
|
14873
|
+
url: 'https://explorer.testnet.whitechain.io',
|
|
14874
|
+
standard: 'EIP3091'
|
|
14875
|
+
}
|
|
14876
|
+
],
|
|
14877
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
14878
|
+
},
|
|
14860
14879
|
{
|
|
14861
14880
|
name: 'Whitechain',
|
|
14862
14881
|
chain: 'WBT',
|
|
@@ -15343,6 +15362,32 @@ const chainArray = [
|
|
|
15343
15362
|
faucets: [],
|
|
15344
15363
|
infoURL: ''
|
|
15345
15364
|
},
|
|
15365
|
+
{
|
|
15366
|
+
name: 'X Layer Testnet',
|
|
15367
|
+
chain: 'X Layer',
|
|
15368
|
+
rpc: [ 'https://testrpc.xlayer.tech', 'https://xlayertestrpc.okx.com' ],
|
|
15369
|
+
faucets: [ 'https://www.okx.com/xlayer/faucet' ],
|
|
15370
|
+
nativeCurrency: {
|
|
15371
|
+
name: 'X Layer Global Utility Token in testnet',
|
|
15372
|
+
symbol: 'OKB',
|
|
15373
|
+
decimals: 18
|
|
15374
|
+
},
|
|
15375
|
+
features: [],
|
|
15376
|
+
infoURL: 'https://web3.okx.com/xlayer',
|
|
15377
|
+
shortName: 'tokb',
|
|
15378
|
+
chainId: 1952,
|
|
15379
|
+
networkId: 1952,
|
|
15380
|
+
slip44: 1,
|
|
15381
|
+
icon: 'xlayerTestnet',
|
|
15382
|
+
explorers: [
|
|
15383
|
+
{
|
|
15384
|
+
name: 'OKLink',
|
|
15385
|
+
url: 'https://web3.okx.com/explorer/x-layer-testnet',
|
|
15386
|
+
standard: 'EIP3091'
|
|
15387
|
+
}
|
|
15388
|
+
],
|
|
15389
|
+
status: 'active'
|
|
15390
|
+
},
|
|
15346
15391
|
{
|
|
15347
15392
|
name: 'Selendra Network Testnet',
|
|
15348
15393
|
chain: 'tSEL',
|
|
@@ -36349,6 +36394,26 @@ const chainArray = [
|
|
|
36349
36394
|
],
|
|
36350
36395
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
36351
36396
|
},
|
|
36397
|
+
{
|
|
36398
|
+
name: 'ASHCHAIN',
|
|
36399
|
+
chain: 'ASH',
|
|
36400
|
+
rpc: [ 'https://evm-rpc.ashchain.io', 'https://evm-rpc2.ashchain.io' ],
|
|
36401
|
+
faucets: [ 'https://ashchain.io/faucet' ],
|
|
36402
|
+
nativeCurrency: { name: 'ASH', symbol: 'ASH', decimals: 18 },
|
|
36403
|
+
infoURL: 'https://ashchain.io',
|
|
36404
|
+
shortName: 'ash',
|
|
36405
|
+
chainId: 50366,
|
|
36406
|
+
networkId: 50366,
|
|
36407
|
+
icon: 'ashchain',
|
|
36408
|
+
explorers: [
|
|
36409
|
+
{
|
|
36410
|
+
name: 'ASHCHAIN Explorer',
|
|
36411
|
+
url: 'https://ashchain.io/explorer',
|
|
36412
|
+
standard: 'none'
|
|
36413
|
+
}
|
|
36414
|
+
],
|
|
36415
|
+
status: 'active'
|
|
36416
|
+
},
|
|
36352
36417
|
{
|
|
36353
36418
|
name: 'STB Testnet',
|
|
36354
36419
|
chain: 'STB Testnet',
|
|
@@ -47135,6 +47200,25 @@ const chainArray = [
|
|
|
47135
47200
|
}
|
|
47136
47201
|
]
|
|
47137
47202
|
},
|
|
47203
|
+
{
|
|
47204
|
+
name: 'Unitsky String Technologies',
|
|
47205
|
+
chain: 'Unitsky',
|
|
47206
|
+
rpc: [ 'https://147-45-143-23.sslip.io/rpc' ],
|
|
47207
|
+
faucets: [],
|
|
47208
|
+
nativeCurrency: { name: 'Unitsky Token', symbol: 'UST', decimals: 18 },
|
|
47209
|
+
features: [ { name: 'EIP155' } ],
|
|
47210
|
+
infoURL: 'https://147-45-143-23.sslip.io',
|
|
47211
|
+
shortName: 'ust',
|
|
47212
|
+
chainId: 778889,
|
|
47213
|
+
networkId: 778889,
|
|
47214
|
+
explorers: [
|
|
47215
|
+
{
|
|
47216
|
+
name: 'Unitsky Explorer',
|
|
47217
|
+
url: 'https://147-45-143-23.sslip.io',
|
|
47218
|
+
standard: 'none'
|
|
47219
|
+
}
|
|
47220
|
+
]
|
|
47221
|
+
},
|
|
47138
47222
|
{
|
|
47139
47223
|
name: 'Zebro Smart Chain',
|
|
47140
47224
|
chain: 'ZEBRO',
|
|
@@ -47407,6 +47491,32 @@ const chainArray = [
|
|
|
47407
47491
|
}
|
|
47408
47492
|
]
|
|
47409
47493
|
},
|
|
47494
|
+
{
|
|
47495
|
+
name: 'GembaBlockchain Testnet',
|
|
47496
|
+
chain: 'GMB',
|
|
47497
|
+
icon: 'gemba',
|
|
47498
|
+
rpc: [
|
|
47499
|
+
'https://testnet.gembascan.io/rpc',
|
|
47500
|
+
'https://rpc1.gembascan.io',
|
|
47501
|
+
'https://rpc2.gembascan.io'
|
|
47502
|
+
],
|
|
47503
|
+
faucets: [],
|
|
47504
|
+
nativeCurrency: { name: 'Gemba', symbol: 'GMB', decimals: 18 },
|
|
47505
|
+
infoURL: 'https://gembachain.io',
|
|
47506
|
+
shortName: 'gembatest',
|
|
47507
|
+
chainId: 821207,
|
|
47508
|
+
networkId: 821207,
|
|
47509
|
+
explorers: [
|
|
47510
|
+
{
|
|
47511
|
+
name: 'GembaScan',
|
|
47512
|
+
url: 'https://testnet.gembascan.io',
|
|
47513
|
+
icon: 'gemba',
|
|
47514
|
+
standard: 'EIP3091'
|
|
47515
|
+
}
|
|
47516
|
+
],
|
|
47517
|
+
status: 'active',
|
|
47518
|
+
title: 'GembaBlockchain Testnet'
|
|
47519
|
+
},
|
|
47410
47520
|
{
|
|
47411
47521
|
name: 'CURVE Mainnet',
|
|
47412
47522
|
chain: 'CURVE',
|