eth-chainlist 0.0.622 → 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 +8 -0
- package/data/chain.js +70 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.622 (2025-02-24)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -25754,6 +25754,26 @@ const chainArray = [
|
|
25754
25754
|
}
|
25755
25755
|
]
|
25756
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
|
+
},
|
25757
25777
|
{
|
25758
25778
|
name: 'Shyft Testnet',
|
25759
25779
|
chain: 'SHYFTT',
|
@@ -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 },
|
@@ -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',
|
@@ -40982,6 +41028,18 @@ const chainArray = [
|
|
40982
41028
|
}
|
40983
41029
|
]
|
40984
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
|
+
},
|
40985
41043
|
{
|
40986
41044
|
name: 'Plian Mainnet Main',
|
40987
41045
|
chain: 'Plian',
|
@@ -43118,6 +43176,17 @@ const chainArray = [
|
|
43118
43176
|
],
|
43119
43177
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
43120
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
|
+
},
|
43121
43190
|
{
|
43122
43191
|
name: 'Aquachain',
|
43123
43192
|
chain: 'AQUA',
|