Skip to content

Commit

Permalink
feat: msg borrow fee max borrow fee optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Apr 22, 2024
1 parent 3a9138b commit fe3c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/definitions/lend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const msgBorrow = ({
vaultId,
}: {
borrowAmount: string,
maxBorrowFee: string,
maxBorrowFee?: string,
vaultId: string,
}) => ({
vault_action: {
Expand Down

0 comments on commit fe3c88f

Please sign in to comment.