Skip to content

Commit

Permalink
Merge pull request #10 from stabilitydao/dev
Browse files Browse the repository at this point in the history
0.7.2: almFee
  • Loading branch information
a17 authored Jun 20, 2024
2 parents d89903d + 5ca1a8f commit 382ee8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stabilitydao/stability",
"version": "0.7.1",
"version": "0.7.2",
"description": "Stability Integration Library",
"main": "out/index.js",
"types": "out/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions src/api.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ export type Vault = {
}[];
};
almRebalanceRawData?: string[][];
almFee?: {
income: number;
deposit: number;
withdraw: number;
rebalance: number;
};
risk?: Risk;
};

Expand Down

0 comments on commit 382ee8d

Please sign in to comment.