diff --git a/.changeset/violet-starfishes-visit.md b/.changeset/violet-starfishes-visit.md index 808aa7a11..a796b9ccb 100644 --- a/.changeset/violet-starfishes-visit.md +++ b/.changeset/violet-starfishes-visit.md @@ -120,4 +120,4 @@ isAuthorizedToCreatePremint( ``` takes a signer, contractConfig.contractAdmin, and 1155 address, and determines if the signer is authorized to sign premints on the given contract. Replaces `isValidSignature` - by putting the burden on clients to first decode the signature, then pass the recovered signer to this function to determine if the signer has premint authorization on the contract. -* deprecated function `isValidSignature` - call `isValidSignatureV1` instead +* deprecated function `isValidSignature` - call `isAuthorizedToCreatePremint` instead diff --git a/.changeset/wicked-dolphins-remain.md b/.changeset/wicked-dolphins-remain.md index d62c0c26c..76eb10ed8 100644 --- a/.changeset/wicked-dolphins-remain.md +++ b/.changeset/wicked-dolphins-remain.md @@ -1,5 +1,5 @@ --- -"@zoralabs/premint-sdk": patch +"@zoralabs/protocol-sdk": patch --- `preminter` exposes new function isValidSignatureV1 that recovers a signer from a signed premint and determines if that signer is authorized to sign