Commit ced2bbca authored by Maurelian's avatar Maurelian

feat(ctb): Fix proxy.sol change admin interface

parent 351a53e8
...@@ -181,9 +181,7 @@ const deployFn: DeployFunction = async (hre) => { ...@@ -181,9 +181,7 @@ const deployFn: DeployFunction = async (hre) => {
console.log('Transferring ownership of the SystemDictator proxy...') console.log('Transferring ownership of the SystemDictator proxy...')
// Transfer ownership to the controller address. // Transfer ownership to the controller address.
await SystemDictatorProxyWithSigner.transferOwnership( await SystemDictatorProxyWithSigner.changeAdmin(hre.deployConfig.controller)
hre.deployConfig.controller
)
// Wait for the transaction to execute properly. // Wait for the transaction to execute properly.
await awaitCondition( 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