Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate oracle interface #102

Open
defispartan opened this issue Mar 28, 2023 · 2 comments
Open

Investigate oracle interface #102

defispartan opened this issue Mar 28, 2023 · 2 comments

Comments

@defispartan
Copy link
Contributor

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
    }
  }
}
@jclagache
Copy link

jclagache commented Jan 8, 2024

Concerns Synchronicity Price Adapters used as asset sources in AaveOracle.
There is no Chainlink price feed for these adapters. The Aave V3 subgraph seems to rely on the AnswerUpdated(indexed int256,indexed uint256,uint256) events of the AccessControlledAggregator contracts to populate its prices.

@defispartan
Copy link
Contributor Author

Other examples include WBTC, wstETH, and WETH on Arbitrum V3

{
  reserves(where: {symbol_in: ["WETH", "WBTC", "wstETH"]}) {
    symbol
    price {
      priceInEth
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants