Skip to content

Commit

Permalink
fix: add back the wait for confirmations
Browse files Browse the repository at this point in the history
  • Loading branch information
karlem committed Nov 11, 2024
1 parent 4a33fb4 commit 660efc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/tasks/lib/deployments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export class Deployments {
args: contract.args,
libraries: libraries.addresses,
nonce: nonce,
waitConfirmations: 1,
})
results[contract.name] = result
console.log(`${contract.name} deployed at ${result.address}`)
Expand Down

0 comments on commit 660efc7

Please sign in to comment.