Fetches all the token holders and balances ( >0) for a list of tokens. Usage:
- Add token addresses to the
./src/getAllTokenHolders/tokenList.json
file. - run
yarn && yarn getAllTokenHolders
Fetches all the vaults that were built in a particular cauldron. Usage:
- Set to the desired chainId in the
./src/getAllVaults/chainId.json
file. (currently only "1" or "42161") - run
yarn && yarn getAllVaults