eth-chainlist 0.0.656 → 0.0.657

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.657 (2025-05-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.656 ([f4df96a](https://github.com/poowf/eth-chainlist/commit/f4df96a54b62e57970e8075f173afada9ed1af2b))
9
+ * update chain data ([cb04478](https://github.com/poowf/eth-chainlist/commit/cb044787d1dcddeafda847c7e9ab56bde145b379))
10
+
3
11
  ### 0.0.656 (2025-05-14)
4
12
 
5
13
 
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 Matsnet Testnet',
30271
- chain: 'Mezo',
30270
+ name: 'Mezo Testnet',
30271
+ chain: 'Mezo Testnet',
30272
30272
  rpc: [ 'https://rpc.test.mezo.org' ],
30273
- faucets: [ 'https://mezo.org/matsnet' ],
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,32 @@ 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
+ ],
30298
+ faucets: [],
30299
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
30300
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
30301
+ infoURL: 'https://mezo.org/',
30302
+ shortName: 'mezo',
30303
+ chainId: 31612,
30304
+ networkId: 31612,
30305
+ icon: 'mezo',
30306
+ explorers: [
30307
+ {
30308
+ name: 'blockscout',
30309
+ url: 'https://explorer.mezo.org',
30310
+ icon: 'blockscout',
30311
+ standard: 'EIP3091'
30312
+ }
30313
+ ]
30314
+ },
30289
30315
  {
30290
30316
  name: 'Xchain Mainnet (Deprecated)',
30291
30317
  chain: 'XchainDeprecated',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.656",
3
+ "version": "0.0.657",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {