Skip to content

Commit

Permalink
chore: not enforcing custom error in BaseDeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 23, 2022
1 parent 47b6190 commit ddf79e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deployment/base/BaseDeployment.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ abstract contract BaseDeployment is Test {
}

(ROLLUP_PROCESSOR, TO_IMPERSONATE) = getRollupProcessorAndLister();
/* solhint-disable custom-error-over-require */
require(ROLLUP_PROCESSOR != address(0), "RollupProcessor address resolved to 0");
emit log_named_address("Rollup at", ROLLUP_PROCESSOR);
}
Expand Down

0 comments on commit ddf79e9

Please sign in to comment.