mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
remove owner lib
This commit is contained in:
parent
b713ac9d81
commit
027e9c264b
|
@ -5,9 +5,8 @@ import "./interface.sol";
|
||||||
import "../../common/stores.sol";
|
import "../../common/stores.sol";
|
||||||
import "../../common/basic.sol";
|
import "../../common/basic.sol";
|
||||||
import "../../common/interfaces.sol";
|
import "../../common/interfaces.sol";
|
||||||
import "@openzeppelin/contracts/access/Ownable.sol";
|
|
||||||
|
|
||||||
abstract contract Helpers is Stores, Basic, Ownable {
|
abstract contract Helpers is Stores, Basic {
|
||||||
IMorphoCore public constant MORPHO_AAVE_V3 =
|
IMorphoCore public constant MORPHO_AAVE_V3 =
|
||||||
IMorphoCore(0x777777c9898D384F785Ee44Acfe945efDFf5f3E0);
|
IMorphoCore(0x777777c9898D384F785Ee44Acfe945efDFf5f3E0);
|
||||||
|
|
||||||
|
@ -30,7 +29,7 @@ abstract contract Helpers is Stores, Basic, Ownable {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function setMaxIteration(uint256 _iter) external onlyOwner {
|
function setMaxIteration(uint256 _iter) external {
|
||||||
max_iteration = _iter;
|
max_iteration = _iter;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user