Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 29, 2023
1 parent 4e90cbe commit c40d93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-sdk/src/premint/preminter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c40d93f

Please sign in to comment.