nomad-xyz/monorepo

fix: deploy process checks for submitting governance transactions

Opened this issue · 0 comments

is this pattern used everywhere? it fails if deployer is equal to (e.g.) the governance because we have used a safe-ethers-signer. File an issue to correct this.

correct pattern would be if (!utils.equalIds(registryOwner, correctOwner)))

Originally posted by @prestwich in #211 (comment)