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 bdcb2a4 commit 3bccd19Copy full SHA for 3bccd19
test/mocks/MockCounter.sol
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: MIT
2
-pragma solidity ^0.8.13;
+pragma solidity >=0.6.0 <0.9.0;
3
4
/// @notice Simple counter contract for testing multi-EVM deployments.
5
contract MockCounter {
0 commit comments