eth-chainlist 0.0.623 → 0.0.624
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 +134 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.624 (2025-02-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.623 ([24897a8](https://github.com/poowf/eth-chainlist/commit/24897a812f2b4f85524a43f7e1422cafc4e70c4d))
|
9
|
+
* update chain data ([aea993e](https://github.com/poowf/eth-chainlist/commit/aea993e2ed9ee97f95f0238a3e3f08770a68ceaa))
|
10
|
+
|
3
11
|
### 0.0.623 (2025-02-26)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -13001,6 +13001,27 @@ const chainArray = [
|
|
13001
13001
|
}
|
13002
13002
|
]
|
13003
13003
|
},
|
13004
|
+
{
|
13005
|
+
name: 'Ethpar Mainnet',
|
13006
|
+
chain: 'ETP',
|
13007
|
+
rpc: [ 'https://rpc01.ethpar.net/' ],
|
13008
|
+
faucets: [],
|
13009
|
+
nativeCurrency: { name: 'Ethpar', symbol: 'ETP', decimals: 18 },
|
13010
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13011
|
+
infoURL: 'https://ethpar.com',
|
13012
|
+
shortName: 'ethpar',
|
13013
|
+
chainId: 1727,
|
13014
|
+
networkId: 1727,
|
13015
|
+
icon: 'ethpar',
|
13016
|
+
explorers: [
|
13017
|
+
{
|
13018
|
+
name: 'Ethpar Mainnet Explorer',
|
13019
|
+
url: 'https://dora.ethpar.net',
|
13020
|
+
icon: 'ethpar',
|
13021
|
+
standard: 'none'
|
13022
|
+
}
|
13023
|
+
]
|
13024
|
+
},
|
13004
13025
|
{
|
13005
13026
|
name: 'Reya Network',
|
13006
13027
|
chain: 'Reya',
|
@@ -15690,16 +15711,18 @@ const chainArray = [
|
|
15690
15711
|
},
|
15691
15712
|
{
|
15692
15713
|
name: 'Atleta Olympia',
|
15693
|
-
chain: 'Atleta',
|
15714
|
+
chain: 'Atleta Testnet Olympia',
|
15694
15715
|
rpc: [
|
15695
|
-
'
|
15696
|
-
'https://
|
15697
|
-
'
|
15716
|
+
'https://testnet-rpc.atleta.network',
|
15717
|
+
'https://rpc.ankr.com/atleta_olympia',
|
15718
|
+
'wss://testnet-rpc.atleta.network',
|
15719
|
+
'https://atleta-testnet.htw.tech/',
|
15720
|
+
'https://public-atleta.nownodes.io'
|
15698
15721
|
],
|
15699
15722
|
faucets: [ 'https://app-olympia.atleta.network/faucet' ],
|
15700
|
-
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
15723
|
+
nativeCurrency: { name: 'Atla Olympia', symbol: 'ATLA', decimals: 18 },
|
15701
15724
|
infoURL: 'https://atleta.network',
|
15702
|
-
shortName: '
|
15725
|
+
shortName: 'olym',
|
15703
15726
|
chainId: 2340,
|
15704
15727
|
networkId: 2340,
|
15705
15728
|
slip44: 1,
|
@@ -15708,7 +15731,7 @@ const chainArray = [
|
|
15708
15731
|
{
|
15709
15732
|
name: 'Atleta Olympia Explorer',
|
15710
15733
|
icon: 'atleta',
|
15711
|
-
url: 'https://blockscout.atleta.network',
|
15734
|
+
url: 'https://blockscout.testnet-v2.atleta.network',
|
15712
15735
|
standard: 'none'
|
15713
15736
|
},
|
15714
15737
|
{
|
@@ -16058,6 +16081,36 @@ const chainArray = [
|
|
16058
16081
|
networkId: 2426,
|
16059
16082
|
status: 'incubating'
|
16060
16083
|
},
|
16084
|
+
{
|
16085
|
+
name: 'Atleta Network',
|
16086
|
+
chain: 'Atleta',
|
16087
|
+
rpc: [
|
16088
|
+
'https://rpc.mainnet.atleta.network',
|
16089
|
+
'wss://rpc.mainnet.atleta.network'
|
16090
|
+
],
|
16091
|
+
faucets: [],
|
16092
|
+
nativeCurrency: { name: 'Atla', symbol: 'ATLA', decimals: 18 },
|
16093
|
+
infoURL: 'https://atleta.network',
|
16094
|
+
shortName: 'atla',
|
16095
|
+
chainId: 2440,
|
16096
|
+
networkId: 2440,
|
16097
|
+
slip44: 965,
|
16098
|
+
icon: 'atleta',
|
16099
|
+
explorers: [
|
16100
|
+
{
|
16101
|
+
name: 'Atleta Explorer',
|
16102
|
+
icon: 'atleta',
|
16103
|
+
url: 'https://blockscout.atleta.network',
|
16104
|
+
standard: 'none'
|
16105
|
+
},
|
16106
|
+
{
|
16107
|
+
name: 'Atleta Polka Explorer',
|
16108
|
+
icon: 'atleta',
|
16109
|
+
url: 'https://polkadot-explorer.atleta.network/#/explorer',
|
16110
|
+
standard: 'none'
|
16111
|
+
}
|
16112
|
+
]
|
16113
|
+
},
|
16061
16114
|
{
|
16062
16115
|
name: 'Polygon zkEVM Cardona Testnet',
|
16063
16116
|
title: 'Polygon zkEVM Cardona Testnet',
|
@@ -31383,13 +31436,13 @@ const chainArray = [
|
|
31383
31436
|
]
|
31384
31437
|
},
|
31385
31438
|
{
|
31386
|
-
name: 'Cytonic Testnet',
|
31387
|
-
chain: '
|
31439
|
+
name: 'Cytonic Settlement Layer Testnet',
|
31440
|
+
chain: 'CytonicSL',
|
31388
31441
|
rpc: [ 'http://rpc.sl.testnet.cytonic.com' ],
|
31389
31442
|
faucets: [],
|
31390
31443
|
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
31391
31444
|
infoURL: 'https://cytonic.com',
|
31392
|
-
shortName: '
|
31445
|
+
shortName: 'CSL',
|
31393
31446
|
chainId: 52225,
|
31394
31447
|
networkId: 52225,
|
31395
31448
|
icon: 'cytonic_l1',
|
@@ -31403,13 +31456,13 @@ const chainArray = [
|
|
31403
31456
|
]
|
31404
31457
|
},
|
31405
31458
|
{
|
31406
|
-
name: 'Cytonic
|
31407
|
-
chain: '
|
31459
|
+
name: 'Cytonic Ethereum Testnet',
|
31460
|
+
chain: 'CytonicEVM',
|
31408
31461
|
rpc: [ 'http://rpc.evm.testnet.cytonic.com' ],
|
31409
31462
|
faucets: [],
|
31410
31463
|
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
31411
31464
|
infoURL: 'https://cytonic.com',
|
31412
|
-
shortName: '
|
31465
|
+
shortName: 'CEVM',
|
31413
31466
|
chainId: 52226,
|
31414
31467
|
networkId: 52226,
|
31415
31468
|
icon: 'cytonic_l2',
|
@@ -36550,6 +36603,27 @@ const chainArray = [
|
|
36550
36603
|
}
|
36551
36604
|
]
|
36552
36605
|
},
|
36606
|
+
{
|
36607
|
+
name: 'MUD Chain',
|
36608
|
+
chain: 'MUD',
|
36609
|
+
rpc: [ 'https://rpc.mud.network' ],
|
36610
|
+
faucets: [ 'https://faucet.mud.network' ],
|
36611
|
+
nativeCurrency: { name: 'MUD', symbol: 'MUD', decimals: 18 },
|
36612
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
36613
|
+
infoURL: 'https://mud.network',
|
36614
|
+
shortName: 'MUD',
|
36615
|
+
chainId: 168169,
|
36616
|
+
networkId: 168169,
|
36617
|
+
icon: 'mud',
|
36618
|
+
explorers: [
|
36619
|
+
{
|
36620
|
+
name: 'MUD Chain Scan',
|
36621
|
+
url: 'https://scan.mud.network',
|
36622
|
+
icon: 'mud',
|
36623
|
+
standard: 'EIP3091'
|
36624
|
+
}
|
36625
|
+
]
|
36626
|
+
},
|
36553
36627
|
{
|
36554
36628
|
name: 'Fair Testnet',
|
36555
36629
|
chain: 'FAIR',
|
@@ -37654,6 +37728,27 @@ const chainArray = [
|
|
37654
37728
|
}
|
37655
37729
|
]
|
37656
37730
|
},
|
37731
|
+
{
|
37732
|
+
name: 'CELESTIUM Network Testnet',
|
37733
|
+
chain: 'CELESTIUM',
|
37734
|
+
rpc: [ 'https://rpc-private-testnet.celestium.network' ],
|
37735
|
+
faucets: [ 'https://faucet.celestium.network' ],
|
37736
|
+
nativeCurrency: { name: 'CLT', symbol: 'tCLT', decimals: 18 },
|
37737
|
+
infoURL: 'https://celestium.network',
|
37738
|
+
shortName: 'tclt',
|
37739
|
+
chainId: 252525,
|
37740
|
+
networkId: 252525,
|
37741
|
+
slip44: 1,
|
37742
|
+
icon: 'celestium',
|
37743
|
+
explorers: [
|
37744
|
+
{
|
37745
|
+
name: 'CELESTIUM Testnet Explorer',
|
37746
|
+
icon: 'celestium',
|
37747
|
+
url: 'https://testnet.celestium.network',
|
37748
|
+
standard: 'none'
|
37749
|
+
}
|
37750
|
+
]
|
37751
|
+
},
|
37657
37752
|
{
|
37658
37753
|
name: 'CMP-Mainnet',
|
37659
37754
|
chain: 'CMP',
|
@@ -39944,6 +40039,27 @@ const chainArray = [
|
|
39944
40039
|
}
|
39945
40040
|
]
|
39946
40041
|
},
|
40042
|
+
{
|
40043
|
+
name: 'Ethpar Testnet',
|
40044
|
+
chain: 'ETP',
|
40045
|
+
rpc: [ 'https://rpc82.testnet.ethpar.net/' ],
|
40046
|
+
faucets: [],
|
40047
|
+
nativeCurrency: { name: 'Ethpar', symbol: 'ETP', decimals: 18 },
|
40048
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
40049
|
+
infoURL: 'https://ethpar.com',
|
40050
|
+
shortName: 'ethpar-tesnet',
|
40051
|
+
chainId: 806582,
|
40052
|
+
networkId: 806582,
|
40053
|
+
icon: 'ethpar',
|
40054
|
+
explorers: [
|
40055
|
+
{
|
40056
|
+
name: 'Ethpar Testnet Explorer',
|
40057
|
+
url: 'https://dora.testnet.ethpar.net',
|
40058
|
+
icon: 'ethpar',
|
40059
|
+
standard: 'none'
|
40060
|
+
}
|
40061
|
+
]
|
40062
|
+
},
|
39947
40063
|
{
|
39948
40064
|
name: 'BIZ Smart Chain Testnet',
|
39949
40065
|
chain: 'BIZT Testnet',
|
@@ -42391,14 +42507,14 @@ const chainArray = [
|
|
42391
42507
|
]
|
42392
42508
|
},
|
42393
42509
|
{
|
42394
|
-
name: '
|
42395
|
-
chain: '
|
42510
|
+
name: 'Privix Chain Mainnet',
|
42511
|
+
chain: 'PRIVIX',
|
42396
42512
|
rpc: [
|
42397
42513
|
'https://mainnet-rpc.privixchain.xyz/',
|
42398
42514
|
'wss://mainnet-rpc.privixchain.xyz/ws'
|
42399
42515
|
],
|
42400
42516
|
faucets: [],
|
42401
|
-
nativeCurrency: { name: 'Privix Coin', symbol: '
|
42517
|
+
nativeCurrency: { name: 'Privix Coin', symbol: 'PRIVIX', decimals: 18 },
|
42402
42518
|
infoURL: 'https://privix.co/',
|
42403
42519
|
shortName: 'mpsc',
|
42404
42520
|
chainId: 16969696,
|
@@ -43562,13 +43678,13 @@ const chainArray = [
|
|
43562
43678
|
},
|
43563
43679
|
{
|
43564
43680
|
name: ' Privix Chain Testnet',
|
43565
|
-
chain: '
|
43681
|
+
chain: 'PRIVIX',
|
43566
43682
|
rpc: [
|
43567
43683
|
'https://testnet-rpc.privixchain.xyz/',
|
43568
43684
|
'wss://testnet-rpc.privixchain.xyz/ws'
|
43569
43685
|
],
|
43570
43686
|
faucets: [ 'https://faucet.privixchain.xyz' ],
|
43571
|
-
nativeCurrency: { name: 'Privix Coin', symbol: '
|
43687
|
+
nativeCurrency: { name: 'Privix Coin', symbol: 'PRIVIX', decimals: 18 },
|
43572
43688
|
infoURL: 'https://privix.co/',
|
43573
43689
|
shortName: 'tpsc',
|
43574
43690
|
chainId: 96969696,
|