• Mark Tyneway's avatar
    contracts-bedrock: add watch task · fe94b864
    Mark Tyneway authored
    A hardhat task that lists off important information.
    Very helpful for debugging live networks.
    
    Usage:
    
    ```
    $ npx hardhat watch --network devnetL1
    ```
    
    It will print off information as the chain makes progress.
    fe94b864
hardhat.config.ts 2.73 KB