Skip to content

Commit

Permalink
feat(ctb): Fix proxy.sol change admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed May 5, 2023
1 parent 351a53e commit ced2bbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/contracts-bedrock/deploy/019-SystemDictatorInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ced2bbc

Please sign in to comment.