From 987ecfdd329b9170f5f0bfe5210d3e032e0a4308 Mon Sep 17 00:00:00 2001 From: nhtyy Date: Fri, 17 Jan 2025 16:49:14 -0800 Subject: [PATCH] fix: floating pragma on the groth16 verifier for rc.3 --- contracts/src/v4.0.0-rc.3/Groth16Verifier.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/v4.0.0-rc.3/Groth16Verifier.sol b/contracts/src/v4.0.0-rc.3/Groth16Verifier.sol index 40b3a79..09a5075 100644 --- a/contracts/src/v4.0.0-rc.3/Groth16Verifier.sol +++ b/contracts/src/v4.0.0-rc.3/Groth16Verifier.sol @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT -pragma solidity 0.8.20; +pragma solidity ^0.8.20; /// @title Groth16 verifier template. /// @author Remco Bloemen