[OP Stack Deployment] Recommended Versions for op-contracts
and op-deployer
in new chain deployment
#761
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI'm currently deploying a new Optimism chain and would like clarification on the recommended contract and deployment tool versions. Questions:
Additional Context:I reviewed the official documentation [here] and [here] but couldn't locate clear instructions specific to Alt-DA and non-Superchain configurations for I also opened a related discussion about a version and compatibility matrix that could improve clarity regarding deployment best practices. You can find it here: Thanks in advance for your time and support! 🚀 LogsNo response Additional InformationNo response FeedbackI also opened a related discussion about a version and compatibility matrix that could improve clarity regarding deployment best practices. You can find it here: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
https://github.com/ethereum-optimism/optimism/releases/tag/op-deployer%2Fv0.0.13 Please pay attention to this release, op-contracts/v1.8.0 is used by default here |
Beta Was this translation helpful? Give feedback.
-
I found its data structure here: https://github.com/ethereum-optimism/optimism/blob/098b02464e22e343266ebcec35bcc30ed980c993/op-chain-ops/genesis/config.go#L609
Here is an example for reference: https://docs.availproject.org/docs/build-with-avail/deploy-rollup-on-avail/Optimium/op-stack/op-stack#core-contract-deployment
We can see the introduction of [globalDeployOverrides] from the documentation: https://docs.optimism.io/operators/chain-operators/tools/op-deployer#deployment-usage
Question 2: There are few instructions on how to use op-deployer to deploy alt-da. Fault-proof should be supported by default. You can pay attention to this PR, which may be helpful: Regarding op-contracts/v1.8.0, it supports Holocene network upgrade, which is the latest upgrade on the mainnet. So I think it's appropriate. Hope this information helps you, I haven't tried it |
Beta Was this translation helpful? Give feedback.
https://github.com/ethereum-optimism/optimism/releases/tag/op-deployer%2Fv0.0.13 Please pay attention to this release, op-contracts/v1.8.0 is used by default here