diff --git a/.gitignore b/.gitignore index b4db230..d0f20e4 100644 --- a/.gitignore +++ b/.gitignore @@ -121,6 +121,7 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test +.vscode # yarn v2 .yarn/cache diff --git a/src/queries/VaultHarvests.graphql b/src/queries/VaultHarvests.graphql index 77e2439..8d5fea8 100644 --- a/src/queries/VaultHarvests.graphql +++ b/src/queries/VaultHarvests.graphql @@ -8,6 +8,9 @@ query VaultHarvests($vault_address: String!) { timestamp compoundedAmount0 compoundedAmount1 + token0ToNativePrice + token1ToNativePrice + nativeToUSDPrice totalSupply } }