mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
remove using WadRayMath and SafeMath duplication
This commit is contained in:
parent
ae8878a50e
commit
a6e78856a0
|
@ -32,9 +32,6 @@ contract DefaultReserveInterestRateStrategy is IReserveInterestRateStrategy {
|
||||||
|
|
||||||
uint256 public constant EXCESS_UTILIZATION_RATE = 0.2 * 1e27;
|
uint256 public constant EXCESS_UTILIZATION_RATE = 0.2 * 1e27;
|
||||||
|
|
||||||
using WadRayMath for uint256;
|
|
||||||
using SafeMath for uint256;
|
|
||||||
|
|
||||||
LendingPoolAddressesProvider public immutable addressesProvider;
|
LendingPoolAddressesProvider public immutable addressesProvider;
|
||||||
|
|
||||||
//base variable borrow rate when Utilization rate = 0. Expressed in ray
|
//base variable borrow rate when Utilization rate = 0. Expressed in ray
|
||||||
|
|
Loading…
Reference in New Issue
Block a user