Skip to content

Commit

Permalink
chore: extra exports
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Sep 3, 2023
1 parent 0003799 commit cabbe7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export const PRODUCT_CREATION_PLATFORM_FEE_CENTS = 500;

// Algorand minimum transaction fee
export const REGISTRY_VERSION = "1.0";
export const PRODUCTVERSION = "1.0";
export const PRODUCT_VERSION = "1.0";
export const LOCKER_VERSION = "1.0";
export const ORACLE_VERSION = "1.0";
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ export {

export * from "./interfaces";
export * from "./enums";
export {
LOCKER_VERSION,
REGISTRY_VERSION,
ORACLE_VERSION,
PRODUCT_VERSION,
SUBTOPIA_REGISTRY_ID,
} from "./constants";

0 comments on commit cabbe7f

Please sign in to comment.