Submitted by ladboy233
https://github.com/Plex-Engineer/lending-market-v2/blob/443a8c0fed3c5018e95f3881a31b81a555c42b2d/contracts/Stableswap/BaseV1-periphery.sol#L489
Underlying asset price oracle for CToken in BaseV1-periphery is inaccurate.
We should not be return 1. 1 is 1 wei. We should be 10 ** 18
VIM
We can return 10 ** 18
nivasan1 (Canto) confirmed
Alex the Entreprenerd (judge) commented:
