Commit 2fc6b999 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7429 from ethereum-optimism/jm/fix-unused-safe

Remove unused variable from deplyments
parents 45e6ca01 f45f80b6
......@@ -580,7 +580,6 @@ contract Deploy is Deployer {
/// @notice Call from the Safe contract to the Proxy Admin's upgrade and call method
function _upgradeAndCallViaSafe(address _proxy, address _implementation, bytes memory _innerCallData) internal {
Safe safe = Safe(mustGetAddress("SystemOwnerSafe"));
address proxyAdmin = mustGetAddress("ProxyAdmin");
bytes memory data =
......
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