eth-chainlist 0.0.115 → 0.0.116

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.116 (2023-04-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.115 ([a3e6d20](https://github.com/poowf/eth-chainlist/commit/a3e6d20bbb2d97cee8d9ceb01259b2f6bc16ea23))
9
+ * update chain data ([175aec7](https://github.com/poowf/eth-chainlist/commit/175aec7ab449c4a050363699ddb793176edafff5))
10
+
3
11
  ### 0.0.115 (2023-03-31)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10594,9 +10594,9 @@ const chainArray = [
10594
10594
  ]
10595
10595
  },
10596
10596
  {
10597
- name: 'CamelArk Mainnet',
10597
+ name: 'Camelark Mainnet',
10598
10598
  chainId: 20001,
10599
- shortName: 'CamelArk',
10599
+ shortName: 'Camelark',
10600
10600
  chain: 'ETHW',
10601
10601
  icon: 'camelark',
10602
10602
  networkId: 20001,
@@ -10605,7 +10605,7 @@ const chainArray = [
10605
10605
  faucets: [],
10606
10606
  explorers: [
10607
10607
  {
10608
- name: 'CamelArkscan',
10608
+ name: 'CamelarkScan',
10609
10609
  url: 'https://scan.camelark.com',
10610
10610
  standard: 'EIP3091'
10611
10611
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {