• 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
..
bin Loading commit data...
contracts Loading commit data...
deploy Loading commit data...
deployments Loading commit data...
docs Loading commit data...
scripts Loading commit data...
src Loading commit data...
tasks Loading commit data...
test Loading commit data...
.depcheckrc Loading commit data...
.eslintrc.js Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.lintstagedrc.yml Loading commit data...
.prettierignore Loading commit data...
.prettierrc.js Loading commit data...
.solcover.js Loading commit data...
.solhint.json Loading commit data...
.solhintignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
codechecks.yml Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
slither.config.json Loading commit data...
tsconfig.build.json Loading commit data...
tsconfig.json Loading commit data...