Skip to content

Commit

Permalink
fix: raw size as string
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Sep 17, 2024
1 parent 7f55b2a commit 789c672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImpermanentLoss/getPrice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const buyImpLoss = async (
contractAddress: IMP_LOSS_ADDRESS,
entrypoint: "hedge",
calldata: [
sizeRaw,
sizeRaw.toString(10),
tokenPair.quoteToken.address,
tokenPair.baseToken.address,
expiry,
Expand Down

0 comments on commit 789c672

Please sign in to comment.