eth-chainlist 0.0.261 → 0.0.262

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.262 (2023-10-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.261 ([ed83a43](https://github.com/poowf/eth-chainlist/commit/ed83a43331584c2fb11b8afc4205bd21638ec4d2))
9
+ * update chain data ([87830ee](https://github.com/poowf/eth-chainlist/commit/87830ee12b9c316f033792a99e1b696e9bd298db))
10
+
3
11
  ### 0.0.261 (2023-10-17)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -19346,7 +19346,7 @@ const chainArray = [
19346
19346
  name: 'Scroll',
19347
19347
  chain: 'ETH',
19348
19348
  status: 'incubating',
19349
- rpc: [ 'https://rpc.scroll.io' ],
19349
+ rpc: [ 'https://rpc.scroll.io', 'https://rpc-scroll.icecreamswap.com' ],
19350
19350
  faucets: [],
19351
19351
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
19352
19352
  infoURL: 'https://scroll.io',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.261",
3
+ "version": "0.0.262",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {