Commit d8f03f9a authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #3137 from ethereum-optimism/fix/deploy-portal

contracts-bedrock: fix deployment
parents 3bbbfb3d 3dd296e8
---
'@eth-optimism/contracts-bedrock': patch
---
Fix portal deployment to have L2OutputOracle proxy address
...@@ -17,7 +17,7 @@ const deployFn: DeployFunction = async (hre) => { ...@@ -17,7 +17,7 @@ const deployFn: DeployFunction = async (hre) => {
waitConfirmations: deployConfig.deploymentWaitConfirmations, waitConfirmations: deployConfig.deploymentWaitConfirmations,
}) })
const oracle = await get('L2OutputOracle') const oracle = await get('L2OutputOracleProxy')
await deploy('OptimismPortal', { await deploy('OptimismPortal', {
from: deployer, from: deployer,
......
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