yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Oracle fetches some prices which are zero #93

Closed jstashh closed 3 years ago

jstashh commented 3 years ago

Run

{
  transfers(where:{isFeeToTreasury:true}, orderBy:blockNumber, orderDirection:desc) {
    tokenAmount
    tokenAmountUsdc
    token {
            symbol
      id
    }
  }
}

and look at recent transactions. Some have a tokenAmountUsdc value of 0. Most of which are related to eth for some reason, also sUSD is getting 0

jstashh commented 3 years ago

Closing as fixed in https://github.com/yearn/yearn-vaults-v2-subgraph/pull/100