• Mark Tyneway's avatar
    contracts: fetch-batches hardhat task · f2179e37
    Mark Tyneway authored
    Adds a hardhat task to fetch batches. Logs are written
    to stderr so that the stdout can be written to a file
    or passed to `jq`.
    
    ```bash
    export CONTRACTS_TARGET_NETWORK=...
    export CONTRACTS_DEPLOYER_KEY=...
    export CONTRACTS_RPC_URL=...
    npx hardhat fetch-batches --network main --start 14311261
    ```
    f2179e37
Name
Last commit
Last update
..
deploy.ts Loading commit data...
fetch-batches.ts Loading commit data...
l2-gasprice.ts Loading commit data...
set-owner.ts Loading commit data...
validate-address-dictator.ts Loading commit data...
validate-chugsplash-dictator.ts Loading commit data...
whitelist.ts Loading commit data...
withdraw-fees.ts Loading commit data...