eth-chainlist 0.0.260 → 0.0.261

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.261 (2023-10-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.260 ([38b1891](https://github.com/poowf/eth-chainlist/commit/38b18915d23c6a571a4211af986c4ed62320906d))
9
+ * update chain data ([2ea48eb](https://github.com/poowf/eth-chainlist/commit/2ea48eb648672dfd10453660773e2909d0f13a48))
10
+
3
11
  ### 0.0.260 (2023-10-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10157,6 +10157,21 @@ const chainArray = [
10157
10157
  networkId: 3100,
10158
10158
  explorers: []
10159
10159
  },
10160
+ {
10161
+ name: 'Vulture EVM Beta',
10162
+ chain: 'VFIEVMCC',
10163
+ rpc: [
10164
+ 'https://fraa-dancebox-3050-rpc.a.dancebox.tanssi.network',
10165
+ 'wss://fraa-dancebox-3050-rpc.a.dancebox.tanssi.network'
10166
+ ],
10167
+ faucets: [],
10168
+ nativeCurrency: { name: 'VFI', symbol: 'VFI', decimals: 18 },
10169
+ infoURL: 'https://vulture.finance',
10170
+ shortName: 'VFI',
10171
+ chainId: 3102,
10172
+ networkId: 3102,
10173
+ explorers: []
10174
+ },
10160
10175
  {
10161
10176
  name: 'Filecoin - Hyperspace testnet',
10162
10177
  status: 'deprecated',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.260",
3
+ "version": "0.0.261",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {