Skip to content

Commit

Permalink
chore: remove ir flag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3th1um committed Feb 4, 2025
1 parent 66c5934 commit a4ca54e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ script = 'script'
libs = ["lib"]
solc = '0.8.26'
optimizer = false
via_ir = true

fs_permissions = [
{ access = "read", path = "./out/" },
Expand Down
4 changes: 2 additions & 2 deletions src/DssBlow2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import "./DssBlow2.sol";
contract DssBlow2Test is DssTest {
address constant CHAINLOG = 0xdA0Ab1e0017DEbCd72Be8599041a2aa3bA7e740F;

DssInstance public dss;
DssBlow2 public dssBlow2;
DssInstance dss;
DssBlow2 dssBlow2;

address usds;
address usdsJoin;
Expand Down

0 comments on commit a4ca54e

Please sign in to comment.