• Matthew Slipper's avatar
    Port deployers, add end-to-end contract deployments (#11922) · 717330e9
    Matthew Slipper authored
    This PR ports over the deployers in `interopgen` into `op-deployer`, and updates `op-deployer` to support end-to end contract deployments for both the Superchain and individual OP Chains.
    
    This PR includes a couple of bugfixes for things I discovered along the way:
    
    1. The script host is updated to bump the nonce of the address calling the CREATE2 deployer when broadcasting. This fixes a chain/simulation mismatch that blocked contracts from being deployed.
    2. The DeployImplementations contract used a fixed CREATE2 salt, which caused problems on repeated deployments. I updated the contract to pull the nonce from the environment as we do elsewhere.
    
    Builds on https://github.com/ethereum-optimism/optimism/pull/11910.
    717330e9
Name
Last commit
Last update
..
autogen Loading commit data...
checks Loading commit data...
deploy Loading commit data...
fpac Loading commit data...
getting-started Loading commit data...
go-ffi Loading commit data...
interfaces Loading commit data...
libraries Loading commit data...
ops Loading commit data...
periphery Loading commit data...
safe Loading commit data...
testing Loading commit data...
utils Loading commit data...
Artifacts.s.sol Loading commit data...
DeployAuthSystem.s.sol Loading commit data...
DeployImplementations.s.sol Loading commit data...
DeployOPChain.s.sol Loading commit data...
DeploySuperchain.s.sol Loading commit data...
L2Genesis.s.sol Loading commit data...
SetPreinstalls.s.sol Loading commit data...