Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mshrieve committed Oct 25, 2023
1 parent 2420757 commit 1dd5d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/geoToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function main() {
side: Side.BUY,
size: 100,
},
"0.01",
{ tickSize: "0.01" },
);
console.log("Created Order", order);

Expand Down
2 changes: 1 addition & 1 deletion examples/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function main() {
nonce: 0,
expiration: 0,
},
"0.01",
{ tickSize: "0.01" },
);
console.log("Created Order", order);

Expand Down

0 comments on commit 1dd5d7f

Please sign in to comment.