Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add deposit events * feat: add withdraw events * feat: add repay event * feat: add deposits, withdraws, and repay on pToken table * feat: add borrow event * feat: add script to test transfer * feat: add transfer event * refactor: use validate env helper on deposit and transfer script * feat: add borrowIndex data and accrue interest event * chore: add log pToken data for testing * feat: add reserve changes events * chore: add oracle engine abi * feat: add log oracle configs and prices * chore: add mock oracle abi * refactor: create script utils with base scenario for simulations * feat: add script to change oracle config to use mock * feat: add liquidation script * feat: add liquidation event handler * refactor: rename onBehalfOf to user
- Loading branch information