We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d733d2 commit 2fc7989Copy full SHA for 2fc7989
src/domain/synthetics/markets/performance.ts
@@ -1,8 +1,7 @@
1
import { defined } from "lib/guards";
2
import { bigintToNumber } from "lib/numbers";
3
import { USD_DECIMALS } from "sdk/configs/factors";
4
-
5
-import { getMidPrice } from "../tokens";
+import { getMidPrice } from "sdk/utils/tokens";
6
7
export type PriceSnapshot = {
8
minPrice: string;
0 commit comments