Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Jan 13, 2025
1 parent 2e159e6 commit 4e4c5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<IPFS NODE HERE>"}, resolvers)
// or use NewVerifier and check that verifier instance is not nil. IPFS merklization is not worked without setuping global loader
Expand Down

0 comments on commit 4e4c5fc

Please sign in to comment.