This project calculates the gas consumed by the Aave Delegate platform for DAO actions, providing an accounting system to facilitate refunds from the DAO.
# Install packages
yarn
# Set environment variables
cp .example.env .env
yarn gas-tracker
This command will fetch the transaction fees of every transactions of delagate platform addresses. A report will be generate at out/reports/gas-report.md.
To add new delegates platforms, add them in src/configs/config.ts.