From 4e4c5fcc30f6517b53133419bf0e48cc007c6b76 Mon Sep 17 00:00:00 2001 From: Dmytro Sukhyi Date: Mon, 13 Jan 2025 12:01:29 +0000 Subject: [PATCH] minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef7821..4b6dc72 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The blockchain verification algorithm is used } resolvers := map[string]pubsignals.StateResolver{ - "polygon:mumbai": resolver, + "polygon:amoy": resolver, } verifier,err := auth.NewVerifierWithExplicitError(verificationKeyloader, loaders.DefaultSchemaLoader{IpfsURL: ""}, resolvers) // or use NewVerifier and check that verifier instance is not nil. IPFS merklization is not worked without setuping global loader