We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
op-deployer bootstrap superchain
Add a new command to op-deployer that deploy the proxies and contracts which are shared across the superchain.
op-deployer
The deployed contracts will be:
protocolVersionsImpl
protocolVersionsProxy
superchainConfigImpl
superchainConfigProxy
superchainProxyAdmin
These contracts are deployed by DeploySuperchain.s.sol, which is already integrated into op-deployer so it may be as simple as exposing this command.
The text was updated successfully, but these errors were encountered:
op-deployer: Bootstrap superchain command
44deae0
Fixes #13265.
0c09dc8
op-deployer: Bootstrap superchain command (#13294)
63140ba
* op-deployer: Bootstrap superchain command Fixes #13265. * fix test
00f0b9f
Successfully merging a pull request may close this issue.
Summary
Add a new command to
op-deployer
that deploy the proxies and contracts which are shared across the superchain.Details
The deployed contracts will be:
protocolVersionsImpl
protocolVersionsProxy
superchainConfigImpl
superchainConfigProxy
superchainProxyAdmin
These contracts are deployed by DeploySuperchain.s.sol, which is already integrated into
op-deployer
so it may be as simple as exposing this command.The text was updated successfully, but these errors were encountered: