ebtc-protocol/ebtc

Fix MultiCdpGetter

Closed this issue · 0 comments

The MultiCDPGetter populates the CDP's Collateral and Debt balancs from the cached amounts from the CdpManager, it was never updated to the latest implementations around the syncing of values. It should be adapted to reflect these changes.

Initial work has been performed from the feat/cdp-getter-fix branch and can be used as starting point.