eth-chainlist 0.0.656 → 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 +16 -0
- package/data/chain.js +36 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.657 (2025-05-15)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.656 ([f4df96a](https://github.com/poowf/eth-chainlist/commit/f4df96a54b62e57970e8075f173afada9ed1af2b))
|
17
|
+
* update chain data ([cb04478](https://github.com/poowf/eth-chainlist/commit/cb044787d1dcddeafda847c7e9ab56bde145b379))
|
18
|
+
|
3
19
|
### 0.0.656 (2025-05-14)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -22852,7 +22852,7 @@ const chainArray = [
|
|
22852
22852
|
explorers: [
|
22853
22853
|
{
|
22854
22854
|
name: 'maalscan',
|
22855
|
-
url: 'https://maalscan.io',
|
22855
|
+
url: 'https://v2.maalscan.io',
|
22856
22856
|
standard: 'EIP3091'
|
22857
22857
|
}
|
22858
22858
|
]
|
@@ -30267,14 +30267,14 @@ const chainArray = [
|
|
30267
30267
|
redFlags: [ 'reusedChainId' ]
|
30268
30268
|
},
|
30269
30269
|
{
|
30270
|
-
name: 'Mezo
|
30271
|
-
chain: 'Mezo',
|
30270
|
+
name: 'Mezo Testnet',
|
30271
|
+
chain: 'Mezo Testnet',
|
30272
30272
|
rpc: [ 'https://rpc.test.mezo.org' ],
|
30273
|
-
faucets: [
|
30273
|
+
faucets: [],
|
30274
30274
|
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
30275
30275
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30276
30276
|
infoURL: 'https://mezo.org/',
|
30277
|
-
shortName: 'mezo',
|
30277
|
+
shortName: 'mezo-testnet',
|
30278
30278
|
chainId: 31611,
|
30279
30279
|
networkId: 31611,
|
30280
30280
|
explorers: [
|
@@ -30286,6 +30286,36 @@ const chainArray = [
|
|
30286
30286
|
}
|
30287
30287
|
]
|
30288
30288
|
},
|
30289
|
+
{
|
30290
|
+
name: 'Mezo',
|
30291
|
+
chain: 'Mezo',
|
30292
|
+
rpc: [
|
30293
|
+
'https://rpc_evm-mezo.imperator.co',
|
30294
|
+
'wss://ws_evm-mezo.imperator.co',
|
30295
|
+
'https://jsonrpc-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'
|
30301
|
+
],
|
30302
|
+
faucets: [],
|
30303
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
30304
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
30305
|
+
infoURL: 'https://mezo.org/',
|
30306
|
+
shortName: 'mezo',
|
30307
|
+
chainId: 31612,
|
30308
|
+
networkId: 31612,
|
30309
|
+
icon: 'mezo',
|
30310
|
+
explorers: [
|
30311
|
+
{
|
30312
|
+
name: 'blockscout',
|
30313
|
+
url: 'https://explorer.mezo.org',
|
30314
|
+
icon: 'blockscout',
|
30315
|
+
standard: 'EIP3091'
|
30316
|
+
}
|
30317
|
+
]
|
30318
|
+
},
|
30289
30319
|
{
|
30290
30320
|
name: 'Xchain Mainnet (Deprecated)',
|
30291
30321
|
chain: 'XchainDeprecated',
|
@@ -37554,7 +37584,7 @@ const chainArray = [
|
|
37554
37584
|
explorers: [
|
37555
37585
|
{
|
37556
37586
|
name: 'Etherlink Testnet Explorer',
|
37557
|
-
url: 'https://testnet
|
37587
|
+
url: 'https://testnet.explorer.etherlink.com',
|
37558
37588
|
standard: 'EIP3091'
|
37559
37589
|
}
|
37560
37590
|
]
|