compound-3-developer-faq
compound-3-developer-faq copied to clipboard
The FAQ answer and code examples repository for Compound III developers.
Results
1
compound-3-developer-faq issues
Sort by
recently updated
recently updated
newest added
The type returned in the example is incorrect. In CometMainInterface (https://github.com/compound-finance/comet/blob/main/contracts/CometMainInterface.sol), getSupplyRate and getBorrowRate functions are defined as `function getSupplyRate(uint utilization) virtual public view returns (uint64);` `function getBorrowRate(uint utilization) virtual...