Skip to content

Commit

Permalink
fix pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniza committed Feb 21, 2025
1 parent 273a257 commit f555d10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/upgrade/Mode-100-to-110.s.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pragma solidity ^0.8.17;
import {Script} from "forge-std/Script.sol";
import {Test, console2 as console} from "forge-std/Test.sol";

Expand Down Expand Up @@ -79,7 +80,7 @@ contract UpgradeModeTo110 is Script, Test {
address[] modeSigners;

/////////////////////////////////////////////
// -------------- RUN FUNCTION ------------//
// -------------- RUN FUNCTION ------------
/////////////////////////////////////////////

function run() public {
Expand Down

0 comments on commit f555d10

Please sign in to comment.