eth-chainlist 0.0.80 → 0.0.81

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.81 (2023-02-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.80 ([7226deb](https://github.com/poowf/eth-chainlist/commit/7226deb2b693c309c6b0f0e3dbbd3d87189a556a))
9
+ * update chain data ([220a8f3](https://github.com/poowf/eth-chainlist/commit/220a8f3c144ee76f1a12685ce80889b5d083e05f))
10
+
3
11
  ### 0.0.80 (2023-02-18)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12633,7 +12633,7 @@ const chainArray = [
12633
12633
  chain: 'BRNKCTEST',
12634
12634
  icon: 'brnkc',
12635
12635
  rpc: [ 'https://brnkc-test.bearnetwork.net' ],
12636
- faucets: [],
12636
+ faucets: [ 'https://faucet.bearnetwork.net' ],
12637
12637
  nativeCurrency: {
12638
12638
  name: 'Bear Network Chain Testnet Token',
12639
12639
  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.81",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {