• Mark Tyneway's avatar
    contracts-bedrock: hh task `wait-for-final-deposit` · 0ec51da9
    Mark Tyneway authored
    Adds a hh task that can be used as part of the automation
    to wait for the final deposit to be ingested by `l2geth`.
    It first waits until the dtl shutoff block is set in the
    address manager and then it works backwards from the tip
    of the sequencer to find the final deposit
    
    To run the script:
    
    ```bash
    $ npx hardhat wait-for-final-deposit \
        --l2-rpc-url https://mainnet.optimism.io \
        --network mainnet \
        --l1-rpc-url ...
    ```
    0ec51da9
Name
Last commit
Last update
..
actor-tests Loading commit data...
balance-monitor Loading commit data...
common-ts Loading commit data...
contracts Loading commit data...
contracts-bedrock Loading commit data...
contracts-periphery Loading commit data...
core-utils Loading commit data...
data-transport-layer Loading commit data...
drippie-mon Loading commit data...
fault-detector Loading commit data...
hardhat-deploy-config Loading commit data...
message-relayer Loading commit data...
migration-data Loading commit data...
replica-healthcheck Loading commit data...
sdk Loading commit data...