feat: add support for AAVE governance contract-call#24
Merged
Conversation
bonustrack
reviewed
Jan 27, 2026
| // AAVE base/staked/lended token | ||
| const aaveToken = | ||
| params.address.toLowerCase() === | ||
| '0xa198Fac58E02A5C5F8F7e877895d50cFa9ad1E04' && |
Member
There was a problem hiding this comment.
And this has always the same value than AAVE right?
bonustrack
reviewed
Jan 27, 2026
| const aaveToken = | ||
| params.address.toLowerCase() === | ||
| '0xa198Fac58E02A5C5F8F7e877895d50cFa9ad1E04' && | ||
| params.methodABI?.name === 'getFullVotingPower' && |
Member
There was a problem hiding this comment.
And getFullVotingPower is just the balance?
Contributor
Author
There was a problem hiding this comment.
Not exactly, it's returning the voting power, which is coming from the delegated balance.
So if a user has 100 aave, and delegated to himself, he get 100
If a user has 0 aave, but got delegated 100 aave by someone else, he get 100
If a user has 100 aave, but not delegated them, he get 0
Member
There was a problem hiding this comment.
Ok but that's always 1 vp = 1 AAVE token.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for the contract-call strategy from AAVE strategies.
This contract is aggregating and returning the AAVE tokens balance from different sources:
The returned balance should be considered as regular AAVE token when computing USD value