Skip to content

Commit 42bb409

Browse files
committed
Use hardhat config solc pragma
1 parent 77a6650 commit 42bb409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stylus/StylusDeployer.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.28;
2+
pragma solidity 0.8.17;
33

44
import {ArbWasm} from "../precompiles/ArbWasm.sol";
55

0 commit comments

Comments
 (0)