Commit 2e33b4e8 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #4925 from ethereum-optimism/ctb/deploy-log

contracts-bedrock: deploy log
parents 490fd116 133282d9
...@@ -53,6 +53,7 @@ export const deploy = async ({ ...@@ -53,6 +53,7 @@ export const deploy = async ({
log: true, log: true,
waitConfirmations: hre.deployConfig.numDeployConfirmations, waitConfirmations: hre.deployConfig.numDeployConfirmations,
}) })
console.log(`Deployed ${name} at ${result.address}`)
} }
// Always wait for the transaction to be mined, just in case. // Always wait for the transaction to be mined, just in case.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment