From 5cecace2486ef6775e8446784bce5176ccfab51b Mon Sep 17 00:00:00 2001 From: florian-bellotti Date: Mon, 15 Jul 2024 15:27:09 +0200 Subject: [PATCH] :memo: Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6fff41..52b621e 100644 --- a/README.md +++ b/README.md @@ -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);