Skip to content

Commit 382ee8d

Browse files
authored
Merge pull request #10 from stabilitydao/dev
0.7.2: almFee
2 parents d89903d + 5ca1a8f commit 382ee8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stabilitydao/stability",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Stability Integration Library",
55
"main": "out/index.js",
66
"types": "out/index.d.ts",

src/api.types.ts

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ export type Vault = {
9898
}[];
9999
};
100100
almRebalanceRawData?: string[][];
101+
almFee?: {
102+
income: number;
103+
deposit: number;
104+
withdraw: number;
105+
rebalance: number;
106+
};
101107
risk?: Risk;
102108
};
103109

0 commit comments

Comments
 (0)