Skip to content

Commit 7e8c3f8

Browse files
authored
Merge pull request #2660 from pyth-network/xc-admin-frontend-refactor
refactor(governance/xc_admin_frontend): refactor xc_admin_frontend to support lazer and other programs
2 parents f1969ce + 62e36fb commit 7e8c3f8

File tree

15 files changed

+2330
-1178
lines changed

15 files changed

+2330
-1178
lines changed

governance/xc_admin/packages/xc_admin_common/src/index.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,27 @@ export * from "./chains";
1414
export * from "./deterministic_stake_accounts";
1515
export * from "./price_store";
1616
export { default as lazerIdl } from "./multisig_transaction/idl/lazer.json";
17+
18+
export {
19+
ProgramType,
20+
PROGRAM_TYPE_NAMES,
21+
PriceRawConfig,
22+
ProductRawConfig,
23+
MappingRawConfig,
24+
RawConfig,
25+
DownloadablePriceAccount,
26+
DownloadableProduct,
27+
DownloadableConfig,
28+
ProgramConfig,
29+
ProgramInstructionAccounts,
30+
InstructionAccountsTypeMap,
31+
ValidationResult,
32+
} from "./programs/types";
33+
export {
34+
getProgramAddress,
35+
isAvailableOnCluster,
36+
getConfig,
37+
getDownloadableConfig,
38+
validateUploadedConfig,
39+
generateInstructions,
40+
} from "./programs/program_registry";

0 commit comments

Comments
 (0)