aave / aave/protocol-subgraphs
Investigate oracle interface
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 150
- Forks
- 130
- PR merge metrics
- No merged PRs in 30d
Description
Investigate why the Chainlink EACAggregator mappings are not working for some assets, and see if there is a general workaround:
wsteth, reth, cbeth, wbtc for ethereum v3
wsteth for arbitrum v3
savax on avalanche
none on optimism/polygon
{
reserves(first: 20,
where:{price_:{priceInEth:0}}) {
id
symbol
price {
id
priceInEth
}
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Chainlink EACAggregator mappings for the listed assets and compare them with the supplied reserves query. Determine why priceInEth is zero for the affected networks and document a general workaround, with the query returning valid prices for the affected assets as the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100