Skip to content

Commit

Permalink
rates/relax side type
Browse files Browse the repository at this point in the history
  • Loading branch information
Velenir committed Sep 10, 2024
1 parent 49531a4 commit 14495c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/swap/rates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export type RateOptions = {
type CommonGetRateInput = {
amount: PriceString;
userAddress?: Address;
side?: SwapSide;
side?: 'SELL' | 'BUY';
options?: RateOptions;
srcDecimals?: number;
destDecimals?: number;
Expand Down

0 comments on commit 14495c2

Please sign in to comment.