• Mark Tyneway's avatar
    contracts-bedrock: add post check L2 hh task · e8d5114c
    Mark Tyneway authored
    This task will check that the L2 node was brought up
    as expected. It can be ran with the following command:
    
    ```
    $ npx hardhat check-l2 --network $NETWORK
    ```
    
    The `devnetL2` hardhat network is added to the hardhat
    config so that this can be developed against a local network
    very easily.
    e8d5114c
index.ts 191 Bytes