Skip to content

Commit d770f8b

Browse files
committed
refactor: remove unused session signature helpers
1 parent 51e4e3e commit d770f8b

File tree

2 files changed

+0
-159
lines changed

2 files changed

+0
-159
lines changed

packages/wrapped-keys/src/index.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ import {
1818
NETWORK_EVM,
1919
NETWORK_SOLANA,
2020
} from './lib/constants';
21-
import {
22-
createSessionSigsForWrappedKeys,
23-
createWrappedKeysAuthContext,
24-
} from './lib/helpers/create-session-sigs';
2521
import {
2622
setLitActionsCode,
2723
setLitActionsCodeCommon,
@@ -54,11 +50,6 @@ export const config = {
5450
setLitActionsCodeCommon,
5551
};
5652

57-
export const helpers = {
58-
createWrappedKeysAuthContext,
59-
createSessionSigsForWrappedKeys,
60-
};
61-
6253
export type {
6354
ApiParamsSupportedNetworks,
6455
BaseApiParams,
@@ -94,5 +85,3 @@ export type {
9485
} from './lib/lit-actions-client/types';
9586

9687
export type { SupportedNetworks } from './lib/service-client/types';
97-
98-
export { createSessionSigsForWrappedKeys, createWrappedKeysAuthContext };

packages/wrapped-keys/src/lib/helpers/create-session-sigs.ts

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)