Skip to content

Commit

Permalink
update changest (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan authored Nov 17, 2023
1 parent cacb543 commit 38e9e78
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 38e9e78

Please sign in to comment.