Skip to content

Commit

Permalink
fix (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
brimigs authored Feb 6, 2023
1 parent cfec8d3 commit a8f941e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/base/deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ export class Deployer {
{
config: {},
},
)) as { owner: string; prefix: string }
)) as { proposed_new_owner: string; prefix: string }

assert.equal(filtererConfig.owner, this.addresses.multisig)
assert.equal(filtererConfig.proposed_new_owner, this.addresses.multisig)
printGreen('It is confirmed that all contracts have transferred ownership to the Multisig')
}
}
File renamed without changes.

0 comments on commit a8f941e

Please sign in to comment.