Skip to content

Commit

Permalink
upgrade version for universal verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroga committed Dec 18, 2024
1 parent f697d4f commit 97d3a39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iden3/contracts",
"description": "Smart Contract library for Solidity",
"version": "2.5.5",
"version": "2.5.6",
"files": [
"**/*.sol",
"/build/contracts/*.json",
Expand Down
2 changes: 1 addition & 1 deletion contracts/verifiers/UniversalVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contract UniversalVerifier is
/**
* @dev Version of contract
*/
string public constant VERSION = "1.1.4";
string public constant VERSION = "1.1.5";

/// @dev Event emitted upon submitting a ZKP request
event ZKPResponseSubmitted(uint64 indexed requestId, address indexed caller);
Expand Down
2 changes: 1 addition & 1 deletion helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const contractsInfo = Object.freeze({
},
UNIVERSAL_VERIFIER: {
name: "UniversalVerifier",
version: "1.1.4",
version: "1.1.5",
unifiedAddress: "0xfcc86A79fCb057A8e55C6B853dff9479C3cf607c",
create2Calldata: ethers.hexlify(ethers.toUtf8Bytes("iden3.create2.UniversalVerifier")),
verificationOpts: {
Expand Down

0 comments on commit 97d3a39

Please sign in to comment.