eth-chainlist 0.0.80 → 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,21 @@
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
+
11
+ ### 0.0.81 (2023-02-19)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.80 ([7226deb](https://github.com/poowf/eth-chainlist/commit/7226deb2b693c309c6b0f0e3dbbd3d87189a556a))
17
+ * update chain data ([220a8f3](https://github.com/poowf/eth-chainlist/commit/220a8f3c144ee76f1a12685ce80889b5d083e05f))
18
+
3
19
  ### 0.0.80 (2023-02-18)
4
20
 
5
21
 
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',
@@ -12633,7 +12651,7 @@ const chainArray = [
12633
12651
  chain: 'BRNKCTEST',
12634
12652
  icon: 'brnkc',
12635
12653
  rpc: [ 'https://brnkc-test.bearnetwork.net' ],
12636
- faucets: [],
12654
+ faucets: [ 'https://faucet.bearnetwork.net' ],
12637
12655
  nativeCurrency: {
12638
12656
  name: 'Bear Network Chain Testnet Token',
12639
12657
  symbol: 'tBRNKC',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {