We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58208e2 commit 60acf28Copy full SHA for 60acf28
src/sdk/market/PriceOracleContract.ts
@@ -1,7 +1,6 @@
1
import type { Address, Hex } from "viem";
2
import { decodeFunctionData } from "viem";
3
4
-import type { NetworkType } from "../../../../sdk-gov/src/core/chains";
5
import {
6
iPriceFeedCompressorAbi,
7
iUpdatablePriceFeedAbi,
@@ -13,6 +12,7 @@ import type {
13
12
PriceOracleData,
14
} from "../base";
15
import { BaseContract } from "../base";
+import type { NetworkType } from "../chain";
16
import { AP_PRICE_FEED_COMPRESSOR } from "../constants";
17
import type { GearboxSDK } from "../GearboxSDK";
18
import type { PriceOracleState } from "../state";
0 commit comments