eth-chainlist 0.0.230 → 0.0.231

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.231 (2023-09-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.230 ([5c163e6](https://github.com/poowf/eth-chainlist/commit/5c163e6cef7ee4d09a583a268ef9efb61fdfdb34))
9
+ * update chain data ([54c9f35](https://github.com/poowf/eth-chainlist/commit/54c9f35116c615c7d03acb0d56f74c09fbd1093d))
10
+
3
11
  ### 0.0.230 (2023-09-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5290,7 +5290,7 @@ const chainArray = [
5290
5290
  networkId: 777
5291
5291
  },
5292
5292
  {
5293
- name: 'MAAL Sharia Chain',
5293
+ name: 'MAAL Chain',
5294
5294
  chain: 'MAAL',
5295
5295
  icon: 'maal',
5296
5296
  rpc: [
@@ -5300,7 +5300,7 @@ const chainArray = [
5300
5300
  ],
5301
5301
  faucets: [],
5302
5302
  nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
5303
- infoURL: 'https://www.maalblockchain.com/',
5303
+ infoURL: 'https://www.maalchain.com/',
5304
5304
  shortName: 'maal',
5305
5305
  chainId: 786,
5306
5306
  networkId: 786,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.230",
3
+ "version": "0.0.231",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {