Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 4ca6317

Browse files
authored
fix: updated readme in sdk (#118)
updated readme in sdk
1 parent 2d20c1c commit 4ca6317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ console.log("Basic fee is:", basicFee.feeData)
8181

8282
// Making a deposit. Approve first
8383
const approvalTxReceipt = await sygma.approve({
84-
amountForApproval: "1",
84+
amountOrIdForApproval: "1",
8585
})
8686

8787
const txReceipt = await approvalTxReceipt.wait(1)

0 commit comments

Comments
 (0)