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 ebc4810 commit e4f9373Copy full SHA for e4f9373
packages/contracts-sdk/src/lib/contracts-sdk.ts
@@ -1723,7 +1723,7 @@ https://developer.litprotocol.com/v3/sdk/wallets/auth-methods/#auth-method-scope
1723
const tx = await this._callWithAdjustedOverrides(
1724
this.pkpHelperContract.write,
1725
'claimAndMintNextAndAddAuthMethodsWithTypes',
1726
- [claimMaterial, authMethodData],
+ [claimMaterial, authMethodData]
1727
);
1728
1729
this.log('Claim and mint PKP with auth method tx:', tx);
0 commit comments