Skip to content

Commit

Permalink
Fix premint changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 17, 2023
1 parent 53ee4d3 commit 348d140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/violet-starfishes-visit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 348d140

Please sign in to comment.