eth-chainlist 0.0.164 → 0.0.165

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.165 (2023-06-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.164 ([eb4e5b6](https://github.com/poowf/eth-chainlist/commit/eb4e5b66876e84e94791092d3dd2c13c80d78364))
9
+ * update chain data ([6fa9042](https://github.com/poowf/eth-chainlist/commit/6fa90420f5172f52d7520885401c7961942d3894))
10
+
3
11
  ### 0.0.164 (2023-06-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4600,6 +4600,29 @@ const chainArray = [
4600
4600
  chainId: 777,
4601
4601
  networkId: 777
4602
4602
  },
4603
+ {
4604
+ name: 'MAAL Sharia Chain',
4605
+ chain: 'MAAL',
4606
+ icon: 'maal',
4607
+ rpc: [
4608
+ 'https://node1-mainnet.maalscan.io/',
4609
+ 'https://node2-mainnet.maalscan.io/',
4610
+ 'https://node3-mainnet.maalscan.io/'
4611
+ ],
4612
+ faucets: [],
4613
+ nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
4614
+ infoURL: 'https://www.maalblockchain.com/',
4615
+ shortName: 'maal',
4616
+ chainId: 786,
4617
+ networkId: 786,
4618
+ explorers: [
4619
+ {
4620
+ name: 'maalscan',
4621
+ url: 'https://maalscan.io',
4622
+ standard: 'EIP3091'
4623
+ }
4624
+ ]
4625
+ },
4603
4626
  {
4604
4627
  name: 'Acala Network',
4605
4628
  chain: 'ACA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.164",
3
+ "version": "0.0.165",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {