File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ src = "src"
3
3
out = " out"
4
4
script = ' script'
5
5
libs = [" lib" ]
6
- solc = ' 0.8.26 '
6
+ solc = ' 0.8.24 '
7
7
optimizer = false
8
8
9
9
fs_permissions = [
Original file line number Diff line number Diff line change 13
13
//
14
14
// You should have received a copy of the GNU Affero General Public License
15
15
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16
- pragma solidity 0.8.26 ;
16
+ pragma solidity 0.8.24 ;
17
17
18
18
import {Script} from "forge-std/Script.sol " ;
19
19
import {stdJson} from "forge-std/StdJson.sol " ;
Original file line number Diff line number Diff line change 13
13
//
14
14
// You should have received a copy of the GNU Affero General Public License
15
15
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16
- pragma solidity 0.8.26 ;
16
+ pragma solidity 0.8.24 ;
17
17
18
18
interface ERC20Like {
19
19
function balanceOf (address ) external returns (uint256 );
Original file line number Diff line number Diff line change 13
13
//
14
14
// You should have received a copy of the GNU Affero General Public License
15
15
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16
- pragma solidity 0.8.26 ;
16
+ pragma solidity 0.8.24 ;
17
17
18
18
import "dss-test/DssTest.sol " ;
19
19
import "./DssBlow2.sol " ;
Original file line number Diff line number Diff line change 13
13
//
14
14
// You should have received a copy of the GNU Affero General Public License
15
15
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16
- pragma solidity 0.8.26 ;
16
+ pragma solidity 0.8.24 ;
17
17
18
18
import {DssBlow2} from "src/DssBlow2.sol " ;
19
19
import {DssBlow2Instance} from "./DssBlow2Instance.sol " ;
Original file line number Diff line number Diff line change 13
13
//
14
14
// You should have received a copy of the GNU Affero General Public License
15
15
// along with this program. If not, see <https://www.gnu.org/licenses/>.
16
- pragma solidity 0.8.26 ;
16
+ pragma solidity 0.8.24 ;
17
17
18
18
struct DssBlow2Instance {
19
19
address blow;
You can’t perform that action at this time.
0 commit comments