Skip to content

Commit

Permalink
fix(ctb): Fix error on liveDeployer override
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed May 1, 2023
1 parent a8c1b12 commit 4342474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/src/deploy-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export const liveDeployer = async (opts: {
disabled: string | undefined
}): Promise<boolean> => {
if (!!opts.disabled) {
console.log('Setting live deployer to', false)
console.log('Live deployer manually disabled')
return false
}
const { deployer } = await opts.hre.getNamedAccounts()
Expand Down

0 comments on commit 4342474

Please sign in to comment.