eth-chainlist 0.0.259 → 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 +16 -0
- package/data/chain.js +34 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.260 (2023-10-16)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.259 ([684638f](https://github.com/poowf/eth-chainlist/commit/684638f35c6cd116ab37b53405ecfe3fe49cf4f7))
|
17
|
+
* update chain data ([3636522](https://github.com/poowf/eth-chainlist/commit/3636522a8c6a311b7f1a89a41aea933a03ae78eb))
|
18
|
+
|
3
19
|
### 0.0.259 (2023-10-15)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -8386,6 +8386,25 @@ const chainArray = [
|
|
8386
8386
|
}
|
8387
8387
|
]
|
8388
8388
|
},
|
8389
|
+
{
|
8390
|
+
name: 'Sports Chain Network',
|
8391
|
+
chain: 'SCN',
|
8392
|
+
rpc: [ 'https://rpc.sportschainnetwork.xyz/' ],
|
8393
|
+
faucets: [],
|
8394
|
+
nativeCurrency: { name: 'SCN', symbol: 'SCN', decimals: 18 },
|
8395
|
+
infoURL: 'https://sportschainnetwork.xyz',
|
8396
|
+
shortName: 'SCN',
|
8397
|
+
chainId: 1904,
|
8398
|
+
networkId: 1904,
|
8399
|
+
icon: 'scn',
|
8400
|
+
explorers: [
|
8401
|
+
{
|
8402
|
+
name: 'blockscout',
|
8403
|
+
url: 'https://explorer.sportschainnetwork.xyz',
|
8404
|
+
standard: 'EIP3091'
|
8405
|
+
}
|
8406
|
+
]
|
8407
|
+
},
|
8389
8408
|
{
|
8390
8409
|
name: 'Bitcichain Mainnet',
|
8391
8410
|
chain: 'BITCI',
|
@@ -10138,6 +10157,21 @@ const chainArray = [
|
|
10138
10157
|
networkId: 3100,
|
10139
10158
|
explorers: []
|
10140
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
|
+
},
|
10141
10175
|
{
|
10142
10176
|
name: 'Filecoin - Hyperspace testnet',
|
10143
10177
|
status: 'deprecated',
|