eth-chainlist 0.0.622 → 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 +16 -0
- package/data/chain.js +204 -19
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.623 (2025-02-26)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.622 ([67c3f20](https://github.com/poowf/eth-chainlist/commit/67c3f20453f454d123d4cb9c7798847848fc68ca))
|
17
|
+
* update chain data ([924dbbe](https://github.com/poowf/eth-chainlist/commit/924dbbe1aa662897ed7a4abe2e60a2a67ed29ea7))
|
18
|
+
|
3
19
|
### 0.0.622 (2025-02-24)
|
4
20
|
|
5
21
|
|
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',
|
@@ -25754,6 +25807,26 @@ const chainArray = [
|
|
25754
25807
|
}
|
25755
25808
|
]
|
25756
25809
|
},
|
25810
|
+
{
|
25811
|
+
name: 'StateMesh Testnet',
|
25812
|
+
icon: 'statemesh',
|
25813
|
+
chain: 'MESH',
|
25814
|
+
rpc: [ 'https://rpc-test.statemesh.net' ],
|
25815
|
+
faucets: [ 'https://faucet.statemesh.net' ],
|
25816
|
+
nativeCurrency: { name: 'StateMesh', symbol: 'MESH', decimals: 18 },
|
25817
|
+
infoURL: 'https://statemesh.net',
|
25818
|
+
shortName: 'mesh-test',
|
25819
|
+
chainId: 11343,
|
25820
|
+
networkId: 11343,
|
25821
|
+
explorers: [
|
25822
|
+
{
|
25823
|
+
name: 'blockscout',
|
25824
|
+
url: 'https://explorer-test.statemesh.net',
|
25825
|
+
icon: 'blockscout',
|
25826
|
+
standard: 'EIP3091'
|
25827
|
+
}
|
25828
|
+
]
|
25829
|
+
},
|
25757
25830
|
{
|
25758
25831
|
name: 'Shyft Testnet',
|
25759
25832
|
chain: 'SHYFTT',
|
@@ -31363,13 +31436,13 @@ const chainArray = [
|
|
31363
31436
|
]
|
31364
31437
|
},
|
31365
31438
|
{
|
31366
|
-
name: 'Cytonic Testnet',
|
31367
|
-
chain: '
|
31439
|
+
name: 'Cytonic Settlement Layer Testnet',
|
31440
|
+
chain: 'CytonicSL',
|
31368
31441
|
rpc: [ 'http://rpc.sl.testnet.cytonic.com' ],
|
31369
31442
|
faucets: [],
|
31370
31443
|
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
31371
31444
|
infoURL: 'https://cytonic.com',
|
31372
|
-
shortName: '
|
31445
|
+
shortName: 'CSL',
|
31373
31446
|
chainId: 52225,
|
31374
31447
|
networkId: 52225,
|
31375
31448
|
icon: 'cytonic_l1',
|
@@ -31383,13 +31456,13 @@ const chainArray = [
|
|
31383
31456
|
]
|
31384
31457
|
},
|
31385
31458
|
{
|
31386
|
-
name: 'Cytonic
|
31387
|
-
chain: '
|
31459
|
+
name: 'Cytonic Ethereum Testnet',
|
31460
|
+
chain: 'CytonicEVM',
|
31388
31461
|
rpc: [ 'http://rpc.evm.testnet.cytonic.com' ],
|
31389
31462
|
faucets: [],
|
31390
31463
|
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
31391
31464
|
infoURL: 'https://cytonic.com',
|
31392
|
-
shortName: '
|
31465
|
+
shortName: 'CEVM',
|
31393
31466
|
chainId: 52226,
|
31394
31467
|
networkId: 52226,
|
31395
31468
|
icon: 'cytonic_l2',
|
@@ -33753,7 +33826,9 @@ const chainArray = [
|
|
33753
33826
|
rpc: [
|
33754
33827
|
'https://rpc.berachain.com',
|
33755
33828
|
'https://berachain-rpc.publicnode.com',
|
33756
|
-
'wss://berachain-rpc.publicnode.com'
|
33829
|
+
'wss://berachain-rpc.publicnode.com',
|
33830
|
+
'https://rpc.berachain-apis.com',
|
33831
|
+
'wss://rpc.berachain-apis.com'
|
33757
33832
|
],
|
33758
33833
|
faucets: [],
|
33759
33834
|
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
@@ -36528,6 +36603,27 @@ const chainArray = [
|
|
36528
36603
|
}
|
36529
36604
|
]
|
36530
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
|
+
},
|
36531
36627
|
{
|
36532
36628
|
name: 'Fair Testnet',
|
36533
36629
|
chain: 'FAIR',
|
@@ -37632,6 +37728,27 @@ const chainArray = [
|
|
37632
37728
|
}
|
37633
37729
|
]
|
37634
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
|
+
},
|
37635
37752
|
{
|
37636
37753
|
name: 'CMP-Mainnet',
|
37637
37754
|
chain: 'CMP',
|
@@ -39777,6 +39894,30 @@ const chainArray = [
|
|
39777
39894
|
}
|
39778
39895
|
]
|
39779
39896
|
},
|
39897
|
+
{
|
39898
|
+
name: 'Surge Testnet',
|
39899
|
+
chain: 'Surge Testnet',
|
39900
|
+
rpc: [
|
39901
|
+
'https://l2-rpc.surge.staging-nethermind.xyz',
|
39902
|
+
'wss://l2-rpc.surge.staging-nethermind.xyz'
|
39903
|
+
],
|
39904
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
39905
|
+
faucets: [],
|
39906
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
39907
|
+
infoURL: 'https://surge.wtf',
|
39908
|
+
shortName: 'surge-testnet',
|
39909
|
+
chainId: 763374,
|
39910
|
+
networkId: 763374,
|
39911
|
+
icon: 'surge-testnet',
|
39912
|
+
explorers: [
|
39913
|
+
{
|
39914
|
+
name: 'blockscout',
|
39915
|
+
url: 'https://explorer.holesky.surge.wtf',
|
39916
|
+
standard: 'EIP3091',
|
39917
|
+
icon: 'surge-testnet'
|
39918
|
+
}
|
39919
|
+
]
|
39920
|
+
},
|
39780
39921
|
{
|
39781
39922
|
name: 'Lamina1 Testnet',
|
39782
39923
|
chain: 'Lamina1 Testnet',
|
@@ -39898,6 +40039,27 @@ const chainArray = [
|
|
39898
40039
|
}
|
39899
40040
|
]
|
39900
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
|
+
},
|
39901
40063
|
{
|
39902
40064
|
name: 'BIZ Smart Chain Testnet',
|
39903
40065
|
chain: 'BIZT Testnet',
|
@@ -40982,6 +41144,18 @@ const chainArray = [
|
|
40982
41144
|
}
|
40983
41145
|
]
|
40984
41146
|
},
|
41147
|
+
{
|
41148
|
+
name: 'Alterscope Testnet',
|
41149
|
+
chain: 'AlterscopeTest',
|
41150
|
+
rpc: [],
|
41151
|
+
faucets: [],
|
41152
|
+
nativeCurrency: { name: 'RISK Test Token', symbol: 'RISKT', decimals: 18 },
|
41153
|
+
infoURL: 'https://alterscope.org',
|
41154
|
+
shortName: 'AlterscopeTest',
|
41155
|
+
chainId: 2022091,
|
41156
|
+
networkId: 2022091,
|
41157
|
+
status: 'incubating'
|
41158
|
+
},
|
40985
41159
|
{
|
40986
41160
|
name: 'Plian Mainnet Main',
|
40987
41161
|
chain: 'Plian',
|
@@ -42333,14 +42507,14 @@ const chainArray = [
|
|
42333
42507
|
]
|
42334
42508
|
},
|
42335
42509
|
{
|
42336
|
-
name: '
|
42337
|
-
chain: '
|
42510
|
+
name: 'Privix Chain Mainnet',
|
42511
|
+
chain: 'PRIVIX',
|
42338
42512
|
rpc: [
|
42339
42513
|
'https://mainnet-rpc.privixchain.xyz/',
|
42340
42514
|
'wss://mainnet-rpc.privixchain.xyz/ws'
|
42341
42515
|
],
|
42342
42516
|
faucets: [],
|
42343
|
-
nativeCurrency: { name: 'Privix Coin', symbol: '
|
42517
|
+
nativeCurrency: { name: 'Privix Coin', symbol: 'PRIVIX', decimals: 18 },
|
42344
42518
|
infoURL: 'https://privix.co/',
|
42345
42519
|
shortName: 'mpsc',
|
42346
42520
|
chainId: 16969696,
|
@@ -43118,6 +43292,17 @@ const chainArray = [
|
|
43118
43292
|
],
|
43119
43293
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
43120
43294
|
},
|
43295
|
+
{
|
43296
|
+
name: 'dKargo Warehouse Testnet',
|
43297
|
+
chain: 'dKargo Warehouse',
|
43298
|
+
rpc: [ 'https://warehouse-full01.dkargo.io' ],
|
43299
|
+
faucets: [],
|
43300
|
+
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
43301
|
+
infoURL: 'https://dkargo.io',
|
43302
|
+
shortName: 'dkargowarehouse',
|
43303
|
+
chainId: 61022448,
|
43304
|
+
networkId: 61022448
|
43305
|
+
},
|
43121
43306
|
{
|
43122
43307
|
name: 'Aquachain',
|
43123
43308
|
chain: 'AQUA',
|
@@ -43493,13 +43678,13 @@ const chainArray = [
|
|
43493
43678
|
},
|
43494
43679
|
{
|
43495
43680
|
name: ' Privix Chain Testnet',
|
43496
|
-
chain: '
|
43681
|
+
chain: 'PRIVIX',
|
43497
43682
|
rpc: [
|
43498
43683
|
'https://testnet-rpc.privixchain.xyz/',
|
43499
43684
|
'wss://testnet-rpc.privixchain.xyz/ws'
|
43500
43685
|
],
|
43501
43686
|
faucets: [ 'https://faucet.privixchain.xyz' ],
|
43502
|
-
nativeCurrency: { name: 'Privix Coin', symbol: '
|
43687
|
+
nativeCurrency: { name: 'Privix Coin', symbol: 'PRIVIX', decimals: 18 },
|
43503
43688
|
infoURL: 'https://privix.co/',
|
43504
43689
|
shortName: 'tpsc',
|
43505
43690
|
chainId: 96969696,
|