We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d89903d + 5ca1a8f commit 382ee8dCopy full SHA for 382ee8d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stabilitydao/stability",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"description": "Stability Integration Library",
5
"main": "out/index.js",
6
"types": "out/index.d.ts",
src/api.types.ts
@@ -98,6 +98,12 @@ export type Vault = {
98
}[];
99
};
100
almRebalanceRawData?: string[][];
101
+ almFee?: {
102
+ income: number;
103
+ deposit: number;
104
+ withdraw: number;
105
+ rebalance: number;
106
+ };
107
risk?: Risk;
108
109
0 commit comments