From 0a5abb4f1d42e707b564756f54248efcc1b52ccc Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Tue, 28 Nov 2023 14:54:30 -0800 Subject: [PATCH] prettier fix --- packages/protocol-sdk/src/premint/preminter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol-sdk/src/premint/preminter.ts b/packages/protocol-sdk/src/premint/preminter.ts index a98069e0e..e80181dda 100644 --- a/packages/protocol-sdk/src/premint/preminter.ts +++ b/packages/protocol-sdk/src/premint/preminter.ts @@ -227,7 +227,7 @@ export async function isAuthorizedToCreateSignatureLegacy({ signature: Hex; signer: Address; } & PremintConfigAndVersion) { - // if we are using legacy version of premint config, we can use the function + // if we are using legacy version of premint config, we can use the function // "isValidSignature" which we know exists on the premint executor contract if (premintConfigVersion === PremintConfigVersion.V1) { const [isValidSignature] = await publicClient.readContract({