Commit dcb2c2f7 authored by Mark Tyneway's avatar Mark Tyneway Committed by Maurelian

lint: fix

parent f0e1c443
......@@ -690,10 +690,7 @@ contract Deploy is Deployer {
Types.ContractSet memory contracts = _proxiesUnstrict();
contracts.L1ERC721Bridge = address(bridge);
ChainAssertions.checkL1ERC721Bridge({
_contracts: contracts,
_isProxy: false
});
ChainAssertions.checkL1ERC721Bridge({ _contracts: contracts, _isProxy: false });
addr_ = address(bridge);
}
......@@ -826,10 +823,7 @@ contract Deploy is Deployer {
string memory version = bridge.version();
console.log("L1ERC721Bridge version: %s", version);
ChainAssertions.checkL1ERC721Bridge({
_contracts: _proxies(),
_isProxy: true
});
ChainAssertions.checkL1ERC721Bridge({ _contracts: _proxies(), _isProxy: true });
}
/// @notice Ininitialize the OptimismMintableERC20Factory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment