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 85495f6 commit d16efa9Copy full SHA for d16efa9
packages/wrapped-keys/src/lib/service-client/client.ts
@@ -118,7 +118,7 @@ export async function storePrivateKeyBatch(
118
});
119
120
const { pkpAddress, ids } = await makeRequest<StoreEncryptedKeyBatchResult>({
121
- url: baseUrl,
+ url: `${baseUrl}_batch`,
122
init: {
123
...initParams,
124
body: JSON.stringify({ keyParamsBatch: storedKeyMetadataBatch }),
0 commit comments