Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-orbs committed Dec 21, 2023
1 parent 0dbee97 commit b60bb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/lib/src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ const useGetPriceUsdCallback = () => {
}
try {
console.log({ token });

const res = new BN(await lib.priceUsd(token));
return res;
} catch (error) {
Expand Down
3 changes: 2 additions & 1 deletion packages/syncswap/src/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"selectToken": "Select",
"enterAmount": "Enter an amount"
"enterAmount": "Enter an amount",
"tradeSizeMustBeEqual": "Trade size must be equal to at least 100 USD"
}

0 comments on commit b60bb9b

Please sign in to comment.