Skip to content

Commit a49260e

Browse files
committed
fix(networks): add export functions
1 parent a19db40 commit a49260e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/networks/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ export type {
5151
export type { PKPData } from './networks/vNaga/shared/managers/LitChainClient/schemas/shared/PKPDataSchema';
5252
export type { AuthMethod } from './networks/vNaga/shared/managers/LitChainClient/apis/highLevelApis/PKPPermissionsManager/handlers/getPermissionsContext';
5353
export type { PkpIdentifierRaw } from './networks/vNaga/shared/managers/LitChainClient/apis/rawContractApis/permissions/utils/resolvePkpTokenId';
54+
export { getMaxPricesForNodeProduct } from './networks/vNaga/shared/managers/pricing-manager/getMaxPricesForNodeProduct';
55+
export { getUserMaxPrice } from './networks/vNaga/shared/managers/pricing-manager/getUserMaxPrice';
56+
export { PRODUCT_IDS } from './networks/vNaga/shared/managers/pricing-manager/constants';

0 commit comments

Comments
 (0)