Skip to content

Commit

Permalink
fix: compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Oct 4, 2024
1 parent fc43dda commit 891722b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,7 @@ library ChainAssertions {
}

/// @notice Asserts that the SuperchainConfig is setup correctly
function checkOPContractsManager(
Types.ContractSet memory _contracts,
DeployConfig _cfg,
bool _isProxy
)
internal
view
{
function checkOPContractsManager(Types.ContractSet memory _contracts, bool _isProxy) internal view {
OPContractsManager opcm = OPContractsManager(_contracts.OPContractsManager);
console.log(
"Running chain assertions on the OPContractsManager %s at %s",
Expand Down

0 comments on commit 891722b

Please sign in to comment.