• Mark Tyneway's avatar
    contracts-bedrock: deploy extended pause L1CrossDomainMessenger · 3a36d28a
    Mark Tyneway authored
    On goerli, specifically for OP goerli. Since this
    release does not contain moving all of the immutables
    to storage, we will need to deploy implementations for
    each network.
    
    The following commands can be used to deploy the contracts:
    
    ```bash
    forge script scripts/Deploy.s.sol:Deploy --rpc-url $ETH_RPC_URL --private-key $PRIVATE_KEY --sig 'deployL1CrossDomainMessenger()' --broadcast --verify
    SIG=deployL1CrossDomainMessengerc forge script scripts/Deploy.s.sol:Deploy --rpc-url $ETH_RPC_URL --private-key $PRIVATE_KEY --sig 'sync()'
    ```
    
    Note that the config that is used is implicit based on the
    chain id that is returned from the `ETH_RPC_URL`. This will
    need to be manually overridden for the world where we cannot
    use a single implementation for many chains in the superchain.
    The override is an env var named deploy context. grep into the
    codebase for the exact value. Without setting the deploy
    context, it will default to the OP networks. We will need
    to make sure to have deploy config for each of the networks
    that plan on being part of this smart contract upgrade.
    3a36d28a
Name
Last commit
Last update
..
solcInputs Loading commit data...
.chainId Loading commit data...
AddressManager.json Loading commit data...
CheckBalanceHigh.json Loading commit data...
CheckBalanceLow.json Loading commit data...
CheckGelatoLow.json Loading commit data...
CheckTrue.json Loading commit data...
Drippie.json Loading commit data...
L1CrossDomainMessenger.json Loading commit data...
L1CrossDomainMessengerProxy.json Loading commit data...
L1ERC721Bridge.json Loading commit data...
L1ERC721BridgeProxy.json Loading commit data...
L1StandardBridge.json Loading commit data...
L1StandardBridgeProxy.json Loading commit data...
L2OutputOracle.json Loading commit data...
L2OutputOracleProxy.json Loading commit data...
OptimismMintableERC20Factory.json Loading commit data...
OptimismMintableERC20FactoryProxy.json Loading commit data...
OptimismPortal.json Loading commit data...
OptimismPortalProxy.json Loading commit data...
PortalSender.json Loading commit data...
ProtocolVersions.json Loading commit data...
ProtocolVersionsProxy.json Loading commit data...
ProxyAdmin.json Loading commit data...
SystemConfig.json Loading commit data...
SystemConfigProxy.json Loading commit data...
SystemDictator.json Loading commit data...
SystemDictatorProxy.json Loading commit data...