Component: JumpRateModel
Description
The JumpRateModel contract implements an interest-rate model present in the upstream Compound contracts.
Modifications
Calls to the SafeMath math library were replaced with native math operations.
Test coverage
N/A.
Attack surface
The attack surface is unchanged from the upstream implementation.