Skip to content

Commit

Permalink
docs: fix some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
graykode committed Apr 5, 2024
1 parent 170bb61 commit 6943353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const openMarket = async (
* '0x0000000000000000000000000000000000000000',
* '100.123', // 100.123 USDC
* '4000.01', // price at 4000.01 (ETH/USDC)
* { signature: { r: '0x00', s: '0x00', v: 0, deadline: 0n } }
* { signature }
* )
*
* @example
Expand All @@ -151,7 +151,7 @@ export const limitOrder = async (
postOnly?: boolean
rpcUrl?: string
},
) => {
): Promise<Transaction> => {
const { signature, postOnly, rpcUrl } = options || {
signature: undefined,
postOnly: false,
Expand Down

0 comments on commit 6943353

Please sign in to comment.