• Mark Tyneway's avatar
    contracts-bedrock: deploy implementations to goerli · 1ced6f08
    Mark Tyneway authored
    ```bash
    $ forge script scripts/Deploy.s.sol \
      --rpc-url $ETH_RPC_URL \
      --broadcast \
      --verify \
      --private-key $PRIVATE_KEY  \
      --sig 'deployImplementations()'
    ````
    
    A follow up PR to the superchain registry will add the contract
    addresses.
    1ced6f08
L2OutputOracle.json 59.5 KB