eth-chainlist 0.0.81 → 0.0.82

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.82 (2023-02-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.81 ([0a15c7e](https://github.com/poowf/eth-chainlist/commit/0a15c7e5e618e9a9c849c2c3241656c77a2eebd2))
9
+ * update chain data ([ccf60fa](https://github.com/poowf/eth-chainlist/commit/ccf60fa4726bf90a02fc6c8f0f03cfd8796dfccc))
10
+
3
11
  ### 0.0.81 (2023-02-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8491,6 +8491,24 @@ const chainArray = [
8491
8491
  chainId: 8768,
8492
8492
  networkId: 8768
8493
8493
  },
8494
+ {
8495
+ name: 'MARO Blockchain Mainnet',
8496
+ chain: 'MARO Blockchain',
8497
+ rpc: [ 'https://rpc-mainnet.ma.ro' ],
8498
+ faucets: [],
8499
+ nativeCurrency: { name: 'MARO', symbol: 'MARO', decimals: 18 },
8500
+ infoURL: 'https://ma.ro/',
8501
+ shortName: 'maro',
8502
+ chainId: 8848,
8503
+ networkId: 8848,
8504
+ explorers: [
8505
+ {
8506
+ name: 'MARO Scan',
8507
+ url: 'https://scan.ma.ro/#',
8508
+ standard: 'none'
8509
+ }
8510
+ ]
8511
+ },
8494
8512
  {
8495
8513
  name: 'Unique',
8496
8514
  icon: 'unique',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {