Skip to content

Commit

Permalink
for zkEVM
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixFan1992 committed Jan 23, 2024
1 parent 87b28c5 commit 3566dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ abstract contract KeeperRegistryBase2_1 is ConfirmedOwner, ExecutionPrevention {
AggregatorV3Interface internal immutable i_fastGasFeed;
Mode internal immutable i_mode;
address internal immutable i_automationForwarderLogic;
address public allowedOrigin = address(0);
address public allowedOrigin = address(0x1111111111111111111111111111111111111111);
bool public skipReorgProtection = true;

/**
Expand Down

0 comments on commit 3566dca

Please sign in to comment.