Commit af1c1eb6 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #5621 from ethereum-optimism/jm/proxy-iface

feat(ctb): Fix proxy.sol change admin interface
parents 8053be9d bd05ffd3
......@@ -181,9 +181,7 @@ const deployFn: DeployFunction = async (hre) => {
console.log('Transferring ownership of the SystemDictator proxy...')
// Transfer ownership to the controller address.
await SystemDictatorProxyWithSigner.transferOwnership(
hre.deployConfig.controller
)
await SystemDictatorProxyWithSigner.changeAdmin(hre.deployConfig.controller)
// Wait for the transaction to execute properly.
await awaitCondition(
......
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