yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Vault: Api Version in Subgraph vs Explorer #166

Closed rareweasel closed 2 years ago

rareweasel commented 2 years ago

The API version in the Subgraph and Explorer (ftm) doesn't much.

Example:

0.4.3 in 1. apiVersion function 0.4.2 in subgraph using query below:

{
  vaults(where: {id:"0x637ec617c86d24e421328e6caea1d92114892439"}) {
    apiVersion
  }
}
rareweasel commented 2 years ago

Fixed on #167