We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db382c commit 00e8e74Copy full SHA for 00e8e74
packages/e2e-tests/src/tests/WrappedKeys.spec.ts
@@ -32,9 +32,9 @@ import {
32
api,
33
} from '@lit-protocol/wrapped-keys';
34
// Using absolute pathing as these members are not exported from the module
35
+import { getPkpAccessControlCondition } from '@lit-protocol/wrapped-keys/src/lib/api/utils';
36
import { LIT_PREFIX } from '@lit-protocol/wrapped-keys/src/lib/constants';
37
import { LIT_ACTION_CID_REPOSITORY } from '@lit-protocol/wrapped-keys/src/lib/lit-actions-client/constants';
-import { getPkpAccessControlCondition } from '@lit-protocol/wrapped-keys/src/lib/utils';
38
39
const {
40
importPrivateKey,
0 commit comments