Skip to content

Commit

Permalink
fix: updated readme in sdk (#118)
Browse files Browse the repository at this point in the history
updated readme in sdk
  • Loading branch information
enemycnt committed Nov 7, 2022
1 parent 2d20c1c commit 4ca6317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ console.log("Basic fee is:", basicFee.feeData)

// Making a deposit. Approve first
const approvalTxReceipt = await sygma.approve({
amountForApproval: "1",
amountOrIdForApproval: "1",
})

const txReceipt = await approvalTxReceipt.wait(1)
Expand Down

0 comments on commit 4ca6317

Please sign in to comment.