Skip to content

Commit 8d44c6e

Browse files
committed
Get sign session key pricing
1 parent d664c5e commit 8d44c6e

File tree

1 file changed

+1
-0
lines changed
  • packages/networks/src/networks/vNaga/shared/managers/LitChainClient/apis/rawContractApis/pricing

1 file changed

+1
-0
lines changed

packages/networks/src/networks/vNaga/shared/managers/LitChainClient/apis/rawContractApis/pricing/getNodesForRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const PRODUCT_IDS = {
2020
DECRYPTION: 0n, // For decryption operations
2121
SIGN: 1n, // For signing operations
2222
LIT_ACTION: 2n, // For Lit Actions execution
23+
SIGN_SESSION_KEY: 3n, // For sign session key operations
2324
} as const;
2425

2526
// Schema for the request

0 commit comments

Comments
 (0)