eth-chainlist 0.0.657 → 0.0.659

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.659 (2025-05-25)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.658 ([700c116](https://github.com/poowf/eth-chainlist/commit/700c116ce07b4d2d28184bab0ae5130be5f8350c))
9
+ * update chain data ([217c583](https://github.com/poowf/eth-chainlist/commit/217c583a48fc295afd936fb175249dbe5f7c0b37))
10
+
11
+ ### 0.0.658 (2025-05-24)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.657 ([73b955c](https://github.com/poowf/eth-chainlist/commit/73b955c2dbaa2e0f06a04a628368fba88b165b0d))
17
+ * update chain data ([4d93b30](https://github.com/poowf/eth-chainlist/commit/4d93b30577d4db43e5b9a9fac0c6de316cfb316c))
18
+
3
19
  ### 0.0.657 (2025-05-15)
4
20
 
5
21
 
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-explorer.etherlink.com',
37587
+ url: 'https://testnet.explorer.etherlink.com',
37584
37588
  standard: 'EIP3091'
37585
37589
  }
37586
37590
  ]
@@ -44063,17 +44067,29 @@ const chainArray = [
44063
44067
  },
44064
44068
  {
44065
44069
  name: 'RISE Testnet',
44066
- chain: 'RISE',
44067
- rpc: [],
44068
- faucets: [],
44069
- nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
44070
+ chain: 'ETH',
44071
+ rpc: [ 'https://testnet.riselabs.xyz', 'wss://testnet.riselabs.xyz/ws' ],
44072
+ faucets: [ 'https://faucet.testnet.riselabs.xyz' ],
44073
+ nativeCurrency: { name: 'RISE Testnet Ether', symbol: 'ETH', decimals: 18 },
44070
44074
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
44071
44075
  infoURL: 'https://www.riselabs.xyz/',
44072
44076
  shortName: 'rise-testnet',
44073
44077
  chainId: 11155931,
44074
44078
  networkId: 11155931,
44075
44079
  icon: 'rise',
44076
- explorers: []
44080
+ explorers: [
44081
+ {
44082
+ name: 'blockscout',
44083
+ url: 'https://explorer.testnet.riselabs.xyz',
44084
+ icon: 'blockscout',
44085
+ standard: 'EIP3091'
44086
+ }
44087
+ ],
44088
+ parent: {
44089
+ type: 'L2',
44090
+ chain: 'eip155-11155111',
44091
+ bridges: [ { url: 'https://bridge-ui.testnet.riselabs.xyz' } ]
44092
+ }
44077
44093
  },
44078
44094
  {
44079
44095
  name: 'R0AR Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.657",
3
+ "version": "0.0.659",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {