Skip to content

Commit d03e684

Browse files
authored
Merge pull request #463 from LIT-Protocol/chore/registry-backend-mgb-nonzero-address
chore(registry-backend): mgb to 0x00..01 instead of zeroAddress
2 parents 5bcce39 + 820e2e1 commit d03e684

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/apps/registry-backend/src/lib/installApp.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ async function mintPkpWithAuthMethods(authMethods: {
297297
addPkpEthAddressAsPermittedAddress: true,
298298
pkpEthAddressScopes: [],
299299
sendPkpToItself: false,
300-
burnPkp: true,
301-
sendToAddressAfterMinting: ethers.constants.AddressZero,
300+
burnPkp: false,
301+
sendToAddressAfterMinting: '0x0000000000000000000000000000000000000001',
302302
};
303303

304304
// Estimate gas with buffer

0 commit comments

Comments
 (0)