mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
Removed getConfiguration interface
This commit is contained in:
parent
7ce0843aa2
commit
ae7deef98c
|
@ -35,10 +35,6 @@ interface AaveInterface {
|
||||||
uint256 ltv,
|
uint256 ltv,
|
||||||
uint256 healthFactor
|
uint256 healthFactor
|
||||||
);
|
);
|
||||||
function getConfiguration(address asset)
|
|
||||||
external
|
|
||||||
view
|
|
||||||
returns (ReserveConfigurationMap memory);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
interface AaveLendingPoolProviderInterface {
|
interface AaveLendingPoolProviderInterface {
|
||||||
|
@ -124,4 +120,4 @@ interface ChainLinkInterface {
|
||||||
|
|
||||||
interface RootChainManagerInterface {
|
interface RootChainManagerInterface {
|
||||||
function depositFor(address user, address token, bytes calldata depositData) external;
|
function depositFor(address user, address token, bytes calldata depositData) external;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user