Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only build price when input and output are set
Browse files Browse the repository at this point in the history
alfetopito committed Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent cdfbb0b commit ef9f307
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ export function ExecutionPriceUpdater() {
const price =
marketPrice &&
fee &&
inputCurrencyAmount &&
outputCurrencyAmount &&
getEstimatedExecutionPrice(
undefined,
marketPrice,

0 comments on commit ef9f307

Please sign in to comment.