eth-chainlist 0.0.157 → 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,21 @@
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
+
11
+ ### 0.0.158 (2023-05-28)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.157 ([23c4c14](https://github.com/poowf/eth-chainlist/commit/23c4c1451dd8cc90a303a1d960d7c4770f36ac78))
17
+ * update chain data ([84e9919](https://github.com/poowf/eth-chainlist/commit/84e9919d264e0987fb27f7efe105852e9b5fe00b))
18
+
3
19
  ### 0.0.157 (2023-05-25)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -8310,6 +8310,24 @@ const chainArray = [
8310
8310
  }
8311
8311
  ]
8312
8312
  },
8313
+ {
8314
+ name: 'Canxium Mainnet',
8315
+ chain: 'CAU',
8316
+ rpc: [ 'https://rpc.canxium.org' ],
8317
+ faucets: [],
8318
+ nativeCurrency: { name: 'Canxium', symbol: 'CAU', decimals: 18 },
8319
+ infoURL: 'https://canxium.org',
8320
+ shortName: 'cau',
8321
+ chainId: 3003,
8322
+ networkId: 3003,
8323
+ explorers: [
8324
+ {
8325
+ name: 'canxium explorer',
8326
+ url: 'https://explorer.canxium.org',
8327
+ standard: 'none'
8328
+ }
8329
+ ]
8330
+ },
8313
8331
  {
8314
8332
  name: 'Orlando Chain',
8315
8333
  chain: 'ORL',
@@ -12869,10 +12887,14 @@ const chainArray = [
12869
12887
  ]
12870
12888
  },
12871
12889
  {
12872
- name: 'Floripa',
12873
- title: 'Wireshape Testnet Floripa',
12890
+ name: 'Wireshape Floripa Testnet',
12891
+ title: 'Wireshape Floripa Testnet',
12874
12892
  chain: 'Wireshape',
12875
- rpc: [ 'https://rpc-floripa.wireshape.org' ],
12893
+ icon: 'wireshape',
12894
+ rpc: [
12895
+ 'https://rpc-floripa.wireshape.org',
12896
+ 'https://floripa.rpc.thirdweb.com'
12897
+ ],
12876
12898
  faucets: [],
12877
12899
  nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
12878
12900
  infoURL: 'https://wireshape.org',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.157",
3
+ "version": "0.0.159",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {