Commit c027ddab authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: fix deployment

parent cbe4760f
......@@ -107,7 +107,7 @@ const deployFn: DeployFunction = async (hre) => {
from: deployer,
args: [messengerProxy.address, predeploys.L2ERC721Bridge],
log: true,
waitConfirmations: deployConfig.waitConfirmations,
waitConfirmations: deployConfig.deploymentWaitConfirmations,
nonce: ++nonce,
}),
]
......
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