eth-chainlist 0.0.296 → 0.0.297

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.297 (2023-12-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.296 ([6a9e5e6](https://github.com/poowf/eth-chainlist/commit/6a9e5e6d7de4c5b13ffe51394d8e31693fd4a8be))
9
+ * update chain data ([58c6e33](https://github.com/poowf/eth-chainlist/commit/58c6e333371ec36e16a5e1f7c9cd9cd6a614c29e))
10
+
3
11
  ### 0.0.296 (2023-12-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4751,6 +4751,25 @@ const chainArray = [
4751
4751
  }
4752
4752
  ]
4753
4753
  },
4754
+ {
4755
+ name: 'Areon Network Mainnet',
4756
+ chain: 'Areon',
4757
+ icon: 'areon',
4758
+ rpc: [ 'https://mainnet-rpc.areon.network' ],
4759
+ faucets: [],
4760
+ nativeCurrency: { name: 'Areon', symbol: 'AREA', decimals: 18 },
4761
+ infoURL: 'https://areon.network',
4762
+ shortName: 'area',
4763
+ chainId: 463,
4764
+ networkId: 463,
4765
+ explorers: [
4766
+ {
4767
+ name: 'AreonScan',
4768
+ url: 'https://areonscan.com',
4769
+ standard: 'none'
4770
+ }
4771
+ ]
4772
+ },
4754
4773
  {
4755
4774
  name: 'Rupaya',
4756
4775
  chain: 'RUPX',
@@ -5277,6 +5296,24 @@ const chainArray = [
5277
5296
  }
5278
5297
  ]
5279
5298
  },
5299
+ {
5300
+ name: 'Kalichain Mainnet',
5301
+ chain: 'Kalichain',
5302
+ rpc: [ 'https://rpc.kalichain.com' ],
5303
+ faucets: [],
5304
+ nativeCurrency: { name: 'kalis', symbol: 'KALIS', decimals: 18 },
5305
+ infoURL: 'https://kalichain.com',
5306
+ shortName: 'kalichain',
5307
+ chainId: 653,
5308
+ networkId: 653,
5309
+ explorers: [
5310
+ {
5311
+ name: 'kalichain explorer',
5312
+ url: 'https://explorer.kalichain.com',
5313
+ standard: 'EIP3091'
5314
+ }
5315
+ ]
5316
+ },
5280
5317
  {
5281
5318
  name: 'Pixie Chain Testnet',
5282
5319
  chain: 'PixieChain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.296",
3
+ "version": "0.0.297",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {