Skip to content

Commit 7717c8a

Browse files
committed
fix: export new fetchers from sdk root
1 parent b81cd4c commit 7717c8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/sdk/market/pricefeeds/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ export * from "./PriceFeedsRegister.js";
1818
export * from "./PythPriceFeed.js";
1919
export * from "./RedstonePriceFeed.js";
2020
export * from "./types.js";
21+
export {
22+
FetchPythPayloadsOptions,
23+
FetchRedstonePayloadsOptions,
24+
fetchPythPayloads,
25+
fetchRedstonePayloads,
26+
TimestampedCalldata,
27+
} from "./updates/index.js";
2128
export * from "./WstETHPriceFeed.js";
2229
export * from "./YearnPriceFeed.js";
2330
export * from "./ZeroPriceFeed.js";

0 commit comments

Comments
 (0)