eth-chainlist 0.0.805 → 0.0.806
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 +160 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.806 (2026-08-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.805 ([2b896fc](https://github.com/poowf/eth-chainlist/commit/2b896fc9d4b12a71a89b03335c2a6d592b11ccba))
|
|
9
|
+
* update chain data ([9f01cc4](https://github.com/poowf/eth-chainlist/commit/9f01cc490279785e7cc9b46788295b59bf50e306))
|
|
10
|
+
|
|
3
11
|
### 0.0.805 (2026-08-12)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -9971,7 +9971,7 @@ const chainArray = [
|
|
|
9971
9971
|
name: 'Ault Blockchain Mainnet',
|
|
9972
9972
|
chain: 'AULT',
|
|
9973
9973
|
icon: 'ault',
|
|
9974
|
-
rpc: [],
|
|
9974
|
+
rpc: [ 'https://main-json-rpc.cloud.aultblockchain.xyz' ],
|
|
9975
9975
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
9976
9976
|
faucets: [],
|
|
9977
9977
|
nativeCurrency: { name: 'AULT Token', symbol: 'AULT', decimals: 18 },
|
|
@@ -9979,7 +9979,14 @@ const chainArray = [
|
|
|
9979
9979
|
shortName: 'ault',
|
|
9980
9980
|
chainId: 904,
|
|
9981
9981
|
networkId: 904,
|
|
9982
|
-
explorers: [
|
|
9982
|
+
explorers: [
|
|
9983
|
+
{
|
|
9984
|
+
name: 'Ault Mainnet Explorer',
|
|
9985
|
+
url: 'https://ault.explorer.orynt.tech',
|
|
9986
|
+
standard: 'EIP3091',
|
|
9987
|
+
icon: 'ault'
|
|
9988
|
+
}
|
|
9989
|
+
]
|
|
9983
9990
|
},
|
|
9984
9991
|
{
|
|
9985
9992
|
name: 'Portal Fantasy Chain',
|
|
@@ -12464,11 +12471,12 @@ const chainArray = [
|
|
|
12464
12471
|
explorers: []
|
|
12465
12472
|
},
|
|
12466
12473
|
{
|
|
12467
|
-
name: 'AEREDIUM Testnet',
|
|
12468
|
-
title: 'AEREDIUM Testnet',
|
|
12474
|
+
name: 'AEREDIUM Testnet 1',
|
|
12475
|
+
title: 'AEREDIUM Testnet 1',
|
|
12469
12476
|
chain: 'AER',
|
|
12470
|
-
|
|
12471
|
-
|
|
12477
|
+
status: 'deprecated',
|
|
12478
|
+
rpc: [],
|
|
12479
|
+
faucets: [],
|
|
12472
12480
|
nativeCurrency: { name: 'Testnet AER', symbol: 'tAER', decimals: 18 },
|
|
12473
12481
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
12474
12482
|
infoURL: 'https://aeredium.io',
|
|
@@ -12477,13 +12485,7 @@ const chainArray = [
|
|
|
12477
12485
|
networkId: 1237,
|
|
12478
12486
|
slip44: 1,
|
|
12479
12487
|
icon: 'aeredium',
|
|
12480
|
-
explorers: [
|
|
12481
|
-
{
|
|
12482
|
-
name: 'AEREDIUM Testnet Explorer',
|
|
12483
|
-
url: 'https://testnet.explorer.aeredium.io',
|
|
12484
|
-
standard: 'EIP3091'
|
|
12485
|
-
}
|
|
12486
|
-
]
|
|
12488
|
+
explorers: []
|
|
12487
12489
|
},
|
|
12488
12490
|
{
|
|
12489
12491
|
name: 'ARC Mainnet',
|
|
@@ -17380,6 +17382,28 @@ const chainArray = [
|
|
|
17380
17382
|
}
|
|
17381
17383
|
]
|
|
17382
17384
|
},
|
|
17385
|
+
{
|
|
17386
|
+
name: 'AEREDIUM Testnet',
|
|
17387
|
+
title: 'AEREDIUM Testnet',
|
|
17388
|
+
chain: 'AER',
|
|
17389
|
+
rpc: [ 'https://testnet.rpc.aeredium.io' ],
|
|
17390
|
+
faucets: [ 'https://aeredium.io/faucet.html' ],
|
|
17391
|
+
nativeCurrency: { name: 'SEAR', symbol: 'SEAR', decimals: 18 },
|
|
17392
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
17393
|
+
infoURL: 'https://aeredium.io',
|
|
17394
|
+
shortName: 'sea',
|
|
17395
|
+
chainId: 2237,
|
|
17396
|
+
networkId: 2237,
|
|
17397
|
+
slip44: 1,
|
|
17398
|
+
icon: 'aeredium',
|
|
17399
|
+
explorers: [
|
|
17400
|
+
{
|
|
17401
|
+
name: 'AEREDIUM Testnet Explorer',
|
|
17402
|
+
url: 'https://testnet.explorer.aeredium.io',
|
|
17403
|
+
standard: 'EIP3091'
|
|
17404
|
+
}
|
|
17405
|
+
]
|
|
17406
|
+
},
|
|
17383
17407
|
{
|
|
17384
17408
|
name: 'Krest Network',
|
|
17385
17409
|
chain: 'Krest',
|
|
@@ -19905,6 +19929,27 @@ const chainArray = [
|
|
|
19905
19929
|
}
|
|
19906
19930
|
]
|
|
19907
19931
|
},
|
|
19932
|
+
{
|
|
19933
|
+
name: 'Amero X Network',
|
|
19934
|
+
chain: 'AMX',
|
|
19935
|
+
rpc: [ 'https://amxrpc.link/public/rpc' ],
|
|
19936
|
+
faucets: [],
|
|
19937
|
+
nativeCurrency: { name: 'Amero X', symbol: 'AMX', decimals: 18 },
|
|
19938
|
+
features: [ { name: 'EIP155' } ],
|
|
19939
|
+
infoURL: 'https://amxscan.com',
|
|
19940
|
+
shortName: 'amx',
|
|
19941
|
+
chainId: 3535,
|
|
19942
|
+
networkId: 3535,
|
|
19943
|
+
icon: 'amerox',
|
|
19944
|
+
explorers: [
|
|
19945
|
+
{
|
|
19946
|
+
name: 'Amero X Scan',
|
|
19947
|
+
url: 'https://amxscan.com',
|
|
19948
|
+
icon: 'amerox',
|
|
19949
|
+
standard: 'EIP3091'
|
|
19950
|
+
}
|
|
19951
|
+
]
|
|
19952
|
+
},
|
|
19908
19953
|
{
|
|
19909
19954
|
name: 'PandoProject Mainnet',
|
|
19910
19955
|
chain: 'PandoProject',
|
|
@@ -29357,7 +29402,7 @@ const chainArray = [
|
|
|
29357
29402
|
name: 'Ault Blockchain Testnet',
|
|
29358
29403
|
chain: 'AULT',
|
|
29359
29404
|
icon: 'ault',
|
|
29360
|
-
rpc: [],
|
|
29405
|
+
rpc: [ 'https://test-json-rpc.cloud.aultblockchain.xyz' ],
|
|
29361
29406
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
29362
29407
|
faucets: [],
|
|
29363
29408
|
nativeCurrency: { name: 'Testnet AULT Token', symbol: 'AULT', decimals: 18 },
|
|
@@ -29365,7 +29410,14 @@ const chainArray = [
|
|
|
29365
29410
|
shortName: 'ault-testnet',
|
|
29366
29411
|
chainId: 10904,
|
|
29367
29412
|
networkId: 10904,
|
|
29368
|
-
explorers: [
|
|
29413
|
+
explorers: [
|
|
29414
|
+
{
|
|
29415
|
+
name: 'Ault Testnet Explorer',
|
|
29416
|
+
url: 'https://ault-testnet.explorer.orynt.tech',
|
|
29417
|
+
standard: 'EIP3091',
|
|
29418
|
+
icon: 'ault'
|
|
29419
|
+
}
|
|
29420
|
+
]
|
|
29369
29421
|
},
|
|
29370
29422
|
{
|
|
29371
29423
|
name: 'Fuse Flash Testnet',
|
|
@@ -32827,7 +32879,10 @@ const chainArray = [
|
|
|
32827
32879
|
shortName: 'access',
|
|
32828
32880
|
networkId: 22888,
|
|
32829
32881
|
nativeCurrency: { name: 'Access Coin', symbol: 'ACCESS', decimals: 18 },
|
|
32830
|
-
rpc: [
|
|
32882
|
+
rpc: [
|
|
32883
|
+
'https://accesschain.org/rpc',
|
|
32884
|
+
'https://accesschainapp.site/rpc'
|
|
32885
|
+
],
|
|
32831
32886
|
faucets: [],
|
|
32832
32887
|
infoURL: 'https://accesschain.org',
|
|
32833
32888
|
explorers: [
|
|
@@ -44457,6 +44512,26 @@ const chainArray = [
|
|
|
44457
44512
|
}
|
|
44458
44513
|
]
|
|
44459
44514
|
},
|
|
44515
|
+
{
|
|
44516
|
+
name: 'MANORA',
|
|
44517
|
+
chainId: 221978,
|
|
44518
|
+
shortName: 'mnr',
|
|
44519
|
+
chain: 'MANORA',
|
|
44520
|
+
networkId: 221978,
|
|
44521
|
+
icon: 'manora',
|
|
44522
|
+
nativeCurrency: { name: 'Manora', symbol: 'MNR', decimals: 18 },
|
|
44523
|
+
rpc: [ 'https://rpc.manoracoin.com' ],
|
|
44524
|
+
faucets: [],
|
|
44525
|
+
explorers: [
|
|
44526
|
+
{
|
|
44527
|
+
name: 'MANORA Explorer',
|
|
44528
|
+
url: 'https://explorer.manoracoin.com',
|
|
44529
|
+
standard: 'EIP3091'
|
|
44530
|
+
}
|
|
44531
|
+
],
|
|
44532
|
+
infoURL: 'https://manoracoin.com',
|
|
44533
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
44534
|
+
},
|
|
44460
44535
|
{
|
|
44461
44536
|
name: 'Hydration',
|
|
44462
44537
|
chain: 'HDX',
|
|
@@ -48720,6 +48795,19 @@ const chainArray = [
|
|
|
48720
48795
|
],
|
|
48721
48796
|
icon: 'webchain'
|
|
48722
48797
|
},
|
|
48798
|
+
{
|
|
48799
|
+
name: 'Dexpace',
|
|
48800
|
+
chain: 'DEX',
|
|
48801
|
+
icon: 'dexpace',
|
|
48802
|
+
rpc: [],
|
|
48803
|
+
faucets: [],
|
|
48804
|
+
nativeCurrency: { name: 'Dexpace', symbol: 'DEX', decimals: 18 },
|
|
48805
|
+
infoURL: 'https://dexpace.io',
|
|
48806
|
+
shortName: 'dexpace',
|
|
48807
|
+
chainId: 1001001,
|
|
48808
|
+
networkId: 1001001,
|
|
48809
|
+
explorers: []
|
|
48810
|
+
},
|
|
48723
48811
|
{
|
|
48724
48812
|
name: 'Wirex Pay Testnet',
|
|
48725
48813
|
chain: 'WirexPay',
|
|
@@ -52617,6 +52705,25 @@ const chainArray = [
|
|
|
52617
52705
|
}
|
|
52618
52706
|
]
|
|
52619
52707
|
},
|
|
52708
|
+
{
|
|
52709
|
+
name: 'Dexpace Devnet 01',
|
|
52710
|
+
chain: 'DEX',
|
|
52711
|
+
rpc: [],
|
|
52712
|
+
faucets: [],
|
|
52713
|
+
nativeCurrency: { name: 'Dexpace', symbol: 'DEX', decimals: 18 },
|
|
52714
|
+
infoURL: 'https://dexpace.io',
|
|
52715
|
+
shortName: 'dexpace-devnet-01',
|
|
52716
|
+
chainId: 100100101,
|
|
52717
|
+
networkId: 100100101,
|
|
52718
|
+
status: 'incubating',
|
|
52719
|
+
explorers: [
|
|
52720
|
+
{
|
|
52721
|
+
name: 'Dexpace Devnet Explorer',
|
|
52722
|
+
url: 'https://blockscout.dexpace.io',
|
|
52723
|
+
standard: 'EIP3091'
|
|
52724
|
+
}
|
|
52725
|
+
]
|
|
52726
|
+
},
|
|
52620
52727
|
{
|
|
52621
52728
|
name: 'Oraichain Mainnet',
|
|
52622
52729
|
title: 'Oraichain Mainnet',
|
|
@@ -55210,6 +55317,43 @@ const chainArray = [
|
|
|
55210
55317
|
}
|
|
55211
55318
|
]
|
|
55212
55319
|
},
|
|
55320
|
+
{
|
|
55321
|
+
name: 'STRATO Mainnet',
|
|
55322
|
+
chain: 'STRATO',
|
|
55323
|
+
rpc: [ 'https://app.strato.nexus/rpc' ],
|
|
55324
|
+
faucets: [],
|
|
55325
|
+
nativeCurrency: { name: 'USDST', symbol: 'USDST', decimals: 18 },
|
|
55326
|
+
infoURL: 'https://strato.nexus',
|
|
55327
|
+
shortName: 'strato',
|
|
55328
|
+
chainId: 123354377739506,
|
|
55329
|
+
networkId: 123354377739506,
|
|
55330
|
+
explorers: [
|
|
55331
|
+
{
|
|
55332
|
+
name: 'stratoscan',
|
|
55333
|
+
url: 'https://stratoscan.strato.nexus',
|
|
55334
|
+
standard: 'EIP3091'
|
|
55335
|
+
}
|
|
55336
|
+
]
|
|
55337
|
+
},
|
|
55338
|
+
{
|
|
55339
|
+
name: 'STRATO Helium Testnet',
|
|
55340
|
+
chain: 'STRATO',
|
|
55341
|
+
rpc: [ 'https://app.testnet.strato.nexus/rpc' ],
|
|
55342
|
+
faucets: [],
|
|
55343
|
+
nativeCurrency: { name: 'USDST', symbol: 'USDST', decimals: 18 },
|
|
55344
|
+
infoURL: 'https://strato.nexus',
|
|
55345
|
+
shortName: 'strato-testnet',
|
|
55346
|
+
chainId: 195049586845898,
|
|
55347
|
+
networkId: 195049586845898,
|
|
55348
|
+
status: 'incubating',
|
|
55349
|
+
explorers: [
|
|
55350
|
+
{
|
|
55351
|
+
name: 'stratoscan',
|
|
55352
|
+
url: 'https://stratoscan.testnet.strato.nexus',
|
|
55353
|
+
standard: 'EIP3091'
|
|
55354
|
+
}
|
|
55355
|
+
]
|
|
55356
|
+
},
|
|
55213
55357
|
{
|
|
55214
55358
|
name: 'Yominet',
|
|
55215
55359
|
chain: 'YOMINET',
|