Skip to content

Commit

Permalink
fix issue (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqiancaosissi authored Jul 12, 2024
1 parent 10b7329 commit 2bf61e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ export const useSwapV3 = ({
input_token: tokenIn,
output_token: tokenOut,
input_amount: tokenInAmount,
tag: `${tokenIn.id}|${tokenOut.id}|${tokenInAmount}`,
tag: `${tokenIn.id}|${fee}|${tokenInAmount}`,
}).catch((e) => null);
};

Expand Down

0 comments on commit 2bf61e5

Please sign in to comment.