eth-chainlist 0.0.157 → 0.0.158

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.158 (2023-05-28)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.157 ([23c4c14](https://github.com/poowf/eth-chainlist/commit/23c4c1451dd8cc90a303a1d960d7c4770f36ac78))
9
+ * update chain data ([84e9919](https://github.com/poowf/eth-chainlist/commit/84e9919d264e0987fb27f7efe105852e9b5fe00b))
10
+
3
11
  ### 0.0.157 (2023-05-25)
4
12
 
5
13
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.157",
3
+ "version": "0.0.158",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {