You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `osTokenConfig` | contains the `ltvPercent`, which is the percentage used to calculate how much a user can mint in OsToken shares, and `thresholdPercent`, which is the liquidation threshold percentage used to calculate the health factor for the OsToken position |
19
+
| `isGenesis` | This vault is owned by stakewise |
18
20
19
21
---
20
22
### 2. `sdk.vault.getHarvestParams`
21
23
22
-
#### New output field:
24
+
#### New output format:
23
25
24
26
```ts
25
-
typeAddedOutput= {
26
-
canHarvest:boolean
27
+
typeOutput= {
28
+
canHarvest:boolean// NEW
29
+
params: {
30
+
reward:string
31
+
proof:Array<string>
32
+
rewardsRoot:string
33
+
unlockedMevReward:string
34
+
}
27
35
}
28
36
```
29
37
30
38
---
31
39
32
-
### 3. Removed method
33
-
### `sdk.vault.getVault`
34
-
35
-
---
36
-
37
40
### 3. Removed method
38
41
### `sdk.osToken.getAvgRewardsPerSecond`
39
42
@@ -52,6 +55,7 @@ type RemovedOutput = {
52
55
53
56
### 5. Added method getStakewiseStats
54
57
### `sdk.utils.getStakewiseStats`
58
+
#### Getting common stakewise data for the network
0 commit comments