Skip to content

Commit

Permalink
use correct import for Position
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Aug 15, 2024
1 parent 18ee5d2 commit d31436e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/amounts.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// a formatted amount is a human-readable value, such as 1.445 or 20
// a token amount is a raw amount scaled by a token's decimals, such as 1445000 or 20000000

import { Position } from "@/stores/usePositionStore";
import { Position } from "@/hooks/usePostions";
import { output as seawaterContract } from "@/lib/abi/ISeawaterAMM";
import { getSqrtRatioAtTick, getTokenAmountsNumeric, sqrtPriceX96ToPrice } from "./math";
import { usdFormat } from "./usdFormat";
Expand Down

0 comments on commit d31436e

Please sign in to comment.