eth-chainlist 0.0.92 → 0.0.93

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.93 (2023-03-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.92 ([07ad5d3](https://github.com/poowf/eth-chainlist/commit/07ad5d3ebfb2512884f4dd8a6a1de47eeb34e485))
9
+ * update chain data ([87490a9](https://github.com/poowf/eth-chainlist/commit/87490a94a340a6b53ed38e14b7c28c338a563fab))
10
+
3
11
  ### 0.0.92 (2023-03-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9595,6 +9595,25 @@ const chainArray = [
9595
9595
  }
9596
9596
  ]
9597
9597
  },
9598
+ {
9599
+ name: 'Fibonacci Mainnet',
9600
+ chain: 'FIBO',
9601
+ icon: 'fibonacci',
9602
+ rpc: [ 'https://node1.fibo-api.asia' ],
9603
+ faucets: [],
9604
+ nativeCurrency: { name: 'FIBONACCI UTILITY TOKEN', symbol: 'FIBO', decimals: 18 },
9605
+ infoURL: 'https://fibochain.org',
9606
+ shortName: 'fibo',
9607
+ chainId: 12306,
9608
+ networkId: 1230,
9609
+ explorers: [
9610
+ {
9611
+ name: 'fiboscan',
9612
+ url: 'https://scan.fibochain.org',
9613
+ standard: 'EIP3091'
9614
+ }
9615
+ ]
9616
+ },
9598
9617
  {
9599
9618
  name: 'BLG Testnet',
9600
9619
  chain: 'BLG',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {