Skip to content

Commit

Permalink
refactor(sdk): add profitShareFeePaid property to VaultDepositor type
Browse files Browse the repository at this point in the history
  • Loading branch information
ChesterSim committed Aug 9, 2023
1 parent 6fb6e28 commit a717d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/sdk/src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export type VaultDepositor = {
totalWithdraws: BN;
cumulativeProfitShareAmount: BN;
vaultSharesBase: number;
profitShareFeePaid: BN;
padding: number[];
};

Expand Down

0 comments on commit a717d4b

Please sign in to comment.