We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bcce39 + 820e2e1 commit d03e684Copy full SHA for d03e684
1 file changed
packages/apps/registry-backend/src/lib/installApp.ts
@@ -297,8 +297,8 @@ async function mintPkpWithAuthMethods(authMethods: {
297
addPkpEthAddressAsPermittedAddress: true,
298
pkpEthAddressScopes: [],
299
sendPkpToItself: false,
300
- burnPkp: true,
301
- sendToAddressAfterMinting: ethers.constants.AddressZero,
+ burnPkp: false,
+ sendToAddressAfterMinting: '0x0000000000000000000000000000000000000001',
302
};
303
304
// Estimate gas with buffer
0 commit comments