aave / aave/protocol-subgraphs

Investigate oracle interface

Open
#102 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.