teller-protocol / teller-protocol-v1

Teller is a lending and undercollateralized borrowing protocol on the Ethereum blockchain. Teller is the first protocol to allow zero collateral borrowing for greater than one block.
https://teller.finance/
MIT License
104 stars 38 forks source link

PROTOCOL-615: Feature/compound claim comp #451

Closed dumebi closed 3 years ago

dumebi commented 3 years ago

Implemented compoundClaimComp function to claim accrued COMP

dumebi commented 3 years ago

Maybe I am missing something, but i can't find the import of CompoundClaimFacet on the ITellerDiamond. We need to import it to the ITellerDiamond in order for the diamond to call functions on the facet

fixed. surprisingly it worked without that