Fujicracy / fuji-v2

Cross-chain money market aggregator
https://fuji-v2-frontend.vercel.app
15 stars 10 forks source link

Hundred as Lending Provider #235

Closed pedrovalido closed 1 year ago

brozorec commented 1 year ago

should be merged after #225 and after changing the approvedOperator in LendingProvider

pedrovalido commented 1 year ago

Looks like they're having liquidity issues trying to borrow usdc. I dug into their contracts and the stack trace the error was throwing

Screenshot 2023-01-12 at 19 13 40
  1. USDC.balanceOf(address of their hUSDC) returns 0
  2. hUSDC.totalCash() function returns 0 which is also an indicator they don't currently have USDC available to borrow

I've sent them a message on telegram regarding this issue.

On gnosis chain, there was also an error being thrown called "mint is paused" which was confirmed by their team on telegram the market is in fact paused.

pedrovalido commented 1 year ago

Update on issue above mentioned: they are not deployed on mainnet yet so it was removed from this integration. Also, they've unpaused the mint so everything is working now