From 138b96c8d2d18bfaa030d56ec79dee3ff7be9177 Mon Sep 17 00:00:00 2001 From: Anas Date: Wed, 19 Jun 2024 14:54:30 +0200 Subject: [PATCH] Update README.md --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index e3b9d79..cfb4468 100644 --- a/src/README.md +++ b/src/README.md @@ -571,7 +571,7 @@ To retract a kandel, you can call the `simulateRetract` function. You have to kn ```ts const { request } = await kandelClient.simulateRetract({ - to: pricePoints, + toIndex: pricePoints, baseAmount: parseEther('1'), quoteAmount: parseEther('3000'), // both of these addresses are suppoesedly the same