mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Updated to new asset struct interface
This commit is contained in:
parent
360d37f9f8
commit
8000d838a3
|
@ -4,9 +4,9 @@ pragma experimental ABIEncoderV2;
|
|||
|
||||
interface IAaveIncentivesController {
|
||||
struct AssetData {
|
||||
uint128 emissionPerSecond;
|
||||
uint128 lastUpdateTimestamp;
|
||||
uint256 index;
|
||||
uint104 emissionPerSecond;
|
||||
uint104 index;
|
||||
uint40 lastUpdateTimestamp;
|
||||
}
|
||||
|
||||
event RewardsAccrued(address indexed user, uint256 amount);
|
||||
|
|
Loading…
Reference in New Issue
Block a user