• Matthew Slipper's avatar
    Add entrypoint to deploy against existing Superchain (#11791) · 84b1cde3
    Matthew Slipper authored
    * Add entrypoint to deploy against existing Superchain
    
    Creates a separate entrypoint in the deploy script to allow an L2 to be deployed against an existing set of Superchain contracts. The deployment assumes that the Superchain contracts have been deployed correctly. The L2 still gets its own ProxyAdmin, AddressManager, and Safe. The API is additive and backwards-compatible.
    
    * Update packages/contracts-bedrock/scripts/deploy/Deploy.s.sol
    Co-authored-by: default avatarMaurelian <john@oplabs.co>
    
    * remove redundant call
    
    ---------
    Co-authored-by: default avatarMaurelian <john@oplabs.co>
    84b1cde3
Deploy.s.sol 76.1 KB