eth-chainlist 0.0.621 → 0.0.623
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 +103 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.623 (2025-02-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.622 ([67c3f20](https://github.com/poowf/eth-chainlist/commit/67c3f20453f454d123d4cb9c7798847848fc68ca))
|
9
|
+
* update chain data ([924dbbe](https://github.com/poowf/eth-chainlist/commit/924dbbe1aa662897ed7a4abe2e60a2a67ed29ea7))
|
10
|
+
|
11
|
+
### 0.0.622 (2025-02-24)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.621 ([68964df](https://github.com/poowf/eth-chainlist/commit/68964df8ef55df9c9b01218dea816a1ace2d5963))
|
17
|
+
* update chain data ([35c9ac0](https://github.com/poowf/eth-chainlist/commit/35c9ac0e102b84794203c2eb0371f63ef2a982f5))
|
18
|
+
|
3
19
|
### 0.0.621 (2025-02-23)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -20041,23 +20041,25 @@ const chainArray = [
|
|
20041
20041
|
},
|
20042
20042
|
{
|
20043
20043
|
name: 'edeXa Mainnet',
|
20044
|
-
chain: 'edeXa
|
20044
|
+
chain: 'edeXa',
|
20045
20045
|
rpc: [
|
20046
20046
|
'https://mainnet.edexa.network/rpc',
|
20047
|
-
'
|
20047
|
+
'wss://mainnet.edexa.network/wss',
|
20048
|
+
'https://mainnet.edexa.com/rpc',
|
20049
|
+
'wss://mainnet.edexa.com/wss'
|
20048
20050
|
],
|
20049
20051
|
faucets: [],
|
20050
20052
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20051
|
-
nativeCurrency: { name: '
|
20053
|
+
nativeCurrency: { name: 'edeXa', symbol: 'EDX', decimals: 18 },
|
20052
20054
|
infoURL: 'https://edexa.network/',
|
20053
|
-
shortName: '
|
20055
|
+
shortName: 'edx',
|
20054
20056
|
chainId: 5424,
|
20055
20057
|
networkId: 5424,
|
20056
20058
|
slip44: 1,
|
20057
20059
|
icon: 'edexa',
|
20058
20060
|
explorers: [
|
20059
20061
|
{
|
20060
|
-
name: 'edexa-mainnet',
|
20062
|
+
name: 'edexa-mainnet-explorer',
|
20061
20063
|
url: 'https://explorer.edexa.network',
|
20062
20064
|
standard: 'EIP3091'
|
20063
20065
|
}
|
@@ -21554,7 +21556,7 @@ const chainArray = [
|
|
21554
21556
|
explorers: [
|
21555
21557
|
{
|
21556
21558
|
name: 'Bitrock Explorer',
|
21557
|
-
url: 'https://
|
21559
|
+
url: 'https://brockscan.io',
|
21558
21560
|
standard: 'EIP3091'
|
21559
21561
|
}
|
21560
21562
|
]
|
@@ -25752,6 +25754,26 @@ const chainArray = [
|
|
25752
25754
|
}
|
25753
25755
|
]
|
25754
25756
|
},
|
25757
|
+
{
|
25758
|
+
name: 'StateMesh Testnet',
|
25759
|
+
icon: 'statemesh',
|
25760
|
+
chain: 'MESH',
|
25761
|
+
rpc: [ 'https://rpc-test.statemesh.net' ],
|
25762
|
+
faucets: [ 'https://faucet.statemesh.net' ],
|
25763
|
+
nativeCurrency: { name: 'StateMesh', symbol: 'MESH', decimals: 18 },
|
25764
|
+
infoURL: 'https://statemesh.net',
|
25765
|
+
shortName: 'mesh-test',
|
25766
|
+
chainId: 11343,
|
25767
|
+
networkId: 11343,
|
25768
|
+
explorers: [
|
25769
|
+
{
|
25770
|
+
name: 'blockscout',
|
25771
|
+
url: 'https://explorer-test.statemesh.net',
|
25772
|
+
icon: 'blockscout',
|
25773
|
+
standard: 'EIP3091'
|
25774
|
+
}
|
25775
|
+
]
|
25776
|
+
},
|
25755
25777
|
{
|
25756
25778
|
name: 'Shyft Testnet',
|
25757
25779
|
chain: 'SHYFTT',
|
@@ -33690,7 +33712,7 @@ const chainArray = [
|
|
33690
33712
|
{
|
33691
33713
|
name: 'Berachain Bepolia',
|
33692
33714
|
chain: 'Berachain',
|
33693
|
-
rpc: [ 'https://
|
33715
|
+
rpc: [ 'https://bepolia.rpc.berachain.com' ],
|
33694
33716
|
faucets: [],
|
33695
33717
|
nativeCurrency: { name: 'Testnet BERA Token', symbol: 'BERA', decimals: 18 },
|
33696
33718
|
infoURL: 'https://www.berachain.com',
|
@@ -33727,11 +33749,9 @@ const chainArray = [
|
|
33727
33749
|
{
|
33728
33750
|
name: 'Berachain Artio',
|
33729
33751
|
chain: 'Berachain Artio',
|
33730
|
-
|
33731
|
-
|
33732
|
-
|
33733
|
-
],
|
33734
|
-
faucets: [ 'https://artio.faucet.berachain.com' ],
|
33752
|
+
status: 'deprecated',
|
33753
|
+
rpc: [],
|
33754
|
+
faucets: [],
|
33735
33755
|
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
33736
33756
|
infoURL: 'https://www.berachain.com',
|
33737
33757
|
shortName: 'berachainArtio',
|
@@ -33753,7 +33773,9 @@ const chainArray = [
|
|
33753
33773
|
rpc: [
|
33754
33774
|
'https://rpc.berachain.com',
|
33755
33775
|
'https://berachain-rpc.publicnode.com',
|
33756
|
-
'wss://berachain-rpc.publicnode.com'
|
33776
|
+
'wss://berachain-rpc.publicnode.com',
|
33777
|
+
'https://rpc.berachain-apis.com',
|
33778
|
+
'wss://rpc.berachain-apis.com'
|
33757
33779
|
],
|
33758
33780
|
faucets: [],
|
33759
33781
|
nativeCurrency: { name: 'BERA Token', symbol: 'BERA', decimals: 18 },
|
@@ -39230,7 +39252,7 @@ const chainArray = [
|
|
39230
39252
|
explorers: [
|
39231
39253
|
{
|
39232
39254
|
name: 'Hetu Testnet Scan',
|
39233
|
-
url: '
|
39255
|
+
url: 'https://testchainv1.hetuscan.com',
|
39234
39256
|
icon: 'hetu',
|
39235
39257
|
standard: 'EIP3091'
|
39236
39258
|
}
|
@@ -39777,6 +39799,30 @@ const chainArray = [
|
|
39777
39799
|
}
|
39778
39800
|
]
|
39779
39801
|
},
|
39802
|
+
{
|
39803
|
+
name: 'Surge Testnet',
|
39804
|
+
chain: 'Surge Testnet',
|
39805
|
+
rpc: [
|
39806
|
+
'https://l2-rpc.surge.staging-nethermind.xyz',
|
39807
|
+
'wss://l2-rpc.surge.staging-nethermind.xyz'
|
39808
|
+
],
|
39809
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
39810
|
+
faucets: [],
|
39811
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
39812
|
+
infoURL: 'https://surge.wtf',
|
39813
|
+
shortName: 'surge-testnet',
|
39814
|
+
chainId: 763374,
|
39815
|
+
networkId: 763374,
|
39816
|
+
icon: 'surge-testnet',
|
39817
|
+
explorers: [
|
39818
|
+
{
|
39819
|
+
name: 'blockscout',
|
39820
|
+
url: 'https://explorer.holesky.surge.wtf',
|
39821
|
+
standard: 'EIP3091',
|
39822
|
+
icon: 'surge-testnet'
|
39823
|
+
}
|
39824
|
+
]
|
39825
|
+
},
|
39780
39826
|
{
|
39781
39827
|
name: 'Lamina1 Testnet',
|
39782
39828
|
chain: 'Lamina1 Testnet',
|
@@ -40601,6 +40647,26 @@ const chainArray = [
|
|
40601
40647
|
}
|
40602
40648
|
]
|
40603
40649
|
},
|
40650
|
+
{
|
40651
|
+
name: 'Naga Testnet',
|
40652
|
+
chain: 'Naga',
|
40653
|
+
rpc: [ 'https://rpc.nagafintech.com', 'wss://rpc.nagafintech.com' ],
|
40654
|
+
faucets: [],
|
40655
|
+
nativeCurrency: { name: 'Naga', symbol: 'Naga', decimals: 18 },
|
40656
|
+
infoURL: 'https://stablecoin.nagafintech.com/#/app/home',
|
40657
|
+
shortName: 'Naga',
|
40658
|
+
chainId: 1008686,
|
40659
|
+
networkId: 1008686,
|
40660
|
+
icon: 'naga',
|
40661
|
+
explorers: [
|
40662
|
+
{
|
40663
|
+
name: 'Naga Explorer Testnet',
|
40664
|
+
url: 'https://explorer.nagafintech.com',
|
40665
|
+
icon: 'naga',
|
40666
|
+
standard: 'EIP3091'
|
40667
|
+
}
|
40668
|
+
]
|
40669
|
+
},
|
40604
40670
|
{
|
40605
40671
|
name: 'Netmind Chain Testnet',
|
40606
40672
|
title: 'NetMind Chain Testnet',
|
@@ -40962,6 +41028,18 @@ const chainArray = [
|
|
40962
41028
|
}
|
40963
41029
|
]
|
40964
41030
|
},
|
41031
|
+
{
|
41032
|
+
name: 'Alterscope Testnet',
|
41033
|
+
chain: 'AlterscopeTest',
|
41034
|
+
rpc: [],
|
41035
|
+
faucets: [],
|
41036
|
+
nativeCurrency: { name: 'RISK Test Token', symbol: 'RISKT', decimals: 18 },
|
41037
|
+
infoURL: 'https://alterscope.org',
|
41038
|
+
shortName: 'AlterscopeTest',
|
41039
|
+
chainId: 2022091,
|
41040
|
+
networkId: 2022091,
|
41041
|
+
status: 'incubating'
|
41042
|
+
},
|
40965
41043
|
{
|
40966
41044
|
name: 'Plian Mainnet Main',
|
40967
41045
|
chain: 'Plian',
|
@@ -43098,6 +43176,17 @@ const chainArray = [
|
|
43098
43176
|
],
|
43099
43177
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
43100
43178
|
},
|
43179
|
+
{
|
43180
|
+
name: 'dKargo Warehouse Testnet',
|
43181
|
+
chain: 'dKargo Warehouse',
|
43182
|
+
rpc: [ 'https://warehouse-full01.dkargo.io' ],
|
43183
|
+
faucets: [],
|
43184
|
+
nativeCurrency: { name: 'dKargo', symbol: 'DKA', decimals: 18 },
|
43185
|
+
infoURL: 'https://dkargo.io',
|
43186
|
+
shortName: 'dkargowarehouse',
|
43187
|
+
chainId: 61022448,
|
43188
|
+
networkId: 61022448
|
43189
|
+
},
|
43101
43190
|
{
|
43102
43191
|
name: 'Aquachain',
|
43103
43192
|
chain: 'AQUA',
|