Skip to content

Commit

Permalink
add buyAmountMinusFees to Quote type (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmat authored Apr 5, 2024
1 parent 9c4e680 commit 1f8cb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export interface Quote {
buyAmount: BigNumberish;
buyAmountDisplay: BigNumberish;
buyAmountInEth: BigNumberish;
buyAmountMinusFees: BigNumberish;
fee: BigNumberish;
feeInEth: BigNumberish;
feePercentageBasisPoints: number;
Expand Down

0 comments on commit 1f8cb11

Please sign in to comment.