Commit 289f0748 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

feat: better e2e deploy check (#12309)

* e2e: attempt fix L1Deployments check

* e2e: attempt another fix
parent b02dba0b
......@@ -1018,7 +1018,7 @@ func (d *L1Deployments) Check(deployConfig *DeployConfig) error {
continue
}
if deployConfig.UseFaultProofs &&
(name == "OptimismPortal") {
(name == "OptimismPortal" || name == "L2OutputOracle" || name == "L2OutputOracleProxy") {
continue
}
if !deployConfig.UseAltDA &&
......
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