Skip to content

Commit

Permalink
Update 1-limit-order-api.md (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyaZelenko authored Jan 23, 2024
1 parent 43dc7a4 commit da11668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3-limit-order/1-limit-order-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const transactions = await (
outAmount: 100000,
inputMint: inputMint.toString(),
outputMint: outputMint.toString(),
expiredAt: null // new Date().valueOf() / 1000,
expiredAt: null, // new Date().valueOf() / 1000,
base: base.publicKey.toString(),
// referralAccount and name are both optional
// provide both to get referral fees
Expand Down

1 comment on commit da11668

@vercel
Copy link

@vercel vercel bot commented on da11668 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.