Skip to content

Commit

Permalink
📝 Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-bellotti committed Jul 15, 2024
1 parent c6f1eab commit 5cecace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn add @avnu/avnu-sdk
const params = {
sellTokenAddress: ethAddress,
buyTokenAddress: wBtcAddress,
sellAmount: '200000000000000000',
sellAmount: formatUnits('200000000000000000', 18),
takerAddress: account.address,
}
const quotes = await fetchQuotes(params);
Expand Down

0 comments on commit 5cecace

Please sign in to comment.