eth-chainlist 0.0.694 → 0.0.696
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 +68 -45
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.696 (2025-10-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.695 ([85d0aad](https://github.com/poowf/eth-chainlist/commit/85d0aad350a0a783c823d8b1e81ef634dbb53e03))
|
9
|
+
* update chain data ([852e1f1](https://github.com/poowf/eth-chainlist/commit/852e1f1709eebdeff3be0dd0b86364652f4f98c1))
|
10
|
+
|
11
|
+
### 0.0.695 (2025-10-08)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.694 ([72d1f89](https://github.com/poowf/eth-chainlist/commit/72d1f893954b0b2e355cb879ed69365a8d5c2ed6))
|
17
|
+
* update chain data ([fe35d21](https://github.com/poowf/eth-chainlist/commit/fe35d21bd63324009c0e0dec726fc5e39511c931))
|
18
|
+
|
3
19
|
### 0.0.694 (2025-10-04)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -866,6 +866,8 @@ const chainArray = [
|
|
866
866
|
chain: 'LUKSO',
|
867
867
|
icon: 'lukso',
|
868
868
|
rpc: [
|
869
|
+
'https://42.rpc.thirdweb.com',
|
870
|
+
'https://rpc.lukso.sigmacore.io',
|
869
871
|
'https://rpc.mainnet.lukso.network',
|
870
872
|
'wss://ws-rpc.mainnet.lukso.network'
|
871
873
|
],
|
@@ -873,8 +875,8 @@ const chainArray = [
|
|
873
875
|
nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
|
874
876
|
explorers: [
|
875
877
|
{
|
876
|
-
name: '
|
877
|
-
url: 'https://explorer.
|
878
|
+
name: 'LUKSO Execution Explorer',
|
879
|
+
url: 'https://explorer.lukso.network',
|
878
880
|
standard: 'EIP3091'
|
879
881
|
}
|
880
882
|
],
|
@@ -3430,25 +3432,22 @@ const chainArray = [
|
|
3430
3432
|
status: 'deprecated'
|
3431
3433
|
},
|
3432
3434
|
{
|
3433
|
-
name: '
|
3434
|
-
chain: '
|
3435
|
+
name: 'Nomina',
|
3436
|
+
chain: 'Nomina',
|
3435
3437
|
status: 'active',
|
3436
|
-
rpc: [
|
3437
|
-
'https://mainnet.omni.network',
|
3438
|
-
'wss://wss.mainnet.omni.network'
|
3439
|
-
],
|
3438
|
+
rpc: [ 'https://mainnet.nomina.io', 'wss://wss.mainnet.nomina.io' ],
|
3440
3439
|
features: [ { name: 'EIP155' } ],
|
3441
3440
|
faucets: [],
|
3442
|
-
nativeCurrency: { name: '
|
3441
|
+
nativeCurrency: { name: 'Nomina', symbol: 'NOM', decimals: 18 },
|
3443
3442
|
infoURL: 'https://docs.omni.network',
|
3444
|
-
shortName: '
|
3443
|
+
shortName: 'nom',
|
3445
3444
|
chainId: 166,
|
3446
3445
|
networkId: 166,
|
3447
3446
|
slip44: 1,
|
3448
|
-
icon: '
|
3447
|
+
icon: 'nom',
|
3449
3448
|
explorers: [
|
3450
3449
|
{
|
3451
|
-
name: '
|
3450
|
+
name: 'Nomina EVM and cross-chain Explorer',
|
3452
3451
|
url: 'https://omniscan.network',
|
3453
3452
|
standard: 'EIP3091'
|
3454
3453
|
}
|
@@ -19372,7 +19371,7 @@ const chainArray = [
|
|
19372
19371
|
{
|
19373
19372
|
name: 'LUKSO Testnet',
|
19374
19373
|
chain: 'LUKSO Testnet',
|
19375
|
-
icon: 'lukso',
|
19374
|
+
icon: 'lukso-testnet',
|
19376
19375
|
rpc: [
|
19377
19376
|
'https://rpc.testnet.lukso.network',
|
19378
19377
|
'wss://ws-rpc.testnet.lukso.network'
|
@@ -19381,9 +19380,9 @@ const chainArray = [
|
|
19381
19380
|
nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
|
19382
19381
|
explorers: [
|
19383
19382
|
{
|
19384
|
-
name: '
|
19383
|
+
name: 'LUKSO Testnet Execution Explorer',
|
19385
19384
|
url: 'https://explorer.execution.testnet.lukso.network',
|
19386
|
-
standard: '
|
19385
|
+
standard: 'EIP3091'
|
19387
19386
|
}
|
19388
19387
|
],
|
19389
19388
|
infoURL: 'https://lukso.network',
|
@@ -22195,12 +22194,14 @@ const chainArray = [
|
|
22195
22194
|
name: 'Xylume TestNet',
|
22196
22195
|
chain: 'XYL',
|
22197
22196
|
rpc: [ 'https://xylume-testnet.sparked.network/rpc/' ],
|
22198
|
-
faucets: [ 'https://
|
22197
|
+
faucets: [ 'https://xylume-faucet.vercel.app/' ],
|
22199
22198
|
nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
|
22200
22199
|
features: [
|
22200
|
+
{ name: 'EIP20' },
|
22201
22201
|
{ name: 'EIP155' },
|
22202
22202
|
{ name: 'EIP1559' },
|
22203
|
-
{ name: 'Directed Acyclic Graph (DAG)' }
|
22203
|
+
{ name: 'Directed Acyclic Graph (DAG)' },
|
22204
|
+
{ name: 'Unspent Transaction Output (UTXO)' }
|
22204
22205
|
],
|
22205
22206
|
infoURL: 'https://debxylen.github.io/Xylume_TestNet',
|
22206
22207
|
shortName: 'xyl',
|
@@ -24282,6 +24283,27 @@ const chainArray = [
|
|
24282
24283
|
}
|
24283
24284
|
]
|
24284
24285
|
},
|
24286
|
+
{
|
24287
|
+
name: 'Autonomys Chronos Testnet',
|
24288
|
+
chain: 'autonomys-chronos-testnet',
|
24289
|
+
rpc: [ 'https://auto-evm.chronos.autonomys.xyz/ws' ],
|
24290
|
+
icon: 'autonomys',
|
24291
|
+
faucets: [],
|
24292
|
+
nativeCurrency: { decimals: 18, name: 'AI3', symbol: 'AI3' },
|
24293
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
24294
|
+
infoURL: 'https://www.autonomys.xyz',
|
24295
|
+
shortName: 'ATN',
|
24296
|
+
chainId: 8700,
|
24297
|
+
networkId: 8700,
|
24298
|
+
explorers: [
|
24299
|
+
{
|
24300
|
+
name: 'Autonomys Chronos EVM Testnet Explorer',
|
24301
|
+
url: 'https://explorer.auto-evm.chronos.autonomys.xyz',
|
24302
|
+
icon: 'blockscout',
|
24303
|
+
standard: 'EIP3091'
|
24304
|
+
}
|
24305
|
+
]
|
24306
|
+
},
|
24285
24307
|
{
|
24286
24308
|
name: 'TOOL Global Mainnet',
|
24287
24309
|
chain: 'OLO',
|
@@ -32281,6 +32303,7 @@ const chainArray = [
|
|
32281
32303
|
chain: 'CELO',
|
32282
32304
|
networkId: 44787,
|
32283
32305
|
slip44: 1,
|
32306
|
+
status: 'deprecated',
|
32284
32307
|
nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
|
32285
32308
|
rpc: [
|
32286
32309
|
'https://alfajores-forno.celo-testnet.org',
|
@@ -34348,6 +34371,7 @@ const chainArray = [
|
|
34348
34371
|
chain: 'CELO',
|
34349
34372
|
networkId: 62320,
|
34350
34373
|
slip44: 1,
|
34374
|
+
status: 'deprecated',
|
34351
34375
|
nativeCurrency: { name: 'CELO', symbol: 'CELO', decimals: 18 },
|
34352
34376
|
rpc: [ 'https://baklava-forno.celo-testnet.org' ],
|
34353
34377
|
faucets: [
|
@@ -41378,22 +41402,16 @@ const chainArray = [
|
|
41378
41402
|
name: 'Autonomys Taurus Testnet',
|
41379
41403
|
chain: 'autonomys-taurus-testnet',
|
41380
41404
|
rpc: [ 'https://auto-evm.taurus.autonomys.xyz/ws' ],
|
41405
|
+
status: 'deprecated',
|
41381
41406
|
icon: 'autonomys',
|
41382
41407
|
faucets: [],
|
41383
41408
|
nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
|
41384
41409
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
41385
41410
|
infoURL: 'https://www.autonomys.xyz',
|
41386
|
-
shortName: 'ATN',
|
41411
|
+
shortName: 'ATN-deprecated',
|
41387
41412
|
chainId: 490000,
|
41388
41413
|
networkId: 490000,
|
41389
|
-
explorers: [
|
41390
|
-
{
|
41391
|
-
name: 'Autonomys Taurus Testnet Explorer',
|
41392
|
-
url: 'https://blockscout.taurus.autonomys.xyz',
|
41393
|
-
icon: 'blockscout',
|
41394
|
-
standard: 'EIP3091'
|
41395
|
-
}
|
41396
|
-
]
|
41414
|
+
explorers: []
|
41397
41415
|
},
|
41398
41416
|
{
|
41399
41417
|
name: 'PUMPFI CHAIN TESTNET',
|
@@ -42447,27 +42465,39 @@ const chainArray = [
|
|
42447
42465
|
}
|
42448
42466
|
]
|
42449
42467
|
},
|
42468
|
+
{
|
42469
|
+
name: 'Surge deprecated Testnet',
|
42470
|
+
chain: 'Surge deprecated Testnet',
|
42471
|
+
status: 'deprecated',
|
42472
|
+
rpc: [],
|
42473
|
+
faucets: [],
|
42474
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
42475
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
42476
|
+
infoURL: '',
|
42477
|
+
shortName: 'surge-deprecated-testnet',
|
42478
|
+
chainId: 763374,
|
42479
|
+
networkId: 763374,
|
42480
|
+
icon: 'surge-testnet',
|
42481
|
+
explorers: []
|
42482
|
+
},
|
42450
42483
|
{
|
42451
42484
|
name: 'Surge Testnet',
|
42452
42485
|
chain: 'Surge Testnet',
|
42453
|
-
rpc: [
|
42454
|
-
'https://l2-rpc.surge.staging-nethermind.xyz',
|
42455
|
-
'wss://l2-rpc.surge.staging-nethermind.xyz'
|
42456
|
-
],
|
42486
|
+
rpc: [ 'https://l2-rpc.hoodi.surge.wtf', 'wss://l2-ws.hoodi.surge.wtf' ],
|
42457
42487
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
42458
42488
|
faucets: [],
|
42459
42489
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
42460
42490
|
infoURL: 'https://surge.wtf',
|
42461
42491
|
shortName: 'surge-testnet',
|
42462
|
-
chainId:
|
42463
|
-
networkId:
|
42492
|
+
chainId: 763375,
|
42493
|
+
networkId: 763375,
|
42464
42494
|
icon: 'surge-testnet',
|
42465
42495
|
explorers: [
|
42466
42496
|
{
|
42467
42497
|
name: 'blockscout',
|
42468
|
-
url: 'https://explorer.
|
42498
|
+
url: 'https://explorer.hoodi.surge.wtf',
|
42469
42499
|
standard: 'EIP3091',
|
42470
|
-
icon: '
|
42500
|
+
icon: 'blockscout'
|
42471
42501
|
}
|
42472
42502
|
]
|
42473
42503
|
},
|
@@ -45259,24 +45289,17 @@ const chainArray = [
|
|
45259
45289
|
]
|
45260
45290
|
},
|
45261
45291
|
{
|
45262
|
-
name: 'Memento Testnet',
|
45292
|
+
name: 'Memento Testnet (deprecated)',
|
45263
45293
|
chain: 'Memento',
|
45264
|
-
rpc: [
|
45265
|
-
'https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc'
|
45266
|
-
],
|
45294
|
+
rpc: [],
|
45267
45295
|
faucets: [],
|
45296
|
+
status: 'deprecated',
|
45268
45297
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
45269
45298
|
infoURL: '',
|
45270
45299
|
shortName: 'memento-test',
|
45271
45300
|
chainId: 12052024,
|
45272
45301
|
networkId: 12052024,
|
45273
|
-
explorers: [
|
45274
|
-
{
|
45275
|
-
name: 'Tracehawk',
|
45276
|
-
url: 'https://test-explorer.mementoblockchain.com',
|
45277
|
-
standard: 'none'
|
45278
|
-
}
|
45279
|
-
]
|
45302
|
+
explorers: []
|
45280
45303
|
},
|
45281
45304
|
{
|
45282
45305
|
name: 'NeoX Testnet T3',
|