Skip to content

Commit 60acf28

Browse files
committed
fix: types
1 parent 58208e2 commit 60acf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/market/PriceOracleContract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { Address, Hex } from "viem";
22
import { decodeFunctionData } from "viem";
33

4-
import type { NetworkType } from "../../../../sdk-gov/src/core/chains";
54
import {
65
iPriceFeedCompressorAbi,
76
iUpdatablePriceFeedAbi,
@@ -13,6 +12,7 @@ import type {
1312
PriceOracleData,
1413
} from "../base";
1514
import { BaseContract } from "../base";
15+
import type { NetworkType } from "../chain";
1616
import { AP_PRICE_FEED_COMPRESSOR } from "../constants";
1717
import type { GearboxSDK } from "../GearboxSDK";
1818
import type { PriceOracleState } from "../state";

0 commit comments

Comments
 (0)