nebolax/aavealarm

Bundle health factor requests

Closed this issue · 0 comments

Currently when checking health factor, there is one call to rpc per address per aave version per chain.

However it should be optimized to doing one call per aave version per chain. Multiple addresses should be checked in every call and a multicall should be used for that.