mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/euler/euler-rewards/main.sol
This commit is contained in:
parent
472ddf20ab
commit
984f06531e
|
@ -32,7 +32,7 @@ contract EulerIncentives is Helpers, Events {
|
||||||
|
|
||||||
setUint(setId, amt);
|
setUint(setId, amt);
|
||||||
|
|
||||||
_eventName = "LogClaimed(address,address,uint256,uint256,uint256)";
|
_eventName = "LogClaimed(address,address,uint256,uint256)";
|
||||||
_eventParam = abi.encode(user, token, amt, setId);
|
_eventParam = abi.encode(user, token, amt, setId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user