Skip to content

Commit 9cf091c

Browse files
committed
export all items from cluster
1 parent fda69e2 commit 9cf091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,5 +394,5 @@ export const parsePermissionData = (data: Buffer): PermissionData => {
394394

395395
export { PythConnection } from './PythConnection'
396396
export { PythHttpClient } from './PythHttpClient'
397-
export { getPythProgramKeyForCluster } from './cluster'
397+
export { getPythProgramKeyForCluster, PythCluster, getPythClusterApiUrl } from './cluster'
398398
export { pythOracleProgram, pythOracleCoder, pythIdl } from './anchor'

0 commit comments

Comments
 (0)