Skip to content

Commit 667feb9

Browse files
authored
feat: more pyth type exports (#2091)
1 parent b629051 commit 667feb9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sdk/src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ export * from './accounts/types';
3434
export * from './addresses/pda';
3535
export * from './adminClient';
3636
export * from './assert/assert';
37-
export { PythLazerSubscriber, PythLazerPriceFeedArray } from './pyth';
37+
export {
38+
PythLazerSubscriber,
39+
PythLazerPriceFeedArray,
40+
PriceUpdateAccount,
41+
PythSolanaReceiver,
42+
WormholeCoreBridgeSolana,
43+
} from './pyth';
3844
export * from './testClient';
3945
export * from './user';
4046
export * from './userConfig';

0 commit comments

Comments
 (0)