[OP Stack Deployment] Deploy chain with Alt-DA + L2OutputOracle (fault proofs disabled) op-contracts/v1.8.0 op-deployer/v0.0.13 #767
Replies: 3 comments 26 replies
-
|
https://github.com/ethereum-optimism/optimism/blob/backports/op-deployer/v0.0.13/packages/contracts-bedrock/scripts/deploy/DeployImplementations.s.sol |
Beta Was this translation helpful? Give feedback.
-
|
This seems unresolved. Any update? |
Beta Was this translation helpful? Give feedback.
-
|
Also interested in this issue, currently running a rollup chain with this setting in intent.toml. I cannot withdraw from L2 to L1. Encountered this error on calling finalizeWithdrawalTransaction
It seems fault proof is not disabled. I'm also using Any recommendation or example on how to get this working? Much appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I'm trying to deploy an OP Stack chain with a specific configuration: Alt-DA enabled, fault proofs disabled, and using L2OutputOracle. However, I'm encountering issues where the deployment process seems always to deploy the fault proof contracts despite my configuration.
Here's the relevant part of my intent.toml file:
After running the deployment, I can see that both the fault proof contracts (DisputeGameFactory, FaultDisputeGame, etc.) are deployed, but the L2OutputOracle is not deployed, despite setting useFaultProofs = false
Questions:
op-deployer/v0.0.13of op-deployer support this configuration? How?Thank you
Logs
No response
Additional Information
No response
Feedback
It would be helpful to have:
non-RC
Beta Was this translation helpful? Give feedback.
All reactions