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 e37a26b commit 3d4599fCopy full SHA for 3d4599f
packages/lit-client/src/lib/LitClient/createLitClient.ts
@@ -919,7 +919,7 @@ export const _createNagaLitClient = async (
919
pkpPublicKey: string | Hex;
920
authContext: AuthContextSchema2;
921
chainConfig: Chain;
922
- userMaxPrice?: bigint
+ userMaxPrice?: bigint;
923
}) => {
924
const _pkpPublicKey = HexPrefixedSchema.parse(params.pkpPublicKey);
925
0 commit comments