From 14fdcb822cd978b25895dcb099f8eac64bd34e63 Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Fri, 17 Nov 2023 14:54:21 -0800 Subject: [PATCH] update changest (#375) --- .changeset/violet-starfishes-visit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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