From c3e72342786fa761bc5df48c9cf8a5afddb83125 Mon Sep 17 00:00:00 2001 From: Gosuto Inzasheru Date: Tue, 31 Mar 2026 17:42:57 +0200 Subject: [PATCH] fix: remove deprecated snapshots field from get_v3_fees query --- bal_tools/graphql/vault-v3/get_v3_fees.gql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bal_tools/graphql/vault-v3/get_v3_fees.gql b/bal_tools/graphql/vault-v3/get_v3_fees.gql index 90fea27..aa95146 100644 --- a/bal_tools/graphql/vault-v3/get_v3_fees.gql +++ b/bal_tools/graphql/vault-v3/get_v3_fees.gql @@ -9,11 +9,5 @@ query GetV3Fees($poolId: ID!) { vaultProtocolYieldFeeBalance controllerProtocolFeeBalance } - snapshots(first: 1, orderBy: timestamp, orderDirection: desc) { - timestamp - balances - totalProtocolSwapFees - totalProtocolYieldFees - } } }