Skip to content

Commit

Permalink
Merge pull request #226 from leovct/fix/forge-build-on-linux-arm
Browse files Browse the repository at this point in the history
fix: `forge build` on `linux/arm`
  • Loading branch information
invocamanman authored Mar 27, 2024
2 parents a38e68b + e3ec44c commit 6bf2c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mocks/DaiMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

// hevm: flattened sources of /nix/store/8xb41r4qd0cjb63wcrxf1qmfg88p0961-dss-6fd7de0/src/dai.sol
pragma solidity =0.5.12;
pragma solidity <=0.5.12;

// Copeid DAi for testing porpuses. The notes are removed from this contract as it does not work correctly woith the
// coverage solidity compiler
Expand Down

0 comments on commit 6bf2c00

Please sign in to comment.