eth-chainlist 0.0.260 → 0.0.262
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 +16 -0
- package/data/chain.js +16 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.262 (2023-10-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.261 ([ed83a43](https://github.com/poowf/eth-chainlist/commit/ed83a43331584c2fb11b8afc4205bd21638ec4d2))
|
9
|
+
* update chain data ([87830ee](https://github.com/poowf/eth-chainlist/commit/87830ee12b9c316f033792a99e1b696e9bd298db))
|
10
|
+
|
11
|
+
### 0.0.261 (2023-10-17)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.260 ([38b1891](https://github.com/poowf/eth-chainlist/commit/38b18915d23c6a571a4211af986c4ed62320906d))
|
17
|
+
* update chain data ([2ea48eb](https://github.com/poowf/eth-chainlist/commit/2ea48eb648672dfd10453660773e2909d0f13a48))
|
18
|
+
|
3
19
|
### 0.0.260 (2023-10-16)
|
4
20
|
|
5
21
|
|
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',
|
@@ -19331,7 +19346,7 @@ const chainArray = [
|
|
19331
19346
|
name: 'Scroll',
|
19332
19347
|
chain: 'ETH',
|
19333
19348
|
status: 'incubating',
|
19334
|
-
rpc: [ 'https://rpc.scroll.io' ],
|
19349
|
+
rpc: [ 'https://rpc.scroll.io', 'https://rpc-scroll.icecreamswap.com' ],
|
19335
19350
|
faucets: [],
|
19336
19351
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19337
19352
|
infoURL: 'https://scroll.io',
|