mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
fixed minor bug
This commit is contained in:
parent
448817d8ea
commit
92c47b993d
|
@ -12,7 +12,7 @@ abstract contract Helpers is Basic {
|
|||
IMorphoCore(0x777777c9898D384F785Ee44Acfe945efDFf5f3E0);
|
||||
|
||||
IMorphoCoreV3 public constant MORPHO_AAVE_V3 =
|
||||
IMorphoCoreV3(0x777777c9898D384F785Ee44Acfe945efDFf5f3E0);
|
||||
IMorphoCoreV3(0x33333aea097c193e66081E930c33020272b33333);
|
||||
|
||||
IMorphoRewardsDistributor public constant MORPHO_REWARDS =
|
||||
IMorphoRewardsDistributor(0x3B14E5C73e0A56D607A8688098326fD4b4292135);
|
||||
|
|
|
@ -107,7 +107,7 @@ abstract contract MorphoRewards is Helpers, Events {
|
|||
* @param _poolTokenAddresses The assets to claim rewards from (aToken or variable debt token).
|
||||
* @param _onBehalf The address for which rewards are claimed and sent to.
|
||||
*/
|
||||
function claimAaveV3(
|
||||
function claimMorphoAaveV3(
|
||||
address[] calldata _poolTokenAddresses,
|
||||
address _onBehalf
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user