mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
feat: added borrowableInIsolation field
This commit is contained in:
parent
4245bf57d6
commit
2694b0f7f8
|
@ -42,6 +42,7 @@ interface IUiPoolDataProvider {
|
|||
uint256 stableRateSlope1;
|
||||
uint256 stableRateSlope2;
|
||||
// v3
|
||||
bool isPaused;
|
||||
uint128 accruedToTreasury;
|
||||
uint128 unbacked;
|
||||
uint128 isolationModeTotalDebt;
|
||||
|
@ -57,6 +58,7 @@ interface IUiPoolDataProvider {
|
|||
uint16 eModeLiquidationBonus;
|
||||
address eModePriceSource;
|
||||
string eModeLabel;
|
||||
bool borrowableInIsolation;
|
||||
}
|
||||
|
||||
struct UserReserveData {
|
||||
|
|
|
@ -16,7 +16,7 @@ task(`deploy-${eContractid.UiPoolDataProvider}`, `Deploys the UiPoolDataProvider
|
|||
);
|
||||
console.log(
|
||||
`\n- UiPoolDataProvider eth/usd price aggregator: ${
|
||||
chainlinkAggregatorProxy[localBRE.network.name]
|
||||
chainlinkEthUsdAggregatorProxy[localBRE.network.name]
|
||||
}`
|
||||
);
|
||||
console.log(`\n- UiPoolDataProvider deployment`);
|
||||
|
|
Loading…
Reference in New Issue
Block a user