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({