From 40aea7a732ed5c674dda80b05c0a071fb9f0874e Mon Sep 17 00:00:00 2001 From: MikeDiam Date: Thu, 11 Apr 2024 15:36:42 +0300 Subject: [PATCH] [balancer swap] update v3 sdk --- src/graphql/subgraph/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphql/subgraph/index.ts b/src/graphql/subgraph/index.ts index eae5a73f..61d96015 100644 --- a/src/graphql/subgraph/index.ts +++ b/src/graphql/subgraph/index.ts @@ -2,5 +2,4 @@ export * as vault from './vault' export * as osToken from './osToken' export * as exitQueue from './exitQueue' export * as transactions from './transactions' -export * as rewardSplitters from './rewardSplitters' export * as allocatorActions from './allocatorActions'