eth-chainlist 0.0.657 → 0.0.658
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 +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.658 (2025-05-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.657 ([73b955c](https://github.com/poowf/eth-chainlist/commit/73b955c2dbaa2e0f06a04a628368fba88b165b0d))
|
9
|
+
* update chain data ([4d93b30](https://github.com/poowf/eth-chainlist/commit/4d93b30577d4db43e5b9a9fac0c6de316cfb316c))
|
10
|
+
|
3
11
|
### 0.0.657 (2025-05-15)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -30293,7 +30293,11 @@ const chainArray = [
|
|
30293
30293
|
'https://rpc_evm-mezo.imperator.co',
|
30294
30294
|
'wss://ws_evm-mezo.imperator.co',
|
30295
30295
|
'https://jsonrpc-mezo.boar.network',
|
30296
|
-
'wss://jsonrpcws-mezo.boar.network'
|
30296
|
+
'wss://jsonrpcws-mezo.boar.network',
|
30297
|
+
'https://mainnet.mezo.public.validationcloud.io',
|
30298
|
+
'wss://mainnet.mezo.public.validationcloud.io',
|
30299
|
+
'https://rpc-internal.mezo.org',
|
30300
|
+
'wss://rpc-ws-internal.mezo.org'
|
30297
30301
|
],
|
30298
30302
|
faucets: [],
|
30299
30303
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
@@ -37580,7 +37584,7 @@ const chainArray = [
|
|
37580
37584
|
explorers: [
|
37581
37585
|
{
|
37582
37586
|
name: 'Etherlink Testnet Explorer',
|
37583
|
-
url: 'https://testnet
|
37587
|
+
url: 'https://testnet.explorer.etherlink.com',
|
37584
37588
|
standard: 'EIP3091'
|
37585
37589
|
}
|
37586
37590
|
]
|