Skip to content

Commit 2fc7989

Browse files
committed
Update import path for getMidPrice utility in performance.ts
1 parent 1d733d2 commit 2fc7989

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/domain/synthetics/markets/performance.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { defined } from "lib/guards";
22
import { bigintToNumber } from "lib/numbers";
33
import { USD_DECIMALS } from "sdk/configs/factors";
4-
5-
import { getMidPrice } from "../tokens";
4+
import { getMidPrice } from "sdk/utils/tokens";
65

76
export type PriceSnapshot = {
87
minPrice: string;

0 commit comments

Comments
 (0)