• Mark Tyneway's avatar
    contracts-bedrock: cleanup predeploys solidity test (#8933) · a1e846d1
    Mark Tyneway authored
    * contracts-bedrock: cleanup predeploys solidity test
    
    Contributors to the smart contracts have way too many steps
    to get their PR over the line. This migrates some of the `check-l2`
    script to solidity. I believe that we can fully delete `check-l2`
    but want to follow up in an additional PR to ensure that we have the
    same functionality. Completely deleting `check-l2` was unblocked by
    https://github.com/ethereum-optimism/optimism/pull/8911.
    
    The functionality that is added to the solidity here was removed from
    the `check-l2` script.
    
    * op-chain-ops: remove dead code
    
    * op-chain-ops: fix build issue
    a1e846d1
Name
Last commit
Last update
..
chain-mon Loading commit data...
common-ts Loading commit data...
contracts-bedrock Loading commit data...
contracts-ts Loading commit data...
core-utils Loading commit data...
fee-estimation Loading commit data...
sdk Loading commit data...
web3js-plugin Loading commit data...