The V4 testnet deployed contracts and essential hardhat tasks.
Install direnv module.
We use direnv to manage environment variables. You'll likely need to install it.
cp .envrc.example .envrcTo run fork scripts, deploy or perform any operation with a mainnet/testnet node you will need an Infura API key.
To disburse and deposit you will need to add a list of address(es) to DISBURSE_ADDRESSES.
Example
export DISBURSE_ADDRESSES='0x0000000000000000000000000000000000000000,0x0000000000000000000000000000000000000001'yarnyarn deploy:rinkebyyarn deploy:mumbaiyarn deploy:fujiyarn disburse rinkebyyarn disburse mumbaiyarn disburse fujiyarn deposit rinkebyyarn deposit mumbaiyarn deposit fujiyarn node:rinkebyyarn node:mumbaiyarn node:fuji