eth-chainlist 0.0.804 → 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 +16 -0
- package/data/chain.js +202 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
### 0.0.805 (2026-08-12)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.804 ([90fc293](https://github.com/poowf/eth-chainlist/commit/90fc293cd91f0272290b7f2fec13a8f90363a5f5))
|
|
17
|
+
* update chain data ([5f063ac](https://github.com/poowf/eth-chainlist/commit/5f063acb37a916db8880107e9327164ac6fbddee))
|
|
18
|
+
|
|
3
19
|
### 0.0.804 (2026-08-11)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -1209,6 +1209,7 @@ const chainArray = [
|
|
|
1209
1209
|
'https://bsc-dataseed3.ninicoin.io',
|
|
1210
1210
|
'https://bsc-dataseed4.ninicoin.io',
|
|
1211
1211
|
'https://bsc-rpc.publicnode.com',
|
|
1212
|
+
'https://bsc-rpc-public.chainpulse.cc',
|
|
1212
1213
|
'wss://bsc-rpc.publicnode.com',
|
|
1213
1214
|
'wss://bsc-ws-node.nariox.org'
|
|
1214
1215
|
],
|
|
@@ -2067,6 +2068,7 @@ const chainArray = [
|
|
|
2067
2068
|
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
|
2068
2069
|
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
|
2069
2070
|
'https://bsc-testnet-rpc.publicnode.com',
|
|
2071
|
+
'https://bsc-rpc-public.chainpulse.cc/testnet',
|
|
2070
2072
|
'wss://bsc-testnet-rpc.publicnode.com'
|
|
2071
2073
|
],
|
|
2072
2074
|
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
|
@@ -9969,7 +9971,7 @@ const chainArray = [
|
|
|
9969
9971
|
name: 'Ault Blockchain Mainnet',
|
|
9970
9972
|
chain: 'AULT',
|
|
9971
9973
|
icon: 'ault',
|
|
9972
|
-
rpc: [],
|
|
9974
|
+
rpc: [ 'https://main-json-rpc.cloud.aultblockchain.xyz' ],
|
|
9973
9975
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
9974
9976
|
faucets: [],
|
|
9975
9977
|
nativeCurrency: { name: 'AULT Token', symbol: 'AULT', decimals: 18 },
|
|
@@ -9977,7 +9979,14 @@ const chainArray = [
|
|
|
9977
9979
|
shortName: 'ault',
|
|
9978
9980
|
chainId: 904,
|
|
9979
9981
|
networkId: 904,
|
|
9980
|
-
explorers: [
|
|
9982
|
+
explorers: [
|
|
9983
|
+
{
|
|
9984
|
+
name: 'Ault Mainnet Explorer',
|
|
9985
|
+
url: 'https://ault.explorer.orynt.tech',
|
|
9986
|
+
standard: 'EIP3091',
|
|
9987
|
+
icon: 'ault'
|
|
9988
|
+
}
|
|
9989
|
+
]
|
|
9981
9990
|
},
|
|
9982
9991
|
{
|
|
9983
9992
|
name: 'Portal Fantasy Chain',
|
|
@@ -12462,11 +12471,12 @@ const chainArray = [
|
|
|
12462
12471
|
explorers: []
|
|
12463
12472
|
},
|
|
12464
12473
|
{
|
|
12465
|
-
name: 'AEREDIUM Testnet',
|
|
12466
|
-
title: 'AEREDIUM Testnet',
|
|
12474
|
+
name: 'AEREDIUM Testnet 1',
|
|
12475
|
+
title: 'AEREDIUM Testnet 1',
|
|
12467
12476
|
chain: 'AER',
|
|
12468
|
-
|
|
12469
|
-
|
|
12477
|
+
status: 'deprecated',
|
|
12478
|
+
rpc: [],
|
|
12479
|
+
faucets: [],
|
|
12470
12480
|
nativeCurrency: { name: 'Testnet AER', symbol: 'tAER', decimals: 18 },
|
|
12471
12481
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
12472
12482
|
infoURL: 'https://aeredium.io',
|
|
@@ -12475,13 +12485,7 @@ const chainArray = [
|
|
|
12475
12485
|
networkId: 1237,
|
|
12476
12486
|
slip44: 1,
|
|
12477
12487
|
icon: 'aeredium',
|
|
12478
|
-
explorers: [
|
|
12479
|
-
{
|
|
12480
|
-
name: 'AEREDIUM Testnet Explorer',
|
|
12481
|
-
url: 'https://testnet.explorer.aeredium.io',
|
|
12482
|
-
standard: 'EIP3091'
|
|
12483
|
-
}
|
|
12484
|
-
]
|
|
12488
|
+
explorers: []
|
|
12485
12489
|
},
|
|
12486
12490
|
{
|
|
12487
12491
|
name: 'ARC Mainnet',
|
|
@@ -14180,6 +14184,27 @@ const chainArray = [
|
|
|
14180
14184
|
explorers: [],
|
|
14181
14185
|
status: 'deprecated'
|
|
14182
14186
|
},
|
|
14187
|
+
{
|
|
14188
|
+
name: 'Pharos Mainnet',
|
|
14189
|
+
chain: 'Pharos',
|
|
14190
|
+
icon: 'pharos',
|
|
14191
|
+
rpc: [ 'https://rpc.pharos.xyz' ],
|
|
14192
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
14193
|
+
faucets: [],
|
|
14194
|
+
nativeCurrency: { name: 'PharosCoin', symbol: 'PROS', decimals: 18 },
|
|
14195
|
+
infoURL: 'https://pharos.xyz',
|
|
14196
|
+
shortName: 'pharos',
|
|
14197
|
+
chainId: 1672,
|
|
14198
|
+
networkId: 1672,
|
|
14199
|
+
explorers: [
|
|
14200
|
+
{
|
|
14201
|
+
name: 'Pharos Explorer',
|
|
14202
|
+
url: 'https://pharosscan.xyz',
|
|
14203
|
+
icon: 'pharos',
|
|
14204
|
+
standard: 'EIP3091'
|
|
14205
|
+
}
|
|
14206
|
+
]
|
|
14207
|
+
},
|
|
14183
14208
|
{
|
|
14184
14209
|
name: 'Mint Testnet',
|
|
14185
14210
|
chain: 'ETH',
|
|
@@ -17357,6 +17382,28 @@ const chainArray = [
|
|
|
17357
17382
|
}
|
|
17358
17383
|
]
|
|
17359
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
|
+
},
|
|
17360
17407
|
{
|
|
17361
17408
|
name: 'Krest Network',
|
|
17362
17409
|
chain: 'Krest',
|
|
@@ -19882,6 +19929,27 @@ const chainArray = [
|
|
|
19882
19929
|
}
|
|
19883
19930
|
]
|
|
19884
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
|
+
},
|
|
19885
19953
|
{
|
|
19886
19954
|
name: 'PandoProject Mainnet',
|
|
19887
19955
|
chain: 'PandoProject',
|
|
@@ -29334,7 +29402,7 @@ const chainArray = [
|
|
|
29334
29402
|
name: 'Ault Blockchain Testnet',
|
|
29335
29403
|
chain: 'AULT',
|
|
29336
29404
|
icon: 'ault',
|
|
29337
|
-
rpc: [],
|
|
29405
|
+
rpc: [ 'https://test-json-rpc.cloud.aultblockchain.xyz' ],
|
|
29338
29406
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
29339
29407
|
faucets: [],
|
|
29340
29408
|
nativeCurrency: { name: 'Testnet AULT Token', symbol: 'AULT', decimals: 18 },
|
|
@@ -29342,7 +29410,14 @@ const chainArray = [
|
|
|
29342
29410
|
shortName: 'ault-testnet',
|
|
29343
29411
|
chainId: 10904,
|
|
29344
29412
|
networkId: 10904,
|
|
29345
|
-
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
|
+
]
|
|
29346
29421
|
},
|
|
29347
29422
|
{
|
|
29348
29423
|
name: 'Fuse Flash Testnet',
|
|
@@ -32804,7 +32879,10 @@ const chainArray = [
|
|
|
32804
32879
|
shortName: 'access',
|
|
32805
32880
|
networkId: 22888,
|
|
32806
32881
|
nativeCurrency: { name: 'Access Coin', symbol: 'ACCESS', decimals: 18 },
|
|
32807
|
-
rpc: [
|
|
32882
|
+
rpc: [
|
|
32883
|
+
'https://accesschain.org/rpc',
|
|
32884
|
+
'https://accesschainapp.site/rpc'
|
|
32885
|
+
],
|
|
32808
32886
|
faucets: [],
|
|
32809
32887
|
infoURL: 'https://accesschain.org',
|
|
32810
32888
|
explorers: [
|
|
@@ -39005,6 +39083,25 @@ const chainArray = [
|
|
|
39005
39083
|
}
|
|
39006
39084
|
]
|
|
39007
39085
|
},
|
|
39086
|
+
{
|
|
39087
|
+
name: 'EAV7 EAVM',
|
|
39088
|
+
chain: 'EAV7',
|
|
39089
|
+
icon: 'eav7',
|
|
39090
|
+
rpc: [ 'https://rpc.eavscan.com' ],
|
|
39091
|
+
faucets: [],
|
|
39092
|
+
nativeCurrency: { name: 'EAV7', symbol: 'EAV7', decimals: 18 },
|
|
39093
|
+
infoURL: 'https://eavscan.com',
|
|
39094
|
+
shortName: 'eav7',
|
|
39095
|
+
chainId: 72020,
|
|
39096
|
+
networkId: 72020,
|
|
39097
|
+
explorers: [
|
|
39098
|
+
{
|
|
39099
|
+
name: 'EAV7 Scan',
|
|
39100
|
+
url: 'https://eavscan.com',
|
|
39101
|
+
standard: 'EIP3091'
|
|
39102
|
+
}
|
|
39103
|
+
]
|
|
39104
|
+
},
|
|
39008
39105
|
{
|
|
39009
39106
|
name: 'Nexera Testnet',
|
|
39010
39107
|
chain: 'Nexera',
|
|
@@ -44415,6 +44512,26 @@ const chainArray = [
|
|
|
44415
44512
|
}
|
|
44416
44513
|
]
|
|
44417
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
|
+
},
|
|
44418
44535
|
{
|
|
44419
44536
|
name: 'Hydration',
|
|
44420
44537
|
chain: 'HDX',
|
|
@@ -48678,6 +48795,19 @@ const chainArray = [
|
|
|
48678
48795
|
],
|
|
48679
48796
|
icon: 'webchain'
|
|
48680
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
|
+
},
|
|
48681
48811
|
{
|
|
48682
48812
|
name: 'Wirex Pay Testnet',
|
|
48683
48813
|
chain: 'WirexPay',
|
|
@@ -52575,6 +52705,25 @@ const chainArray = [
|
|
|
52575
52705
|
}
|
|
52576
52706
|
]
|
|
52577
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
|
+
},
|
|
52578
52727
|
{
|
|
52579
52728
|
name: 'Oraichain Mainnet',
|
|
52580
52729
|
title: 'Oraichain Mainnet',
|
|
@@ -55168,6 +55317,43 @@ const chainArray = [
|
|
|
55168
55317
|
}
|
|
55169
55318
|
]
|
|
55170
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
|
+
},
|
|
55171
55357
|
{
|
|
55172
55358
|
name: 'Yominet',
|
|
55173
55359
|
chain: 'YOMINET',
|