mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
feat: make variable constant
This commit is contained in:
parent
0b4f8e5b6a
commit
6438aa18d7
|
@ -10,7 +10,7 @@ abstract contract Helpers is Stores, Basic {
|
||||||
IMorphoCore public constant MORPHO_AAVE_V3 =
|
IMorphoCore public constant MORPHO_AAVE_V3 =
|
||||||
IMorphoCore(0x33333aea097c193e66081E930c33020272b33333);
|
IMorphoCore(0x33333aea097c193e66081E930c33020272b33333);
|
||||||
|
|
||||||
uint256 public max_iteration = 4;
|
uint256 public constant max_iteration = 4;
|
||||||
|
|
||||||
function _performEthToWethConversion(
|
function _performEthToWethConversion(
|
||||||
address _tokenAddress,
|
address _tokenAddress,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user