Commit a9b8fd99 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: remove extra console.log

parent 696bcc75
......@@ -19,7 +19,6 @@ const upgradeABIs = {
L1CrossDomainMessengerProxy: async () => ['initialize', []],
L1StandardBridgeProxy: async (deployConfig, hre) => {
const messenger = await hre.deployments.get('L1CrossDomainMessengerProxy')
console.log(messenger.address)
return ['initialize(address)', [messenger.address]]
},
}
......
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