Skip to content

Commit 3bccd19

Browse files
committed
fix: mock counter version
1 parent bdcb2a4 commit 3bccd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mocks/MockCounter.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
pragma solidity ^0.8.13;
2+
pragma solidity >=0.6.0 <0.9.0;
33

44
/// @notice Simple counter contract for testing multi-EVM deployments.
55
contract MockCounter {

0 commit comments

Comments
 (0)