eth-chainlist 0.0.158 → 0.0.159

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.159 (2023-05-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.158 ([3c8417a](https://github.com/poowf/eth-chainlist/commit/3c8417a4c20734868190969842836edfb9d7cb5b))
9
+ * update chain data ([7fcb621](https://github.com/poowf/eth-chainlist/commit/7fcb621a50605778be0d7bad937a82ce0c4282b9))
10
+
3
11
  ### 0.0.158 (2023-05-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12887,10 +12887,14 @@ const chainArray = [
12887
12887
  ]
12888
12888
  },
12889
12889
  {
12890
- name: 'Floripa',
12891
- title: 'Wireshape Testnet Floripa',
12890
+ name: 'Wireshape Floripa Testnet',
12891
+ title: 'Wireshape Floripa Testnet',
12892
12892
  chain: 'Wireshape',
12893
- rpc: [ 'https://rpc-floripa.wireshape.org' ],
12893
+ icon: 'wireshape',
12894
+ rpc: [
12895
+ 'https://rpc-floripa.wireshape.org',
12896
+ 'https://floripa.rpc.thirdweb.com'
12897
+ ],
12894
12898
  faucets: [],
12895
12899
  nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
12896
12900
  infoURL: 'https://wireshape.org',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.158",
3
+ "version": "0.0.159",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {