eth-chainlist 0.0.696 → 0.0.697
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 +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.697 (2025-10-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.696 ([f16e407](https://github.com/poowf/eth-chainlist/commit/f16e40705656117bd5eede15d1977ba5c588bcc3))
|
|
9
|
+
* update chain data ([430de18](https://github.com/poowf/eth-chainlist/commit/430de187205560b8f1c87588f01938f2ba6406bf))
|
|
10
|
+
|
|
3
11
|
### 0.0.696 (2025-10-09)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -3448,7 +3448,7 @@ const chainArray = [
|
|
|
3448
3448
|
explorers: [
|
|
3449
3449
|
{
|
|
3450
3450
|
name: 'Nomina EVM and cross-chain Explorer',
|
|
3451
|
-
url: 'https://
|
|
3451
|
+
url: 'https://nomscan.io',
|
|
3452
3452
|
standard: 'EIP3091'
|
|
3453
3453
|
}
|
|
3454
3454
|
]
|
|
@@ -30838,8 +30838,8 @@ const chainArray = [
|
|
|
30838
30838
|
rpc: [
|
|
30839
30839
|
'https://rpc_evm-mezo.imperator.co',
|
|
30840
30840
|
'wss://ws_evm-mezo.imperator.co',
|
|
30841
|
-
'https://
|
|
30842
|
-
'wss://
|
|
30841
|
+
'https://rpc-http.mezo.boar.network',
|
|
30842
|
+
'wss://rpc-ws.mezo.boar.network',
|
|
30843
30843
|
'https://mainnet.mezo.public.validationcloud.io',
|
|
30844
30844
|
'wss://mainnet.mezo.public.validationcloud.io',
|
|
30845
30845
|
'https://rpc-internal.mezo.org',
|