protocol-subgraphs icon indicating copy to clipboard operation
protocol-subgraphs copied to clipboard

The code of Aave protocol subgraphs

Results 35 protocol-subgraphs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Aave ARC subgraph seems to providing a incorrect _priceInEth_ value of USDC when compared to the price returned from the [on-chain Oracle](https://etherscan.io/address/0xb8a7bc0d13b1f5460513040a97f404b4fea7d2f3#readContract#F3) (and Aave v2 sub-graph). ![Screenshot...

## TLDR In v3, there are a bunch of wallets in all v3 chains that have wrong balances in the subgraph compared to the on-chain data. ## Example For example,...

**Describe the bug** On the Avalanche V3 subgraph the oracle price for sAVAX is set to 0x0 which makes the price always 0 - The problem resides that the sAVAX...

**Describe the bug** ENS price is always zero, doesn't have price history, and ENS PriceSource was never registered - it's still 0x0. **Details & History:** ENS Token was added to...

The `accruedToTreasury` value looks correct, but `lifetimeReserveFactorAccrued` > `lifetimeSupplierInterestAccrued` which does not make sense as reserve factor is a percentage of supplier interest. Query: ``` { reserves(first: 50, orderBy: lastUpdateTimestamp,...

There are occurrences of negative values for `borrowedReservesCount` field in the User schema. **To Reproduce** On the playground https://thegraph.com/hosted-service/subgraph/aave/protocol-v2?version=current the `borrowedReservesCount` can be a negative value. ``` { users (where:...

V2 and V3 queries will have small differences (supply vs deposit, setUserEMode transactions, etc.) so these queries should be Also adding a common questions section to the top of the...

This PR is to fix an export that was causing a bunch of subgraph build issues for the previous spec versioning. Whether this is still an issue with 0.0.6 I'm...

For the convenience of locating the data, I directly queried userReserves by id ``` { userReserves(where: { id: "0xe813e410f1841c06e40bff0407f7f4b63bc3ff360x7ceb23fd6bc0add59e62ac25578270cff1b9f6190xd05e3e715d945b59290df0ae8ef85c1bdb684744" }) { id reserve { symbol, underlyingAsset }, user { id...

### Description As a developer I want to fetch the data for `aETH` and other `Aave` tokens using the subgraph [here](https://thegraph.com/hosted-service/subgraph/aave/protocol-v2?version=current). when queried for reserves for the account `0x49a2dcc237a65cc1f412ed47e0594602f6141936` the...