We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b657231 commit 05d7d05Copy full SHA for 05d7d05
src/v1.1/OpenVmHalo2Verifier.sol
@@ -29,7 +29,7 @@ contract OpenVmHalo2Verifier is Halo2Verifier, IOpenVmHalo2Verifier {
29
uint256 private constant FULL_PROOF_LENGTH = (12 + 2 + PUBLIC_VALUES_LENGTH + 43) * 32;
30
31
/// @dev The version of OpenVM that generated this verifier.
32
- string public constant OPENVM_VERSION = "1.1.1";
+ string public constant OPENVM_VERSION = "1.1";
33
34
/// @notice A wrapper that constructs the proof into the right format for
35
/// use with the `snark-verifier` verification.
0 commit comments