• Mark Tyneway's avatar
    contracts-bedrock: upgrade scripts · ffa25d19
    Mark Tyneway authored
    Run the tests with the following commands:
    
    For L2
    ```bash
    forge test -vvvv --contracts scripts/upgrades --mc PostSherlockL2 --rpc-url $ETH_RPC_URL
    ```
    
    For L1
    ```bash
    forge test -vvvv --contracts scripts/upgrades --mc PostSherlockL1 --rpc-url $ETH_RPC_URL
    ```
    
    Ensure that the `ETH_RPC_URL` env var is set for the correct env var.
    ffa25d19
SafeBuilder.sol 7.71 KB