Skip to content

Commit

Permalink
fix: revert change that broke halmos campaign compile :D
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddybear committed Aug 29, 2024
1 parent e26b9c3 commit c681a7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Test } from "forge-std/Test.sol";

contract HalmosBase is Test {
uint256 internal constant CURRENT_CHAIN_ID = 1;
uint256 internal constant ZERO_AMOUNT;
uint256 internal constant ZERO_AMOUNT = 0;

address internal remoteToken = address(bytes20(keccak256("remoteToken")));
string internal name = "SuperchainERC20";
Expand Down

0 comments on commit c681a7c

Please sign in to comment.