tradingstrategy-ai / web3-ethereum-defi

A Python library for trading automation on DeFi, data research and integration. Supporting Uniswap, Aave, Chainlink, USDC and other protocols.
https://tradingstrategy.ai
MIT License
593 stars 127 forks source link

Aave v3 basic loan support #116

Closed hieuh25 closed 1 year ago

hieuh25 commented 1 year ago

Close #109

Added support for:

Added AaveV3Deployment to describe Aave deployment and a few utilities methods for getting more info about reserve and user data

Use Anvil state in the tests to massively speed up local tests (snapshot is still used for resetting state between tests).