Script to get the gas fees paid to execute transactions from the ENS DAO Working Group Multisig Wallets.
Install dependencies
yarn install
Create a .env
file and enter your Etherscan API key
cp .env.example .env
Customize the Safe addresses and block range you want to query gas spending for in ./src/etherscan.ts
, then run the script
yarn start
The results will be saved in the ./output/
folder.