Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 349 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 349 Bytes

IDLE TVL calculator

Calculate the TVL of all the Idle ecosystem contracts including accrued governance tokens.

Install dependencies

yarn

Configure .env

Create a .env file in the root directory and insert the infura key entry:

INFURA_KEY={YOUR_INFURA_KEY}

Run script

yarn start

The Idle TVL will be logged.