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 09ae78e commit b24aa6aCopy full SHA for b24aa6a
packages/lit-client/src/lib/LitClient/createLitClient.ts
@@ -866,13 +866,7 @@ export const _createNagaLitClient = async (
866
});
867
},
868
authService: {
869
- mintWithAuth: async (params: {
870
- authData: AuthData;
871
- authServiceBaseUrl?: string;
872
- scopes?: ('sign-anything' | 'personal-sign' | 'no-permissions')[];
873
- }) => {
874
- return networkModule.authService.pkpMint(params);
875
- },
+ mintWithAuth: networkModule.authService.pkpMint,
876
877
executeJs: async (
878
params: z.infer<typeof networkModule.api.executeJs.schemas.Input>
0 commit comments