This squids goes through the historical Deposit
and Withdrwal
logs emitted by the WETH Wrapper Contract
To learn more about Squid SDK, check the docs
# 1. Install dependencies
npm ci
# 2. Compile typescript files
make build
# 3. Start target Postgres database and detach
make up
# 4. Start the processor
make process
The output will show the progress, the amount of deposited, withdrawn ether, and the amount held by the contract at the current block.