@berachain/graphql 0.4.10-beta.2 → 0.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -238,6 +238,77 @@ type GqlPagination = {
238
238
  totalCount: Scalars['Int']['output'];
239
239
  totalPages: Scalars['Int']['output'];
240
240
  };
241
+ type GqlPoolAggregator = {
242
+ __typename?: 'GqlPoolAggregator';
243
+ /** The contract address of the pool. */
244
+ address: Scalars['Bytes']['output'];
245
+ /** Data specific to gyro/fx pools */
246
+ alpha?: Maybe<Scalars['String']['output']>;
247
+ /** Data specific to stable pools */
248
+ amp?: Maybe<Scalars['BigInt']['output']>;
249
+ /** Data specific to gyro/fx pools */
250
+ beta?: Maybe<Scalars['String']['output']>;
251
+ /** Data specific to gyro pools */
252
+ c?: Maybe<Scalars['String']['output']>;
253
+ /** The chain on which the pool is deployed */
254
+ chain: GqlChain;
255
+ /** The timestamp the pool was created. */
256
+ createTime: Scalars['Int']['output'];
257
+ /** Data specific to gyro pools */
258
+ dSq?: Maybe<Scalars['String']['output']>;
259
+ /** The decimals of the BPT, usually 18 */
260
+ decimals: Scalars['Int']['output'];
261
+ /** Data specific to fx pools */
262
+ delta?: Maybe<Scalars['String']['output']>;
263
+ /** Dynamic data such as token balances, swap fees or volume */
264
+ dynamicData: GqlPoolDynamicData;
265
+ /** Data specific to fx pools */
266
+ epsilon?: Maybe<Scalars['String']['output']>;
267
+ /** The factory contract address from which the pool was created. */
268
+ factory?: Maybe<Scalars['Bytes']['output']>;
269
+ /** The pool id. This is equal to the address for protocolVersion 3 pools */
270
+ id: Scalars['ID']['output'];
271
+ /** Data specific to gyro/fx pools */
272
+ lambda?: Maybe<Scalars['String']['output']>;
273
+ /** The name of the pool as per contract */
274
+ name: Scalars['String']['output'];
275
+ /** The wallet address of the owner of the pool. Pool owners can set certain properties like swapFees or AMP. */
276
+ owner?: Maybe<Scalars['Bytes']['output']>;
277
+ /** Returns all pool tokens, including BPTs and nested pools if there are any. Only one nested level deep. */
278
+ poolTokens: Array<GqlPoolTokenDetail>;
279
+ /** The protocol version on which the pool is deployed, 1, 2 or 3 */
280
+ protocolVersion: Scalars['Int']['output'];
281
+ /** Data specific to gyro pools */
282
+ root3Alpha?: Maybe<Scalars['String']['output']>;
283
+ /** Data specific to gyro pools */
284
+ s?: Maybe<Scalars['String']['output']>;
285
+ /** Data specific to gyro pools */
286
+ sqrtAlpha?: Maybe<Scalars['String']['output']>;
287
+ /** Data specific to gyro pools */
288
+ sqrtBeta?: Maybe<Scalars['String']['output']>;
289
+ /** The token symbol of the pool as per contract */
290
+ symbol: Scalars['String']['output'];
291
+ /** Data specific to gyro pools */
292
+ tauAlphaX?: Maybe<Scalars['String']['output']>;
293
+ /** Data specific to gyro pools */
294
+ tauAlphaY?: Maybe<Scalars['String']['output']>;
295
+ /** Data specific to gyro pools */
296
+ tauBetaX?: Maybe<Scalars['String']['output']>;
297
+ /** Data specific to gyro pools */
298
+ tauBetaY?: Maybe<Scalars['String']['output']>;
299
+ /** The pool type, such as weighted, stable, etc. */
300
+ type: GqlPoolType;
301
+ /** Data specific to gyro pools */
302
+ u?: Maybe<Scalars['String']['output']>;
303
+ /** Data specific to gyro pools */
304
+ v?: Maybe<Scalars['String']['output']>;
305
+ /** The version of the pool type. */
306
+ version: Scalars['Int']['output'];
307
+ /** Data specific to gyro pools */
308
+ w?: Maybe<Scalars['String']['output']>;
309
+ /** Data specific to gyro pools */
310
+ z?: Maybe<Scalars['String']['output']>;
311
+ };
241
312
  type GqlPoolApr = {
242
313
  __typename?: 'GqlPoolApr';
243
314
  apr: GqlPoolAprValue;
@@ -1983,87 +2054,6 @@ type HookData = {
1983
2054
  removeLiquidityFeePercentage?: Maybe<Scalars['String']['output']>;
1984
2055
  swapFeePercentage?: Maybe<Scalars['String']['output']>;
1985
2056
  };
1986
- type Mutation = {
1987
- __typename?: 'Mutation';
1988
- cacheAverageBlockTime: Scalars['String']['output'];
1989
- polSyncAllRewardVaultsFromSubgraph: Array<Scalars['String']['output']>;
1990
- polSyncAllValidatorsFromSubgraph: Array<Scalars['String']['output']>;
1991
- poolDeletePool: Scalars['String']['output'];
1992
- poolInitOnChainDataForAllPools: Scalars['String']['output'];
1993
- poolInitializeSnapshotsForPool: Scalars['String']['output'];
1994
- poolLoadOnChainDataForAllPools: Scalars['String']['output'];
1995
- poolLoadOnChainDataForPoolsWithActiveUpdates: Scalars['String']['output'];
1996
- poolLoadSnapshotsForAllPools: Scalars['String']['output'];
1997
- poolLoadSnapshotsForPools: Scalars['String']['output'];
1998
- poolReloadAllPoolAprs: Scalars['String']['output'];
1999
- poolReloadAllTokenNestedPoolIds: Scalars['String']['output'];
2000
- poolSyncAllPoolsFromSubgraph: Array<Scalars['String']['output']>;
2001
- poolSyncLatestSnapshotsForAllPools: Scalars['String']['output'];
2002
- poolSyncNewPoolsFromSubgraph: Array<Scalars['String']['output']>;
2003
- poolSyncPool: Scalars['String']['output'];
2004
- poolSyncPoolAllTokensRelationship: Scalars['String']['output'];
2005
- poolSyncSanityPoolData: Scalars['String']['output'];
2006
- poolSyncSwapsForLast48Hours: Scalars['String']['output'];
2007
- poolSyncTotalShares: Scalars['String']['output'];
2008
- poolUpdateAprs: Scalars['String']['output'];
2009
- poolUpdateLifetimeValuesForAllPools: Scalars['String']['output'];
2010
- poolUpdateLiquidity24hAgoForAllPools: Scalars['String']['output'];
2011
- poolUpdateLiquidityValuesForAllPools: Scalars['String']['output'];
2012
- poolUpdateVolumeAndFeeValuesForAllPools: Scalars['String']['output'];
2013
- protocolCacheMetrics: Scalars['String']['output'];
2014
- tokenDeleteTokenType: Scalars['String']['output'];
2015
- tokenReloadAllTokenTypes: Scalars['String']['output'];
2016
- tokenReloadErc4626Tokens: Array<GqlTokenMutationResult>;
2017
- tokenReloadTokenPrices?: Maybe<Scalars['Boolean']['output']>;
2018
- tokenSyncLatestFxPrices: Scalars['String']['output'];
2019
- tokenSyncTokenDefinitions: Scalars['String']['output'];
2020
- userInitWalletBalancesForAllPools: Scalars['String']['output'];
2021
- userInitWalletBalancesForPool: Scalars['String']['output'];
2022
- userSyncBalance: Scalars['String']['output'];
2023
- userSyncBalanceAllPools: Scalars['String']['output'];
2024
- userSyncChangedWalletBalancesForAllPools: Scalars['String']['output'];
2025
- };
2026
- type MutationPoolDeletePoolArgs = {
2027
- poolId: Scalars['String']['input'];
2028
- };
2029
- type MutationPoolInitializeSnapshotsForPoolArgs = {
2030
- poolId: Scalars['String']['input'];
2031
- };
2032
- type MutationPoolLoadSnapshotsForPoolsArgs = {
2033
- poolIds: Array<Scalars['String']['input']>;
2034
- reload?: InputMaybe<Scalars['Boolean']['input']>;
2035
- };
2036
- type MutationPoolReloadAllPoolAprsArgs = {
2037
- chain: GqlChain;
2038
- };
2039
- type MutationPoolSyncLatestSnapshotsForAllPoolsArgs = {
2040
- chain: GqlChain;
2041
- };
2042
- type MutationPoolSyncPoolArgs = {
2043
- poolId: Scalars['String']['input'];
2044
- };
2045
- type MutationPoolUpdateAprsArgs = {
2046
- chain: GqlChain;
2047
- };
2048
- type MutationTokenDeleteTokenTypeArgs = {
2049
- tokenAddress: Scalars['String']['input'];
2050
- type: GqlTokenType;
2051
- };
2052
- type MutationTokenReloadErc4626TokensArgs = {
2053
- chains: Array<GqlChain>;
2054
- };
2055
- type MutationTokenReloadTokenPricesArgs = {
2056
- chains: Array<GqlChain>;
2057
- };
2058
- type MutationTokenSyncLatestFxPricesArgs = {
2059
- chain: GqlChain;
2060
- };
2061
- type MutationUserInitWalletBalancesForPoolArgs = {
2062
- poolId: Scalars['String']['input'];
2063
- };
2064
- type MutationUserSyncBalanceArgs = {
2065
- poolId: Scalars['String']['input'];
2066
- };
2067
2057
  type PaginatedRewardVaultIncentivesResponse = {
2068
2058
  __typename?: 'PaginatedRewardVaultIncentivesResponse';
2069
2059
  incentives: Array<GqlRewardVaultIncentive>;
@@ -2130,6 +2120,8 @@ type Query = {
2130
2120
  polGetVaultDurations: GqlVaultDurations;
2131
2121
  /** Getting swap, add and remove events with paging */
2132
2122
  poolEvents: Array<GqlPoolEvent>;
2123
+ /** Returns all pools for a given filter, specific for aggregators */
2124
+ poolGetAggregatorPools: Array<GqlPoolAggregator>;
2133
2125
  /** Getting swap, add and remove events with range */
2134
2126
  poolGetEvents: Array<GqlPoolEvent>;
2135
2127
  /** Returns one pool. If a user address is provided, the user balances for the given pool will also be returned. */
@@ -2272,6 +2264,13 @@ type QueryPoolEventsArgs = {
2272
2264
  skip?: InputMaybe<Scalars['Int']['input']>;
2273
2265
  where?: InputMaybe<GqlPoolEventsFilter>;
2274
2266
  };
2267
+ type QueryPoolGetAggregatorPoolsArgs = {
2268
+ first?: InputMaybe<Scalars['Int']['input']>;
2269
+ orderBy?: InputMaybe<GqlPoolOrderBy>;
2270
+ orderDirection?: InputMaybe<GqlPoolOrderDirection>;
2271
+ skip?: InputMaybe<Scalars['Int']['input']>;
2272
+ where?: InputMaybe<GqlPoolFilter>;
2273
+ };
2275
2274
  type QueryPoolGetEventsArgs = {
2276
2275
  chain: GqlChain;
2277
2276
  poolId: Scalars['String']['input'];
@@ -3674,4 +3673,4 @@ interface PossibleTypesResultData {
3674
3673
  }
3675
3674
  declare const result: PossibleTypesResultData;
3676
3675
 
3677
- export { type BendVaultDynamicData, type BendVaultResponse, DynamicData, type DynamicDataFragment, type Exact, GetGlobalLiquidityAndSwapVolume, type GetGlobalLiquidityAndSwapVolumeQuery, type GetGlobalLiquidityAndSwapVolumeQueryVariables, GetPool, GetPoolEvents, type GetPoolEventsQuery, type GetPoolEventsQueryVariables, GetPoolHistoricalData, type GetPoolHistoricalDataQuery, type GetPoolHistoricalDataQueryVariables, type GetPoolQuery, type GetPoolQueryVariables, GetPools, type GetPoolsQuery, type GetPoolsQueryVariables, GetTokenCurrentPrices, type GetTokenCurrentPricesQuery, type GetTokenCurrentPricesQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, GqlPoolAddRemoveEventV3, type GqlPoolAddRemoveEventV3Fragment, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, GqlPoolSwapEventCowAmm, type GqlPoolSwapEventCowAmmFragment, GqlPoolSwapEventV3, type GqlPoolSwapEventV3Fragment, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type GqlUserPoolBalance, type GqlUserSwapVolumeFilter, type GqlUserVaultDeposit, type GqlUserVaultDepositMinimal, GqlUserVaultDepositOrderBy, GqlUserVaultDepositOrderDirection, type GqlValidator, type GqlValidatorBlockUptime, GqlValidatorBlockUptimeStatus, type GqlValidatorBoost, type GqlValidatorBoostDelay, GqlValidatorBoostOrderBy, GqlValidatorBoostOrderDirection, type GqlValidatorCommissionDelay, type GqlValidatorCommissionHistory, type GqlValidatorDynamicData, type GqlValidatorFilter, type GqlValidatorInList, type GqlValidatorIncentive, type GqlValidatorMetadata, GqlValidatorOrderBy, GqlValidatorOrderDirection, type GqlValidatorRewardAllocationWeight, type GqlValidatorStats, type GqlVaultDurations, GqlVaultSnapshotDataRange, type Hook, type HookData, type Incremental, type InputMaybe, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, MinimalPool, type MinimalPoolFragment, MinimalPoolInList, type MinimalPoolInListFragment, type Mutation, type MutationPoolDeletePoolArgs, type MutationPoolInitializeSnapshotsForPoolArgs, type MutationPoolLoadSnapshotsForPoolsArgs, type MutationPoolReloadAllPoolAprsArgs, type MutationPoolSyncLatestSnapshotsForAllPoolsArgs, type MutationPoolSyncPoolArgs, type MutationPoolUpdateAprsArgs, type MutationTokenDeleteTokenTypeArgs, type MutationTokenReloadErc4626TokensArgs, type MutationTokenReloadTokenPricesArgs, type MutationTokenSyncLatestFxPricesArgs, type MutationUserInitWalletBalancesForPoolArgs, type MutationUserSyncBalanceArgs, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, PoolEvent, type PoolEventFragment, PoolHistoricalData, type PoolHistoricalDataFragment, type PossibleTypesResultData, type Query, type QueryBendVaultArgs, type QueryHooksArgs, type QueryPolGetActiveIncentivesArgs, type QueryPolGetGlobalInfoArgs, type QueryPolGetRewardVaultArgs, type QueryPolGetRewardVaultSnapshotsArgs, type QueryPolGetRewardVaultsArgs, type QueryPolGetSWberaVaultMetadataArgs, type QueryPolGetSWberaVaultSnapshotsArgs, type QueryPolGetTopVaultDepositsArgs, type QueryPolGetUserVaultDepositsArgs, type QueryPolGetValidatorArgs, type QueryPolGetValidatorBlockUptimesArgs, type QueryPolGetValidatorBoostsArgs, type QueryPolGetValidatorsArgs, type QueryPoolEventsArgs, type QueryPoolGetEventsArgs, type QueryPoolGetPoolArgs, type QueryPoolGetPoolsArgs, type QueryPoolGetPoolsCountArgs, type QueryPoolGetSnapshotsArgs, type QueryProtocolMetricsAggregatedArgs, type QueryProtocolMetricsChainArgs, type QuerySorGetSwapPathsArgs, type QuerySorGetSwapsArgs, type QueryTokenGetCandlestickChartDataArgs, type QueryTokenGetCurrentPriceArgs, type QueryTokenGetCurrentPricesArgs, type QueryTokenGetHistoricalPricesArgs, type QueryTokenGetPriceChartDataArgs, type QueryTokenGetProtocolTokenPriceArgs, type QueryTokenGetRelativePriceChartDataArgs, type QueryTokenGetTokenArgs, type QueryTokenGetTokenDynamicDataArgs, type QueryTokenGetTokensArgs, type QueryTokenGetTokensDynamicDataArgs, type QueryUserGetPoolBalancesArgs, type QueryUserGetPoolJoinExitsArgs, type QueryUserGetSwapsArgs, RewardVault, type RewardVaultFragment, type Scalars, type Token, UserBalance, type UserBalanceFragment, result as default };
3676
+ export { type BendVaultDynamicData, type BendVaultResponse, DynamicData, type DynamicDataFragment, type Exact, GetGlobalLiquidityAndSwapVolume, type GetGlobalLiquidityAndSwapVolumeQuery, type GetGlobalLiquidityAndSwapVolumeQueryVariables, GetPool, GetPoolEvents, type GetPoolEventsQuery, type GetPoolEventsQueryVariables, GetPoolHistoricalData, type GetPoolHistoricalDataQuery, type GetPoolHistoricalDataQueryVariables, type GetPoolQuery, type GetPoolQueryVariables, GetPools, type GetPoolsQuery, type GetPoolsQueryVariables, GetTokenCurrentPrices, type GetTokenCurrentPricesQuery, type GetTokenCurrentPricesQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, GqlPoolAddRemoveEventV3, type GqlPoolAddRemoveEventV3Fragment, type GqlPoolAggregator, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, GqlPoolSwapEventCowAmm, type GqlPoolSwapEventCowAmmFragment, GqlPoolSwapEventV3, type GqlPoolSwapEventV3Fragment, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type GqlUserPoolBalance, type GqlUserSwapVolumeFilter, type GqlUserVaultDeposit, type GqlUserVaultDepositMinimal, GqlUserVaultDepositOrderBy, GqlUserVaultDepositOrderDirection, type GqlValidator, type GqlValidatorBlockUptime, GqlValidatorBlockUptimeStatus, type GqlValidatorBoost, type GqlValidatorBoostDelay, GqlValidatorBoostOrderBy, GqlValidatorBoostOrderDirection, type GqlValidatorCommissionDelay, type GqlValidatorCommissionHistory, type GqlValidatorDynamicData, type GqlValidatorFilter, type GqlValidatorInList, type GqlValidatorIncentive, type GqlValidatorMetadata, GqlValidatorOrderBy, GqlValidatorOrderDirection, type GqlValidatorRewardAllocationWeight, type GqlValidatorStats, type GqlVaultDurations, GqlVaultSnapshotDataRange, type Hook, type HookData, type Incremental, type InputMaybe, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, MinimalPool, type MinimalPoolFragment, MinimalPoolInList, type MinimalPoolInListFragment, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, PoolEvent, type PoolEventFragment, PoolHistoricalData, type PoolHistoricalDataFragment, type PossibleTypesResultData, type Query, type QueryBendVaultArgs, type QueryHooksArgs, type QueryPolGetActiveIncentivesArgs, type QueryPolGetGlobalInfoArgs, type QueryPolGetRewardVaultArgs, type QueryPolGetRewardVaultSnapshotsArgs, type QueryPolGetRewardVaultsArgs, type QueryPolGetSWberaVaultMetadataArgs, type QueryPolGetSWberaVaultSnapshotsArgs, type QueryPolGetTopVaultDepositsArgs, type QueryPolGetUserVaultDepositsArgs, type QueryPolGetValidatorArgs, type QueryPolGetValidatorBlockUptimesArgs, type QueryPolGetValidatorBoostsArgs, type QueryPolGetValidatorsArgs, type QueryPoolEventsArgs, type QueryPoolGetAggregatorPoolsArgs, type QueryPoolGetEventsArgs, type QueryPoolGetPoolArgs, type QueryPoolGetPoolsArgs, type QueryPoolGetPoolsCountArgs, type QueryPoolGetSnapshotsArgs, type QueryProtocolMetricsAggregatedArgs, type QueryProtocolMetricsChainArgs, type QuerySorGetSwapPathsArgs, type QuerySorGetSwapsArgs, type QueryTokenGetCandlestickChartDataArgs, type QueryTokenGetCurrentPriceArgs, type QueryTokenGetCurrentPricesArgs, type QueryTokenGetHistoricalPricesArgs, type QueryTokenGetPriceChartDataArgs, type QueryTokenGetProtocolTokenPriceArgs, type QueryTokenGetRelativePriceChartDataArgs, type QueryTokenGetTokenArgs, type QueryTokenGetTokenDynamicDataArgs, type QueryTokenGetTokensArgs, type QueryTokenGetTokensDynamicDataArgs, type QueryUserGetPoolBalancesArgs, type QueryUserGetPoolJoinExitsArgs, type QueryUserGetSwapsArgs, RewardVault, type RewardVaultFragment, type Scalars, type Token, UserBalance, type UserBalanceFragment, result as default };
@@ -238,6 +238,77 @@ type GqlPagination = {
238
238
  totalCount: Scalars['Int']['output'];
239
239
  totalPages: Scalars['Int']['output'];
240
240
  };
241
+ type GqlPoolAggregator = {
242
+ __typename?: 'GqlPoolAggregator';
243
+ /** The contract address of the pool. */
244
+ address: Scalars['Bytes']['output'];
245
+ /** Data specific to gyro/fx pools */
246
+ alpha?: Maybe<Scalars['String']['output']>;
247
+ /** Data specific to stable pools */
248
+ amp?: Maybe<Scalars['BigInt']['output']>;
249
+ /** Data specific to gyro/fx pools */
250
+ beta?: Maybe<Scalars['String']['output']>;
251
+ /** Data specific to gyro pools */
252
+ c?: Maybe<Scalars['String']['output']>;
253
+ /** The chain on which the pool is deployed */
254
+ chain: GqlChain;
255
+ /** The timestamp the pool was created. */
256
+ createTime: Scalars['Int']['output'];
257
+ /** Data specific to gyro pools */
258
+ dSq?: Maybe<Scalars['String']['output']>;
259
+ /** The decimals of the BPT, usually 18 */
260
+ decimals: Scalars['Int']['output'];
261
+ /** Data specific to fx pools */
262
+ delta?: Maybe<Scalars['String']['output']>;
263
+ /** Dynamic data such as token balances, swap fees or volume */
264
+ dynamicData: GqlPoolDynamicData;
265
+ /** Data specific to fx pools */
266
+ epsilon?: Maybe<Scalars['String']['output']>;
267
+ /** The factory contract address from which the pool was created. */
268
+ factory?: Maybe<Scalars['Bytes']['output']>;
269
+ /** The pool id. This is equal to the address for protocolVersion 3 pools */
270
+ id: Scalars['ID']['output'];
271
+ /** Data specific to gyro/fx pools */
272
+ lambda?: Maybe<Scalars['String']['output']>;
273
+ /** The name of the pool as per contract */
274
+ name: Scalars['String']['output'];
275
+ /** The wallet address of the owner of the pool. Pool owners can set certain properties like swapFees or AMP. */
276
+ owner?: Maybe<Scalars['Bytes']['output']>;
277
+ /** Returns all pool tokens, including BPTs and nested pools if there are any. Only one nested level deep. */
278
+ poolTokens: Array<GqlPoolTokenDetail>;
279
+ /** The protocol version on which the pool is deployed, 1, 2 or 3 */
280
+ protocolVersion: Scalars['Int']['output'];
281
+ /** Data specific to gyro pools */
282
+ root3Alpha?: Maybe<Scalars['String']['output']>;
283
+ /** Data specific to gyro pools */
284
+ s?: Maybe<Scalars['String']['output']>;
285
+ /** Data specific to gyro pools */
286
+ sqrtAlpha?: Maybe<Scalars['String']['output']>;
287
+ /** Data specific to gyro pools */
288
+ sqrtBeta?: Maybe<Scalars['String']['output']>;
289
+ /** The token symbol of the pool as per contract */
290
+ symbol: Scalars['String']['output'];
291
+ /** Data specific to gyro pools */
292
+ tauAlphaX?: Maybe<Scalars['String']['output']>;
293
+ /** Data specific to gyro pools */
294
+ tauAlphaY?: Maybe<Scalars['String']['output']>;
295
+ /** Data specific to gyro pools */
296
+ tauBetaX?: Maybe<Scalars['String']['output']>;
297
+ /** Data specific to gyro pools */
298
+ tauBetaY?: Maybe<Scalars['String']['output']>;
299
+ /** The pool type, such as weighted, stable, etc. */
300
+ type: GqlPoolType;
301
+ /** Data specific to gyro pools */
302
+ u?: Maybe<Scalars['String']['output']>;
303
+ /** Data specific to gyro pools */
304
+ v?: Maybe<Scalars['String']['output']>;
305
+ /** The version of the pool type. */
306
+ version: Scalars['Int']['output'];
307
+ /** Data specific to gyro pools */
308
+ w?: Maybe<Scalars['String']['output']>;
309
+ /** Data specific to gyro pools */
310
+ z?: Maybe<Scalars['String']['output']>;
311
+ };
241
312
  type GqlPoolApr = {
242
313
  __typename?: 'GqlPoolApr';
243
314
  apr: GqlPoolAprValue;
@@ -1983,87 +2054,6 @@ type HookData = {
1983
2054
  removeLiquidityFeePercentage?: Maybe<Scalars['String']['output']>;
1984
2055
  swapFeePercentage?: Maybe<Scalars['String']['output']>;
1985
2056
  };
1986
- type Mutation = {
1987
- __typename?: 'Mutation';
1988
- cacheAverageBlockTime: Scalars['String']['output'];
1989
- polSyncAllRewardVaultsFromSubgraph: Array<Scalars['String']['output']>;
1990
- polSyncAllValidatorsFromSubgraph: Array<Scalars['String']['output']>;
1991
- poolDeletePool: Scalars['String']['output'];
1992
- poolInitOnChainDataForAllPools: Scalars['String']['output'];
1993
- poolInitializeSnapshotsForPool: Scalars['String']['output'];
1994
- poolLoadOnChainDataForAllPools: Scalars['String']['output'];
1995
- poolLoadOnChainDataForPoolsWithActiveUpdates: Scalars['String']['output'];
1996
- poolLoadSnapshotsForAllPools: Scalars['String']['output'];
1997
- poolLoadSnapshotsForPools: Scalars['String']['output'];
1998
- poolReloadAllPoolAprs: Scalars['String']['output'];
1999
- poolReloadAllTokenNestedPoolIds: Scalars['String']['output'];
2000
- poolSyncAllPoolsFromSubgraph: Array<Scalars['String']['output']>;
2001
- poolSyncLatestSnapshotsForAllPools: Scalars['String']['output'];
2002
- poolSyncNewPoolsFromSubgraph: Array<Scalars['String']['output']>;
2003
- poolSyncPool: Scalars['String']['output'];
2004
- poolSyncPoolAllTokensRelationship: Scalars['String']['output'];
2005
- poolSyncSanityPoolData: Scalars['String']['output'];
2006
- poolSyncSwapsForLast48Hours: Scalars['String']['output'];
2007
- poolSyncTotalShares: Scalars['String']['output'];
2008
- poolUpdateAprs: Scalars['String']['output'];
2009
- poolUpdateLifetimeValuesForAllPools: Scalars['String']['output'];
2010
- poolUpdateLiquidity24hAgoForAllPools: Scalars['String']['output'];
2011
- poolUpdateLiquidityValuesForAllPools: Scalars['String']['output'];
2012
- poolUpdateVolumeAndFeeValuesForAllPools: Scalars['String']['output'];
2013
- protocolCacheMetrics: Scalars['String']['output'];
2014
- tokenDeleteTokenType: Scalars['String']['output'];
2015
- tokenReloadAllTokenTypes: Scalars['String']['output'];
2016
- tokenReloadErc4626Tokens: Array<GqlTokenMutationResult>;
2017
- tokenReloadTokenPrices?: Maybe<Scalars['Boolean']['output']>;
2018
- tokenSyncLatestFxPrices: Scalars['String']['output'];
2019
- tokenSyncTokenDefinitions: Scalars['String']['output'];
2020
- userInitWalletBalancesForAllPools: Scalars['String']['output'];
2021
- userInitWalletBalancesForPool: Scalars['String']['output'];
2022
- userSyncBalance: Scalars['String']['output'];
2023
- userSyncBalanceAllPools: Scalars['String']['output'];
2024
- userSyncChangedWalletBalancesForAllPools: Scalars['String']['output'];
2025
- };
2026
- type MutationPoolDeletePoolArgs = {
2027
- poolId: Scalars['String']['input'];
2028
- };
2029
- type MutationPoolInitializeSnapshotsForPoolArgs = {
2030
- poolId: Scalars['String']['input'];
2031
- };
2032
- type MutationPoolLoadSnapshotsForPoolsArgs = {
2033
- poolIds: Array<Scalars['String']['input']>;
2034
- reload?: InputMaybe<Scalars['Boolean']['input']>;
2035
- };
2036
- type MutationPoolReloadAllPoolAprsArgs = {
2037
- chain: GqlChain;
2038
- };
2039
- type MutationPoolSyncLatestSnapshotsForAllPoolsArgs = {
2040
- chain: GqlChain;
2041
- };
2042
- type MutationPoolSyncPoolArgs = {
2043
- poolId: Scalars['String']['input'];
2044
- };
2045
- type MutationPoolUpdateAprsArgs = {
2046
- chain: GqlChain;
2047
- };
2048
- type MutationTokenDeleteTokenTypeArgs = {
2049
- tokenAddress: Scalars['String']['input'];
2050
- type: GqlTokenType;
2051
- };
2052
- type MutationTokenReloadErc4626TokensArgs = {
2053
- chains: Array<GqlChain>;
2054
- };
2055
- type MutationTokenReloadTokenPricesArgs = {
2056
- chains: Array<GqlChain>;
2057
- };
2058
- type MutationTokenSyncLatestFxPricesArgs = {
2059
- chain: GqlChain;
2060
- };
2061
- type MutationUserInitWalletBalancesForPoolArgs = {
2062
- poolId: Scalars['String']['input'];
2063
- };
2064
- type MutationUserSyncBalanceArgs = {
2065
- poolId: Scalars['String']['input'];
2066
- };
2067
2057
  type PaginatedRewardVaultIncentivesResponse = {
2068
2058
  __typename?: 'PaginatedRewardVaultIncentivesResponse';
2069
2059
  incentives: Array<GqlRewardVaultIncentive>;
@@ -2130,6 +2120,8 @@ type Query = {
2130
2120
  polGetVaultDurations: GqlVaultDurations;
2131
2121
  /** Getting swap, add and remove events with paging */
2132
2122
  poolEvents: Array<GqlPoolEvent>;
2123
+ /** Returns all pools for a given filter, specific for aggregators */
2124
+ poolGetAggregatorPools: Array<GqlPoolAggregator>;
2133
2125
  /** Getting swap, add and remove events with range */
2134
2126
  poolGetEvents: Array<GqlPoolEvent>;
2135
2127
  /** Returns one pool. If a user address is provided, the user balances for the given pool will also be returned. */
@@ -2272,6 +2264,13 @@ type QueryPoolEventsArgs = {
2272
2264
  skip?: InputMaybe<Scalars['Int']['input']>;
2273
2265
  where?: InputMaybe<GqlPoolEventsFilter>;
2274
2266
  };
2267
+ type QueryPoolGetAggregatorPoolsArgs = {
2268
+ first?: InputMaybe<Scalars['Int']['input']>;
2269
+ orderBy?: InputMaybe<GqlPoolOrderBy>;
2270
+ orderDirection?: InputMaybe<GqlPoolOrderDirection>;
2271
+ skip?: InputMaybe<Scalars['Int']['input']>;
2272
+ where?: InputMaybe<GqlPoolFilter>;
2273
+ };
2275
2274
  type QueryPoolGetEventsArgs = {
2276
2275
  chain: GqlChain;
2277
2276
  poolId: Scalars['String']['input'];
@@ -3674,4 +3673,4 @@ interface PossibleTypesResultData {
3674
3673
  }
3675
3674
  declare const result: PossibleTypesResultData;
3676
3675
 
3677
- export { type BendVaultDynamicData, type BendVaultResponse, DynamicData, type DynamicDataFragment, type Exact, GetGlobalLiquidityAndSwapVolume, type GetGlobalLiquidityAndSwapVolumeQuery, type GetGlobalLiquidityAndSwapVolumeQueryVariables, GetPool, GetPoolEvents, type GetPoolEventsQuery, type GetPoolEventsQueryVariables, GetPoolHistoricalData, type GetPoolHistoricalDataQuery, type GetPoolHistoricalDataQueryVariables, type GetPoolQuery, type GetPoolQueryVariables, GetPools, type GetPoolsQuery, type GetPoolsQueryVariables, GetTokenCurrentPrices, type GetTokenCurrentPricesQuery, type GetTokenCurrentPricesQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, GqlPoolAddRemoveEventV3, type GqlPoolAddRemoveEventV3Fragment, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, GqlPoolSwapEventCowAmm, type GqlPoolSwapEventCowAmmFragment, GqlPoolSwapEventV3, type GqlPoolSwapEventV3Fragment, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type GqlUserPoolBalance, type GqlUserSwapVolumeFilter, type GqlUserVaultDeposit, type GqlUserVaultDepositMinimal, GqlUserVaultDepositOrderBy, GqlUserVaultDepositOrderDirection, type GqlValidator, type GqlValidatorBlockUptime, GqlValidatorBlockUptimeStatus, type GqlValidatorBoost, type GqlValidatorBoostDelay, GqlValidatorBoostOrderBy, GqlValidatorBoostOrderDirection, type GqlValidatorCommissionDelay, type GqlValidatorCommissionHistory, type GqlValidatorDynamicData, type GqlValidatorFilter, type GqlValidatorInList, type GqlValidatorIncentive, type GqlValidatorMetadata, GqlValidatorOrderBy, GqlValidatorOrderDirection, type GqlValidatorRewardAllocationWeight, type GqlValidatorStats, type GqlVaultDurations, GqlVaultSnapshotDataRange, type Hook, type HookData, type Incremental, type InputMaybe, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, MinimalPool, type MinimalPoolFragment, MinimalPoolInList, type MinimalPoolInListFragment, type Mutation, type MutationPoolDeletePoolArgs, type MutationPoolInitializeSnapshotsForPoolArgs, type MutationPoolLoadSnapshotsForPoolsArgs, type MutationPoolReloadAllPoolAprsArgs, type MutationPoolSyncLatestSnapshotsForAllPoolsArgs, type MutationPoolSyncPoolArgs, type MutationPoolUpdateAprsArgs, type MutationTokenDeleteTokenTypeArgs, type MutationTokenReloadErc4626TokensArgs, type MutationTokenReloadTokenPricesArgs, type MutationTokenSyncLatestFxPricesArgs, type MutationUserInitWalletBalancesForPoolArgs, type MutationUserSyncBalanceArgs, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, PoolEvent, type PoolEventFragment, PoolHistoricalData, type PoolHistoricalDataFragment, type PossibleTypesResultData, type Query, type QueryBendVaultArgs, type QueryHooksArgs, type QueryPolGetActiveIncentivesArgs, type QueryPolGetGlobalInfoArgs, type QueryPolGetRewardVaultArgs, type QueryPolGetRewardVaultSnapshotsArgs, type QueryPolGetRewardVaultsArgs, type QueryPolGetSWberaVaultMetadataArgs, type QueryPolGetSWberaVaultSnapshotsArgs, type QueryPolGetTopVaultDepositsArgs, type QueryPolGetUserVaultDepositsArgs, type QueryPolGetValidatorArgs, type QueryPolGetValidatorBlockUptimesArgs, type QueryPolGetValidatorBoostsArgs, type QueryPolGetValidatorsArgs, type QueryPoolEventsArgs, type QueryPoolGetEventsArgs, type QueryPoolGetPoolArgs, type QueryPoolGetPoolsArgs, type QueryPoolGetPoolsCountArgs, type QueryPoolGetSnapshotsArgs, type QueryProtocolMetricsAggregatedArgs, type QueryProtocolMetricsChainArgs, type QuerySorGetSwapPathsArgs, type QuerySorGetSwapsArgs, type QueryTokenGetCandlestickChartDataArgs, type QueryTokenGetCurrentPriceArgs, type QueryTokenGetCurrentPricesArgs, type QueryTokenGetHistoricalPricesArgs, type QueryTokenGetPriceChartDataArgs, type QueryTokenGetProtocolTokenPriceArgs, type QueryTokenGetRelativePriceChartDataArgs, type QueryTokenGetTokenArgs, type QueryTokenGetTokenDynamicDataArgs, type QueryTokenGetTokensArgs, type QueryTokenGetTokensDynamicDataArgs, type QueryUserGetPoolBalancesArgs, type QueryUserGetPoolJoinExitsArgs, type QueryUserGetSwapsArgs, RewardVault, type RewardVaultFragment, type Scalars, type Token, UserBalance, type UserBalanceFragment, result as default };
3676
+ export { type BendVaultDynamicData, type BendVaultResponse, DynamicData, type DynamicDataFragment, type Exact, GetGlobalLiquidityAndSwapVolume, type GetGlobalLiquidityAndSwapVolumeQuery, type GetGlobalLiquidityAndSwapVolumeQueryVariables, GetPool, GetPoolEvents, type GetPoolEventsQuery, type GetPoolEventsQueryVariables, GetPoolHistoricalData, type GetPoolHistoricalDataQuery, type GetPoolHistoricalDataQueryVariables, type GetPoolQuery, type GetPoolQueryVariables, GetPools, type GetPoolsQuery, type GetPoolsQueryVariables, GetTokenCurrentPrices, type GetTokenCurrentPricesQuery, type GetTokenCurrentPricesQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlIncentive, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, GqlPoolAddRemoveEventV3, type GqlPoolAddRemoveEventV3Fragment, type GqlPoolAggregator, type GqlPoolApr, type GqlPoolAprItem, GqlPoolAprItemType, type GqlPoolAprRange, type GqlPoolAprTotal, type GqlPoolAprValue, type GqlPoolBase, type GqlPoolBatchSwap, type GqlPoolBatchSwapPool, type GqlPoolBatchSwapSwap, type GqlPoolComposableStable, type GqlPoolComposableStableNested, type GqlPoolDynamicData, type GqlPoolElement, type GqlPoolEvent, type GqlPoolEventAmount, GqlPoolEventType, GqlPoolEventsDataRange, type GqlPoolEventsFilter, type GqlPoolFilter, GqlPoolFilterCategory, type GqlPoolFx, type GqlPoolGyro, type GqlPoolInvestConfig, type GqlPoolInvestOption, type GqlPoolJoinExit, type GqlPoolJoinExitAmount, type GqlPoolJoinExitFilter, GqlPoolJoinExitType, type GqlPoolLiquidityBootstrapping, type GqlPoolMetaStable, type GqlPoolMinimal, type GqlPoolNestedUnion, GqlPoolNestingType, GqlPoolOrderBy, GqlPoolOrderDirection, type GqlPoolSnapshot, GqlPoolSnapshotDataRange, type GqlPoolStable, type GqlPoolStableComposablePoolData, type GqlPoolSwap, GqlPoolSwapEventCowAmm, type GqlPoolSwapEventCowAmmFragment, GqlPoolSwapEventV3, type GqlPoolSwapEventV3Fragment, type GqlPoolSwapFilter, type GqlPoolTimePeriod, type GqlPoolToken, type GqlPoolTokenBase, type GqlPoolTokenComposableStable, type GqlPoolTokenComposableStableNestedUnion, type GqlPoolTokenDetail, type GqlPoolTokenDisplay, type GqlPoolTokenExpanded, type GqlPoolTokenUnion, GqlPoolType, type GqlPoolUnion, type GqlPoolUserBalance, type GqlPoolUserSwapVolume, type GqlPoolWeighted, type GqlPoolWithdrawConfig, type GqlPoolWithdrawOption, type GqlPriceImpact, type GqlPriceRateProviderData, type GqlPriceRateProviderUpgradeableComponent, type GqlProtocolMetricsAggregated, type GqlProtocolMetricsChain, type GqlRelicSnapshot, type GqlRewardVault, type GqlRewardVaultDynamicData, type GqlRewardVaultFilter, type GqlRewardVaultIncentive, GqlRewardVaultIncentiveOrderBy, GqlRewardVaultIncentiveOrderDirection, type GqlRewardVaultMetadata, GqlRewardVaultOrderBy, GqlRewardVaultOrderDirection, type GqlRewardVaultSnapshot, GqlRewardVaultSnapshotDataRange, GqlRewardVaultSnapshotResolution, type GqlRewardVaultWhitelistedToken, type GqlSWberaVaultMetadata, GqlSWberaVaultMetadataResolution, type GqlSWberaVaultSnapshot, type GqlSorCallData, type GqlSorGetSwapPaths, type GqlSorGetSwapsResponse, type GqlSorPath, type GqlSorSwap, type GqlSorSwapOptionsInput, type GqlSorSwapRoute, type GqlSorSwapRouteHop, GqlSorSwapType, type GqlSwapCallDataInput, type GqlToken, type GqlTokenAmountHumanReadable, type GqlTokenCandlestickChartDataItem, GqlTokenChartDataRange, type GqlTokenData, type GqlTokenDynamicData, type GqlTokenMutationResult, type GqlTokenPrice, type GqlTokenPriceChartDataItem, GqlTokenType, type GqlUserBgtBalance, type GqlUserPoolBalance, type GqlUserSwapVolumeFilter, type GqlUserVaultDeposit, type GqlUserVaultDepositMinimal, GqlUserVaultDepositOrderBy, GqlUserVaultDepositOrderDirection, type GqlValidator, type GqlValidatorBlockUptime, GqlValidatorBlockUptimeStatus, type GqlValidatorBoost, type GqlValidatorBoostDelay, GqlValidatorBoostOrderBy, GqlValidatorBoostOrderDirection, type GqlValidatorCommissionDelay, type GqlValidatorCommissionHistory, type GqlValidatorDynamicData, type GqlValidatorFilter, type GqlValidatorInList, type GqlValidatorIncentive, type GqlValidatorMetadata, GqlValidatorOrderBy, GqlValidatorOrderDirection, type GqlValidatorRewardAllocationWeight, type GqlValidatorStats, type GqlVaultDurations, GqlVaultSnapshotDataRange, type Hook, type HookData, type Incremental, type InputMaybe, type MakeEmpty, type MakeMaybe, type MakeOptional, type Maybe, MinimalPool, type MinimalPoolFragment, MinimalPoolInList, type MinimalPoolInListFragment, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, PoolEvent, type PoolEventFragment, PoolHistoricalData, type PoolHistoricalDataFragment, type PossibleTypesResultData, type Query, type QueryBendVaultArgs, type QueryHooksArgs, type QueryPolGetActiveIncentivesArgs, type QueryPolGetGlobalInfoArgs, type QueryPolGetRewardVaultArgs, type QueryPolGetRewardVaultSnapshotsArgs, type QueryPolGetRewardVaultsArgs, type QueryPolGetSWberaVaultMetadataArgs, type QueryPolGetSWberaVaultSnapshotsArgs, type QueryPolGetTopVaultDepositsArgs, type QueryPolGetUserVaultDepositsArgs, type QueryPolGetValidatorArgs, type QueryPolGetValidatorBlockUptimesArgs, type QueryPolGetValidatorBoostsArgs, type QueryPolGetValidatorsArgs, type QueryPoolEventsArgs, type QueryPoolGetAggregatorPoolsArgs, type QueryPoolGetEventsArgs, type QueryPoolGetPoolArgs, type QueryPoolGetPoolsArgs, type QueryPoolGetPoolsCountArgs, type QueryPoolGetSnapshotsArgs, type QueryProtocolMetricsAggregatedArgs, type QueryProtocolMetricsChainArgs, type QuerySorGetSwapPathsArgs, type QuerySorGetSwapsArgs, type QueryTokenGetCandlestickChartDataArgs, type QueryTokenGetCurrentPriceArgs, type QueryTokenGetCurrentPricesArgs, type QueryTokenGetHistoricalPricesArgs, type QueryTokenGetPriceChartDataArgs, type QueryTokenGetProtocolTokenPriceArgs, type QueryTokenGetRelativePriceChartDataArgs, type QueryTokenGetTokenArgs, type QueryTokenGetTokenDynamicDataArgs, type QueryTokenGetTokensArgs, type QueryTokenGetTokensDynamicDataArgs, type QueryUserGetPoolBalancesArgs, type QueryUserGetPoolJoinExitsArgs, type QueryUserGetSwapsArgs, RewardVault, type RewardVaultFragment, type Scalars, type Token, UserBalance, type UserBalanceFragment, result as default };
@@ -1,4 +1,4 @@
1
- import{gql as r}from"@apollo/client";var S=(t=>(t.Bepolia="BEPOLIA",t.Berachain="BERACHAIN",t))(S||{}),m=(s=>(s.Aura="AURA",s.IbYield="IB_YIELD",s.Locking="LOCKING",s.MabeetsEmissions="MABEETS_EMISSIONS",s.Merkl="MERKL",s.Nested="NESTED",s.Staking="STAKING",s.StakingBoost="STAKING_BOOST",s.Surplus="SURPLUS",s.SwapFee="SWAP_FEE",s.VebalEmissions="VEBAL_EMISSIONS",s.Voting="VOTING",s))(m||{}),d=(e=>(e.Add="ADD",e.Remove="REMOVE",e.Swap="SWAP",e))(d||{}),g=(e=>(e.NinetyDays="NINETY_DAYS",e.SevenDays="SEVEN_DAYS",e.ThirtyDays="THIRTY_DAYS",e))(g||{}),G=(i=>(i.BlackListed="BLACK_LISTED",i.Featured="FEATURED",i.Incentivized="INCENTIVIZED",i.Lrt="LRT",i.Points="POINTS",i.PointsEigenlayer="POINTS_EIGENLAYER",i.PointsGyro="POINTS_GYRO",i.PointsKelp="POINTS_KELP",i.PointsRenzo="POINTS_RENZO",i.PointsSwell="POINTS_SWELL",i.Superfest="SUPERFEST",i))(G||{}),b=(t=>(t.Exit="Exit",t.Join="Join",t))(b||{}),q=(e=>(e.HasOnlyPhantomBpt="HAS_ONLY_PHANTOM_BPT",e.HasSomePhantomBpt="HAS_SOME_PHANTOM_BPT",e.NoNesting="NO_NESTING",e))(q||{}),A=(o=>(o.Apr="apr",o.BgtApr="bgtApr",o.CombinedApr="combinedApr",o.Fees24h="fees24h",o.TotalLiquidity="totalLiquidity",o.TotalShares="totalShares",o.UserbalanceUsd="userbalanceUsd",o.Volume24h="volume24h",o))(A||{}),P=(t=>(t.Asc="asc",t.Desc="desc",t))(P||{}),I=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.OneHundredEightyDays="ONE_HUNDRED_EIGHTY_DAYS",a.OneYear="ONE_YEAR",a.ThirtyDays="THIRTY_DAYS",a))(I||{}),_=(l=>(l.ComposableStable="COMPOSABLE_STABLE",l.CowAmm="COW_AMM",l.Element="ELEMENT",l.Fx="FX",l.Gyro="GYRO",l.Gyro3="GYRO3",l.Gyroe="GYROE",l.Investment="INVESTMENT",l.LiquidityBootstrapping="LIQUIDITY_BOOTSTRAPPING",l.MetaStable="META_STABLE",l.PhantomStable="PHANTOM_STABLE",l.Stable="STABLE",l.Unknown="UNKNOWN",l.Weighted="WEIGHTED",l))(_||{}),h=(e=>(e.AmountRemaining="amountRemaining",e.AmountRemainingUsd="amountRemainingUsd",e.IncentiveRate="incentiveRate",e))(h||{}),D=(t=>(t.Asc="asc",t.Desc="desc",t))(D||{}),T=(o=>(o.ActiveIncentivesRateUsd="activeIncentivesRateUsd",o.ActiveIncentivesValueUsd="activeIncentivesValueUsd",o.AllTimeBgtReceived="allTimeBGTReceived",o.Apr="apr",o.Apy="apy",o.BgtCapturePercentage="bgtCapturePercentage",o.Last24hBgtReceived="last24hBGTReceived",o.ProjectedApr="projectedApr",o))(T||{}),B=(t=>(t.Asc="asc",t.Desc="desc",t))(B||{}),k=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.SixtyDays="SIXTY_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(k||{}),v=(t=>(t.Day="DAY",t.Hour="HOUR",t))(v||{}),x=(t=>(t.OneDay="ONE_DAY",t.SevenDays="SEVEN_DAYS",t))(x||{}),M=(t=>(t.ExactIn="EXACT_IN",t.ExactOut="EXACT_OUT",t))(M||{}),w=(a=>(a.NinetyDay="NINETY_DAY",a.OneHundredEightyDay="ONE_HUNDRED_EIGHTY_DAY",a.OneYear="ONE_YEAR",a.SevenDay="SEVEN_DAY",a.ThirtyDay="THIRTY_DAY",a))(w||{}),V=(e=>(e.Bpt="BPT",e.PhantomBpt="PHANTOM_BPT",e.WhiteListed="WHITE_LISTED",e))(V||{}),C=(y=>(y.Amount="amount",y))(C||{}),R=(t=>(t.Asc="asc",t.Desc="desc",t))(R||{}),E=(u=>(u.Inactive="INACTIVE",u.Offline="OFFLINE",u.Proposed="PROPOSED",u.Signed="SIGNED",u))(E||{}),F=(a=>(a.ActiveBoostAmount="activeBoostAmount",a.LatestBlock="latestBlock",a.LatestBlockTime="latestBlockTime",a.QueuedBoostAmount="queuedBoostAmount",a.QueuedDropBoostAmount="queuedDropBoostAmount",a))(F||{}),f=(t=>(t.Asc="asc",t.Desc="desc",t))(f||{}),U=(n=>(n.ActiveBoostAmount="activeBoostAmount",n.AllTimeDistributedBgtAmount="allTimeDistributedBGTAmount",n.AllTimeEarnedBgtAmount="allTimeEarnedBGTAmount",n.Apy="apy",n.BgtCapturePercentage="bgtCapturePercentage",n.BoostApr="boostApr",n.CommissionOnIncentives="commissionOnIncentives",n.LastDayDistributedBgtAmount="lastDayDistributedBGTAmount",n.LastDayEarnedBgtAmount="lastDayEarnedBGTAmount",n.QueuedBoostAmount="queuedBoostAmount",n.QueuedDropBoostAmount="queuedDropBoostAmount",n.RewardRate="rewardRate",n.StakedBeraAmount="stakedBeraAmount",n.UsersActiveBoostCount="usersActiveBoostCount",n.UsersQueuedBoostCount="usersQueuedBoostCount",n))(U||{}),$=(t=>(t.Asc="asc",t.Desc="desc",t))($||{}),N=(u=>(u.NinetyDays="NINETY_DAYS",u.SevenDays="SEVEN_DAYS",u.SixtyDays="SIXTY_DAYS",u.ThirtyDays="THIRTY_DAYS",u))(N||{}),p=r`
1
+ import{gql as r}from"@apollo/client";var S=(t=>(t.Bepolia="BEPOLIA",t.Berachain="BERACHAIN",t))(S||{}),m=(s=>(s.Aura="AURA",s.IbYield="IB_YIELD",s.Locking="LOCKING",s.MabeetsEmissions="MABEETS_EMISSIONS",s.Merkl="MERKL",s.Nested="NESTED",s.Staking="STAKING",s.StakingBoost="STAKING_BOOST",s.Surplus="SURPLUS",s.SwapFee="SWAP_FEE",s.VebalEmissions="VEBAL_EMISSIONS",s.Voting="VOTING",s))(m||{}),d=(e=>(e.Add="ADD",e.Remove="REMOVE",e.Swap="SWAP",e))(d||{}),g=(e=>(e.NinetyDays="NINETY_DAYS",e.SevenDays="SEVEN_DAYS",e.ThirtyDays="THIRTY_DAYS",e))(g||{}),G=(i=>(i.BlackListed="BLACK_LISTED",i.Featured="FEATURED",i.Incentivized="INCENTIVIZED",i.Lrt="LRT",i.Points="POINTS",i.PointsEigenlayer="POINTS_EIGENLAYER",i.PointsGyro="POINTS_GYRO",i.PointsKelp="POINTS_KELP",i.PointsRenzo="POINTS_RENZO",i.PointsSwell="POINTS_SWELL",i.Superfest="SUPERFEST",i))(G||{}),b=(t=>(t.Exit="Exit",t.Join="Join",t))(b||{}),q=(e=>(e.HasOnlyPhantomBpt="HAS_ONLY_PHANTOM_BPT",e.HasSomePhantomBpt="HAS_SOME_PHANTOM_BPT",e.NoNesting="NO_NESTING",e))(q||{}),P=(o=>(o.Apr="apr",o.BgtApr="bgtApr",o.CombinedApr="combinedApr",o.Fees24h="fees24h",o.TotalLiquidity="totalLiquidity",o.TotalShares="totalShares",o.UserbalanceUsd="userbalanceUsd",o.Volume24h="volume24h",o))(P||{}),A=(t=>(t.Asc="asc",t.Desc="desc",t))(A||{}),I=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.OneHundredEightyDays="ONE_HUNDRED_EIGHTY_DAYS",a.OneYear="ONE_YEAR",a.ThirtyDays="THIRTY_DAYS",a))(I||{}),_=(l=>(l.ComposableStable="COMPOSABLE_STABLE",l.CowAmm="COW_AMM",l.Element="ELEMENT",l.Fx="FX",l.Gyro="GYRO",l.Gyro3="GYRO3",l.Gyroe="GYROE",l.Investment="INVESTMENT",l.LiquidityBootstrapping="LIQUIDITY_BOOTSTRAPPING",l.MetaStable="META_STABLE",l.PhantomStable="PHANTOM_STABLE",l.Stable="STABLE",l.Unknown="UNKNOWN",l.Weighted="WEIGHTED",l))(_||{}),D=(e=>(e.AmountRemaining="amountRemaining",e.AmountRemainingUsd="amountRemainingUsd",e.IncentiveRate="incentiveRate",e))(D||{}),h=(t=>(t.Asc="asc",t.Desc="desc",t))(h||{}),B=(o=>(o.ActiveIncentivesRateUsd="activeIncentivesRateUsd",o.ActiveIncentivesValueUsd="activeIncentivesValueUsd",o.AllTimeBgtReceived="allTimeBGTReceived",o.Apr="apr",o.Apy="apy",o.BgtCapturePercentage="bgtCapturePercentage",o.Last24hBgtReceived="last24hBGTReceived",o.ProjectedApr="projectedApr",o))(B||{}),T=(t=>(t.Asc="asc",t.Desc="desc",t))(T||{}),k=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.SixtyDays="SIXTY_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(k||{}),v=(t=>(t.Day="DAY",t.Hour="HOUR",t))(v||{}),M=(t=>(t.OneDay="ONE_DAY",t.SevenDays="SEVEN_DAYS",t))(M||{}),x=(t=>(t.ExactIn="EXACT_IN",t.ExactOut="EXACT_OUT",t))(x||{}),w=(a=>(a.NinetyDay="NINETY_DAY",a.OneHundredEightyDay="ONE_HUNDRED_EIGHTY_DAY",a.OneYear="ONE_YEAR",a.SevenDay="SEVEN_DAY",a.ThirtyDay="THIRTY_DAY",a))(w||{}),V=(e=>(e.Bpt="BPT",e.PhantomBpt="PHANTOM_BPT",e.WhiteListed="WHITE_LISTED",e))(V||{}),C=(y=>(y.Amount="amount",y))(C||{}),R=(t=>(t.Asc="asc",t.Desc="desc",t))(R||{}),E=(u=>(u.Inactive="INACTIVE",u.Offline="OFFLINE",u.Proposed="PROPOSED",u.Signed="SIGNED",u))(E||{}),f=(a=>(a.ActiveBoostAmount="activeBoostAmount",a.LatestBlock="latestBlock",a.LatestBlockTime="latestBlockTime",a.QueuedBoostAmount="queuedBoostAmount",a.QueuedDropBoostAmount="queuedDropBoostAmount",a))(f||{}),U=(t=>(t.Asc="asc",t.Desc="desc",t))(U||{}),F=(n=>(n.ActiveBoostAmount="activeBoostAmount",n.AllTimeDistributedBgtAmount="allTimeDistributedBGTAmount",n.AllTimeEarnedBgtAmount="allTimeEarnedBGTAmount",n.Apy="apy",n.BgtCapturePercentage="bgtCapturePercentage",n.BoostApr="boostApr",n.CommissionOnIncentives="commissionOnIncentives",n.LastDayDistributedBgtAmount="lastDayDistributedBGTAmount",n.LastDayEarnedBgtAmount="lastDayEarnedBGTAmount",n.QueuedBoostAmount="queuedBoostAmount",n.QueuedDropBoostAmount="queuedDropBoostAmount",n.RewardRate="rewardRate",n.StakedBeraAmount="stakedBeraAmount",n.UsersActiveBoostCount="usersActiveBoostCount",n.UsersQueuedBoostCount="usersQueuedBoostCount",n))(F||{}),$=(t=>(t.Asc="asc",t.Desc="desc",t))($||{}),N=(u=>(u.NinetyDays="NINETY_DAYS",u.SevenDays="SEVEN_DAYS",u.SixtyDays="SIXTY_DAYS",u.ThirtyDays="THIRTY_DAYS",u))(N||{}),p=r`
2
2
  fragment DynamicData on GqlPoolDynamicData {
3
3
  totalShares
4
4
  fees24h
@@ -125,7 +125,7 @@ ${c}`,O=r`
125
125
  amount
126
126
  }
127
127
  }
128
- `,z=r`
128
+ `,J=r`
129
129
  fragment PoolEvent on GqlPoolEvent {
130
130
  id
131
131
  valueUSD
@@ -179,7 +179,7 @@ ${K}`,j=r`
179
179
  ...PoolEvent
180
180
  }
181
181
  }
182
- ${z}`,et=r`
182
+ ${J}`,et=r`
183
183
  query GetTokenCurrentPrices($chains: [GqlChain!]!, $addressIn: [String!]!) {
184
184
  tokenGetCurrentPrices(chains: $chains, addressIn: $addressIn) {
185
185
  address
@@ -196,4 +196,4 @@ ${K}`,j=r`
196
196
  totalLiquidity
197
197
  }
198
198
  }
199
- `,J={possibleTypes:{GqlIncentive:["GqlRewardVaultIncentive","GqlValidatorIncentive"],GqlPoolAprValue:["GqlPoolAprRange","GqlPoolAprTotal"],GqlPoolBase:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"],GqlPoolEvent:["GqlPoolAddRemoveEventV3","GqlPoolSwapEventCowAmm","GqlPoolSwapEventV3"],GqlPoolNestedUnion:["GqlPoolComposableStableNested"],GqlPoolTokenBase:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolTokenComposableStableNestedUnion:["GqlPoolToken"],GqlPoolTokenUnion:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolUnion:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"]}},rt=J;export{p as DynamicData,ot as GetGlobalLiquidityAndSwapVolume,Z as GetPool,at as GetPoolEvents,tt as GetPoolHistoricalData,j as GetPools,et as GetTokenCurrentPrices,S as GqlChain,K as GqlPoolAddRemoveEventV3,m as GqlPoolAprItemType,d as GqlPoolEventType,g as GqlPoolEventsDataRange,G as GqlPoolFilterCategory,b as GqlPoolJoinExitType,q as GqlPoolNestingType,A as GqlPoolOrderBy,P as GqlPoolOrderDirection,I as GqlPoolSnapshotDataRange,Q as GqlPoolSwapEventCowAmm,Y as GqlPoolSwapEventV3,_ as GqlPoolType,h as GqlRewardVaultIncentiveOrderBy,D as GqlRewardVaultIncentiveOrderDirection,T as GqlRewardVaultOrderBy,B as GqlRewardVaultOrderDirection,k as GqlRewardVaultSnapshotDataRange,v as GqlRewardVaultSnapshotResolution,x as GqlSWberaVaultMetadataResolution,M as GqlSorSwapType,w as GqlTokenChartDataRange,V as GqlTokenType,C as GqlUserVaultDepositOrderBy,R as GqlUserVaultDepositOrderDirection,E as GqlValidatorBlockUptimeStatus,F as GqlValidatorBoostOrderBy,f as GqlValidatorBoostOrderDirection,U as GqlValidatorOrderBy,$ as GqlValidatorOrderDirection,N as GqlVaultSnapshotDataRange,W as MinimalPool,H as MinimalPoolInList,z as PoolEvent,O as PoolHistoricalData,c as RewardVault,L as UserBalance,rt as default};
199
+ `,z={possibleTypes:{GqlIncentive:["GqlRewardVaultIncentive","GqlValidatorIncentive"],GqlPoolAprValue:["GqlPoolAprRange","GqlPoolAprTotal"],GqlPoolBase:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"],GqlPoolEvent:["GqlPoolAddRemoveEventV3","GqlPoolSwapEventCowAmm","GqlPoolSwapEventV3"],GqlPoolNestedUnion:["GqlPoolComposableStableNested"],GqlPoolTokenBase:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolTokenComposableStableNestedUnion:["GqlPoolToken"],GqlPoolTokenUnion:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolUnion:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"]}},rt=z;export{p as DynamicData,ot as GetGlobalLiquidityAndSwapVolume,Z as GetPool,at as GetPoolEvents,tt as GetPoolHistoricalData,j as GetPools,et as GetTokenCurrentPrices,S as GqlChain,K as GqlPoolAddRemoveEventV3,m as GqlPoolAprItemType,d as GqlPoolEventType,g as GqlPoolEventsDataRange,G as GqlPoolFilterCategory,b as GqlPoolJoinExitType,q as GqlPoolNestingType,P as GqlPoolOrderBy,A as GqlPoolOrderDirection,I as GqlPoolSnapshotDataRange,Q as GqlPoolSwapEventCowAmm,Y as GqlPoolSwapEventV3,_ as GqlPoolType,D as GqlRewardVaultIncentiveOrderBy,h as GqlRewardVaultIncentiveOrderDirection,B as GqlRewardVaultOrderBy,T as GqlRewardVaultOrderDirection,k as GqlRewardVaultSnapshotDataRange,v as GqlRewardVaultSnapshotResolution,M as GqlSWberaVaultMetadataResolution,x as GqlSorSwapType,w as GqlTokenChartDataRange,V as GqlTokenType,C as GqlUserVaultDepositOrderBy,R as GqlUserVaultDepositOrderDirection,E as GqlValidatorBlockUptimeStatus,f as GqlValidatorBoostOrderBy,U as GqlValidatorBoostOrderDirection,F as GqlValidatorOrderBy,$ as GqlValidatorOrderDirection,N as GqlVaultSnapshotDataRange,W as MinimalPool,H as MinimalPoolInList,J as PoolEvent,O as PoolHistoricalData,c as RewardVault,L as UserBalance,rt as default};