eth-chainlist 0.0.695 → 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 +8 -0
- package/data/chain.js +52 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.695 (2025-10-08)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -22194,12 +22194,14 @@ const chainArray = [
|
|
22194
22194
|
name: 'Xylume TestNet',
|
22195
22195
|
chain: 'XYL',
|
22196
22196
|
rpc: [ 'https://xylume-testnet.sparked.network/rpc/' ],
|
22197
|
-
faucets: [ 'https://
|
22197
|
+
faucets: [ 'https://xylume-faucet.vercel.app/' ],
|
22198
22198
|
nativeCurrency: { name: 'Xylume', symbol: 'XYL', decimals: 18 },
|
22199
22199
|
features: [
|
22200
|
+
{ name: 'EIP20' },
|
22200
22201
|
{ name: 'EIP155' },
|
22201
22202
|
{ name: 'EIP1559' },
|
22202
|
-
{ name: 'Directed Acyclic Graph (DAG)' }
|
22203
|
+
{ name: 'Directed Acyclic Graph (DAG)' },
|
22204
|
+
{ name: 'Unspent Transaction Output (UTXO)' }
|
22203
22205
|
],
|
22204
22206
|
infoURL: 'https://debxylen.github.io/Xylume_TestNet',
|
22205
22207
|
shortName: 'xyl',
|
@@ -24281,6 +24283,27 @@ const chainArray = [
|
|
24281
24283
|
}
|
24282
24284
|
]
|
24283
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
|
+
},
|
24284
24307
|
{
|
24285
24308
|
name: 'TOOL Global Mainnet',
|
24286
24309
|
chain: 'OLO',
|
@@ -41379,22 +41402,16 @@ const chainArray = [
|
|
41379
41402
|
name: 'Autonomys Taurus Testnet',
|
41380
41403
|
chain: 'autonomys-taurus-testnet',
|
41381
41404
|
rpc: [ 'https://auto-evm.taurus.autonomys.xyz/ws' ],
|
41405
|
+
status: 'deprecated',
|
41382
41406
|
icon: 'autonomys',
|
41383
41407
|
faucets: [],
|
41384
41408
|
nativeCurrency: { name: 'AI3', symbol: 'AI3', decimals: 18 },
|
41385
41409
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
41386
41410
|
infoURL: 'https://www.autonomys.xyz',
|
41387
|
-
shortName: 'ATN',
|
41411
|
+
shortName: 'ATN-deprecated',
|
41388
41412
|
chainId: 490000,
|
41389
41413
|
networkId: 490000,
|
41390
|
-
explorers: [
|
41391
|
-
{
|
41392
|
-
name: 'Autonomys Taurus Testnet Explorer',
|
41393
|
-
url: 'https://blockscout.taurus.autonomys.xyz',
|
41394
|
-
icon: 'blockscout',
|
41395
|
-
standard: 'EIP3091'
|
41396
|
-
}
|
41397
|
-
]
|
41414
|
+
explorers: []
|
41398
41415
|
},
|
41399
41416
|
{
|
41400
41417
|
name: 'PUMPFI CHAIN TESTNET',
|
@@ -42448,27 +42465,39 @@ const chainArray = [
|
|
42448
42465
|
}
|
42449
42466
|
]
|
42450
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
|
+
},
|
42451
42483
|
{
|
42452
42484
|
name: 'Surge Testnet',
|
42453
42485
|
chain: 'Surge Testnet',
|
42454
|
-
rpc: [
|
42455
|
-
'https://l2-rpc.surge.staging-nethermind.xyz',
|
42456
|
-
'wss://l2-rpc.surge.staging-nethermind.xyz'
|
42457
|
-
],
|
42486
|
+
rpc: [ 'https://l2-rpc.hoodi.surge.wtf', 'wss://l2-ws.hoodi.surge.wtf' ],
|
42458
42487
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
42459
42488
|
faucets: [],
|
42460
42489
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
42461
42490
|
infoURL: 'https://surge.wtf',
|
42462
42491
|
shortName: 'surge-testnet',
|
42463
|
-
chainId:
|
42464
|
-
networkId:
|
42492
|
+
chainId: 763375,
|
42493
|
+
networkId: 763375,
|
42465
42494
|
icon: 'surge-testnet',
|
42466
42495
|
explorers: [
|
42467
42496
|
{
|
42468
42497
|
name: 'blockscout',
|
42469
|
-
url: 'https://explorer.
|
42498
|
+
url: 'https://explorer.hoodi.surge.wtf',
|
42470
42499
|
standard: 'EIP3091',
|
42471
|
-
icon: '
|
42500
|
+
icon: 'blockscout'
|
42472
42501
|
}
|
42473
42502
|
]
|
42474
42503
|
},
|
@@ -45260,24 +45289,17 @@ const chainArray = [
|
|
45260
45289
|
]
|
45261
45290
|
},
|
45262
45291
|
{
|
45263
|
-
name: 'Memento Testnet',
|
45292
|
+
name: 'Memento Testnet (deprecated)',
|
45264
45293
|
chain: 'Memento',
|
45265
|
-
rpc: [
|
45266
|
-
'https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc'
|
45267
|
-
],
|
45294
|
+
rpc: [],
|
45268
45295
|
faucets: [],
|
45296
|
+
status: 'deprecated',
|
45269
45297
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
45270
45298
|
infoURL: '',
|
45271
45299
|
shortName: 'memento-test',
|
45272
45300
|
chainId: 12052024,
|
45273
45301
|
networkId: 12052024,
|
45274
|
-
explorers: [
|
45275
|
-
{
|
45276
|
-
name: 'Tracehawk',
|
45277
|
-
url: 'https://test-explorer.mementoblockchain.com',
|
45278
|
-
standard: 'none'
|
45279
|
-
}
|
45280
|
-
]
|
45302
|
+
explorers: []
|
45281
45303
|
},
|
45282
45304
|
{
|
45283
45305
|
name: 'NeoX Testnet T3',
|