File tree Expand file tree Collapse file tree 2 files changed +0
-159
lines changed
packages/wrapped-keys/src Expand file tree Collapse file tree 2 files changed +0
-159
lines changed Original file line number Diff line number Diff 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' ;
2521import {
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-
6253export type {
6354 ApiParamsSupportedNetworks ,
6455 BaseApiParams ,
@@ -94,5 +85,3 @@ export type {
9485} from './lib/lit-actions-client/types' ;
9586
9687export type { SupportedNetworks } from './lib/service-client/types' ;
97-
98- export { createSessionSigsForWrappedKeys , createWrappedKeysAuthContext } ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments