@berachain/graphql 0.4.8 → 0.4.9-0
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.
- package/dist/dex/api.codegen.d.cts +12 -2
- package/dist/dex/api.codegen.d.ts +12 -2
- package/dist/pol/api.codegen.cjs +72 -17
- package/dist/pol/api.codegen.d.cts +120 -12
- package/dist/pol/api.codegen.d.ts +120 -12
- package/dist/pol/api.codegen.mjs +76 -21
- package/package.json +1 -1
|
@@ -1850,11 +1850,12 @@ type GqlValidatorBoost = {
|
|
|
1850
1850
|
activeBoostAmount: Scalars['String']['output'];
|
|
1851
1851
|
chain: GqlChain;
|
|
1852
1852
|
latestBlock: Scalars['Int']['output'];
|
|
1853
|
+
/** The timestamp of the latest block in seconds. */
|
|
1853
1854
|
latestBlockTime: Scalars['Int']['output'];
|
|
1854
1855
|
queuedBoostAmount: Scalars['String']['output'];
|
|
1855
1856
|
queuedDropBoostAmount: Scalars['String']['output'];
|
|
1856
1857
|
userAddress: Scalars['Bytes']['output'];
|
|
1857
|
-
validator?: Maybe<
|
|
1858
|
+
validator?: Maybe<GqlValidatorInList>;
|
|
1858
1859
|
validatorId: Scalars['Bytes']['output'];
|
|
1859
1860
|
};
|
|
1860
1861
|
type GqlValidatorBoostDelay = {
|
|
@@ -1923,6 +1924,15 @@ type GqlValidatorFilter = {
|
|
|
1923
1924
|
rewardAllocatorNotIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1924
1925
|
vaultAddress?: InputMaybe<Scalars['String']['input']>;
|
|
1925
1926
|
};
|
|
1927
|
+
type GqlValidatorInList = {
|
|
1928
|
+
__typename?: 'GqlValidatorInList';
|
|
1929
|
+
dynamicData?: Maybe<GqlValidatorDynamicData>;
|
|
1930
|
+
id: Scalars['Bytes']['output'];
|
|
1931
|
+
metadata?: Maybe<GqlValidatorMetadata>;
|
|
1932
|
+
operator?: Maybe<Scalars['Bytes']['output']>;
|
|
1933
|
+
pubkey: Scalars['Bytes']['output'];
|
|
1934
|
+
rewardAllocator?: Maybe<Scalars['Bytes']['output']>;
|
|
1935
|
+
};
|
|
1926
1936
|
type GqlValidatorMetadata = {
|
|
1927
1937
|
__typename?: 'GqlValidatorMetadata';
|
|
1928
1938
|
chain: GqlChain;
|
|
@@ -3634,4 +3644,4 @@ interface PossibleTypesResultData {
|
|
|
3634
3644
|
}
|
|
3635
3645
|
declare const result: PossibleTypesResultData;
|
|
3636
3646
|
|
|
3637
|
-
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 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 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 };
|
|
3647
|
+
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 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 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 };
|
|
@@ -1850,11 +1850,12 @@ type GqlValidatorBoost = {
|
|
|
1850
1850
|
activeBoostAmount: Scalars['String']['output'];
|
|
1851
1851
|
chain: GqlChain;
|
|
1852
1852
|
latestBlock: Scalars['Int']['output'];
|
|
1853
|
+
/** The timestamp of the latest block in seconds. */
|
|
1853
1854
|
latestBlockTime: Scalars['Int']['output'];
|
|
1854
1855
|
queuedBoostAmount: Scalars['String']['output'];
|
|
1855
1856
|
queuedDropBoostAmount: Scalars['String']['output'];
|
|
1856
1857
|
userAddress: Scalars['Bytes']['output'];
|
|
1857
|
-
validator?: Maybe<
|
|
1858
|
+
validator?: Maybe<GqlValidatorInList>;
|
|
1858
1859
|
validatorId: Scalars['Bytes']['output'];
|
|
1859
1860
|
};
|
|
1860
1861
|
type GqlValidatorBoostDelay = {
|
|
@@ -1923,6 +1924,15 @@ type GqlValidatorFilter = {
|
|
|
1923
1924
|
rewardAllocatorNotIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
1924
1925
|
vaultAddress?: InputMaybe<Scalars['String']['input']>;
|
|
1925
1926
|
};
|
|
1927
|
+
type GqlValidatorInList = {
|
|
1928
|
+
__typename?: 'GqlValidatorInList';
|
|
1929
|
+
dynamicData?: Maybe<GqlValidatorDynamicData>;
|
|
1930
|
+
id: Scalars['Bytes']['output'];
|
|
1931
|
+
metadata?: Maybe<GqlValidatorMetadata>;
|
|
1932
|
+
operator?: Maybe<Scalars['Bytes']['output']>;
|
|
1933
|
+
pubkey: Scalars['Bytes']['output'];
|
|
1934
|
+
rewardAllocator?: Maybe<Scalars['Bytes']['output']>;
|
|
1935
|
+
};
|
|
1926
1936
|
type GqlValidatorMetadata = {
|
|
1927
1937
|
__typename?: 'GqlValidatorMetadata';
|
|
1928
1938
|
chain: GqlChain;
|
|
@@ -3634,4 +3644,4 @@ interface PossibleTypesResultData {
|
|
|
3634
3644
|
}
|
|
3635
3645
|
declare const result: PossibleTypesResultData;
|
|
3636
3646
|
|
|
3637
|
-
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 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 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 };
|
|
3647
|
+
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 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 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 };
|
package/dist/pol/api.codegen.cjs
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var m=Object.defineProperty;var K=Object.getOwnPropertyDescriptor;var J=Object.getOwnPropertyNames;var X=Object.prototype.hasOwnProperty;var j=(c,u)=>{for(var t in u)m(c,t,{get:u[t],enumerable:!0})},Z=(c,u,t,e)=>{if(u&&typeof u=="object"||typeof u=="function")for(let n of J(u))!X.call(c,n)&&n!==t&&m(c,n,{get:()=>u[n],enumerable:!(e=K(u,n))||e.enumerable});return c};var tt=c=>Z(m({},"__esModule",{value:!0}),c);var gt={};j(gt,{ApiMinimalVaultIncentive:()=>at,ApiRewardAllocationWeight:()=>L,ApiValidator:()=>d,ApiValidatorBlockUptime:()=>z,ApiValidatorInList:()=>et,ApiValidatorMinimal:()=>y,ApiValidatorRewardAllocationWeight:()=>Y,ApiVault:()=>S,ApiVaultIncentive:()=>O,GetRewardVault:()=>it,GetSWberaVaultMetadata:()=>ct,GetSWberaVaultSnapshots:()=>St,GetUserValidatorInformation:()=>yt,GetUserVaults:()=>ut,GetValidator:()=>ot,GetValidators:()=>nt,GetVaultHistory:()=>pt,GetVaultValidators:()=>lt,GetVaults:()=>rt,GlobalData:()=>st,GqlChain:()=>g,GqlPoolAprItemType:()=>b,GqlPoolEventType:()=>G,GqlPoolEventsDataRange:()=>A,GqlPoolFilterCategory:()=>I,GqlPoolJoinExitType:()=>q,GqlPoolNestingType:()=>B,GqlPoolOrderBy:()=>P,GqlPoolOrderDirection:()=>k,GqlPoolSnapshotDataRange:()=>h,GqlPoolType:()=>v,GqlRewardVaultIncentiveOrderBy:()=>_,GqlRewardVaultIncentiveOrderDirection:()=>D,GqlRewardVaultOrderBy:()=>M,GqlRewardVaultOrderDirection:()=>V,GqlRewardVaultSnapshotDataRange:()=>T,GqlRewardVaultSnapshotResolution:()=>x,GqlSWberaVaultMetadataResolution:()=>R,GqlSorSwapType:()=>w,GqlTokenChartDataRange:()=>C,GqlTokenType:()=>U,GqlUserVaultDepositOrderBy:()=>E,GqlUserVaultDepositOrderDirection:()=>$,GqlValidatorBlockUptimeStatus:()=>f,GqlValidatorBoostOrderBy:()=>N,GqlValidatorBoostOrderDirection:()=>F,GqlValidatorOrderBy:()=>W,GqlValidatorOrderDirection:()=>Q,GqlVaultSnapshotDataRange:()=>H,default:()=>mt});module.exports=tt(gt);var r=require("@apollo/client"),g=(t=>(t.Bepolia="BEPOLIA",t.Berachain="BERACHAIN",t))(g||{}),b=(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))(b||{}),G=(e=>(e.Add="ADD",e.Remove="REMOVE",e.Swap="SWAP",e))(G||{}),A=(e=>(e.NinetyDays="NINETY_DAYS",e.SevenDays="SEVEN_DAYS",e.ThirtyDays="THIRTY_DAYS",e))(A||{}),I=(p=>(p.BlackListed="BLACK_LISTED",p.Incentivized="INCENTIVIZED",p.Lrt="LRT",p.Points="POINTS",p.PointsEigenlayer="POINTS_EIGENLAYER",p.PointsGyro="POINTS_GYRO",p.PointsKelp="POINTS_KELP",p.PointsRenzo="POINTS_RENZO",p.PointsSwell="POINTS_SWELL",p.Superfest="SUPERFEST",p))(I||{}),q=(t=>(t.Exit="Exit",t.Join="Join",t))(q||{}),B=(e=>(e.HasOnlyPhantomBpt="HAS_ONLY_PHANTOM_BPT",e.HasSomePhantomBpt="HAS_SOME_PHANTOM_BPT",e.NoNesting="NO_NESTING",e))(B||{}),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||{}),k=(t=>(t.Asc="asc",t.Desc="desc",t))(k||{}),h=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.OneHundredEightyDays="ONE_HUNDRED_EIGHTY_DAYS",a.OneYear="ONE_YEAR",a.ThirtyDays="THIRTY_DAYS",a))(h||{}),v=(i=>(i.ComposableStable="COMPOSABLE_STABLE",i.CowAmm="COW_AMM",i.Element="ELEMENT",i.Fx="FX",i.Gyro="GYRO",i.Gyro3="GYRO3",i.Gyroe="GYROE",i.Investment="INVESTMENT",i.LiquidityBootstrapping="LIQUIDITY_BOOTSTRAPPING",i.MetaStable="META_STABLE",i.PhantomStable="PHANTOM_STABLE",i.Stable="STABLE",i.Unknown="UNKNOWN",i.Weighted="WEIGHTED",i))(v||{}),_=(e=>(e.AmountRemaining="amountRemaining",e.AmountRemainingUsd="amountRemainingUsd",e.IncentiveRate="incentiveRate",e))(_||{}),D=(t=>(t.Asc="asc",t.Desc="desc",t))(D||{}),M=(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))(M||{}),V=(t=>(t.Asc="asc",t.Desc="desc",t))(V||{}),T=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.SixtyDays="SIXTY_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(T||{}),x=(t=>(t.Day="DAY",t.Hour="HOUR",t))(x||{}),R=(t=>(t.OneDay="ONE_DAY",t.SevenDays="SEVEN_DAYS",t))(R||{}),w=(t=>(t.ExactIn="EXACT_IN",t.ExactOut="EXACT_OUT",t))(w||{}),C=(a=>(a.NinetyDay="NINETY_DAY",a.OneHundredEightyDay="ONE_HUNDRED_EIGHTY_DAY",a.OneYear="ONE_YEAR",a.SevenDay="SEVEN_DAY",a.ThirtyDay="THIRTY_DAY",a))(C||{}),U=(e=>(e.Bpt="BPT",e.PhantomBpt="PHANTOM_BPT",e.WhiteListed="WHITE_LISTED",e))(U||{}),E=(u=>(u.Amount="amount",u))(E||{}),$=(t=>(t.Asc="asc",t.Desc="desc",t))($||{}),f=(n=>(n.Inactive="INACTIVE",n.Offline="OFFLINE",n.Proposed="PROPOSED",n.Signed="SIGNED",n))(f||{}),N=(a=>(a.ActiveBoostAmount="activeBoostAmount",a.LatestBlock="latestBlock",a.LatestBlockTime="latestBlockTime",a.QueuedBoostAmount="queuedBoostAmount",a.QueuedDropBoostAmount="queuedDropBoostAmount",a))(N||{}),F=(t=>(t.Asc="asc",t.Desc="desc",t))(F||{}),W=(l=>(l.ActiveBoostAmount="activeBoostAmount",l.AllTimeDistributedBgtAmount="allTimeDistributedBGTAmount",l.AllTimeEarnedBgtAmount="allTimeEarnedBGTAmount",l.Apy="apy",l.BgtCapturePercentage="bgtCapturePercentage",l.BoostApr="boostApr",l.CommissionOnIncentives="commissionOnIncentives",l.LastDayDistributedBgtAmount="lastDayDistributedBGTAmount",l.LastDayEarnedBgtAmount="lastDayEarnedBGTAmount",l.QueuedBoostAmount="queuedBoostAmount",l.QueuedDropBoostAmount="queuedDropBoostAmount",l.RewardRate="rewardRate",l.StakedBeraAmount="stakedBeraAmount",l.UsersActiveBoostCount="usersActiveBoostCount",l.UsersQueuedBoostCount="usersQueuedBoostCount",l))(W||{}),Q=(t=>(t.Asc="asc",t.Desc="desc",t))(Q||{}),H=(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(H||{}),at=r.gql`
|
|
2
|
+
fragment ApiMinimalVaultIncentive on GqlRewardVaultIncentive {
|
|
3
|
+
remainingAmount
|
|
4
|
+
remainingAmountUsd
|
|
5
|
+
incentiveRate
|
|
6
|
+
incentiveRateUsd
|
|
7
|
+
tokenAddress
|
|
8
|
+
token {
|
|
9
|
+
address
|
|
10
|
+
name
|
|
11
|
+
symbol
|
|
12
|
+
decimals
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
`,y=r.gql`
|
|
2
16
|
fragment ApiValidatorMinimal on GqlValidator {
|
|
3
17
|
id
|
|
4
18
|
pubkey
|
|
@@ -25,11 +39,11 @@
|
|
|
25
39
|
`,O=r.gql`
|
|
26
40
|
fragment ApiVaultIncentive on GqlRewardVaultIncentive {
|
|
27
41
|
active
|
|
42
|
+
tokenAddress
|
|
28
43
|
remainingAmount
|
|
29
44
|
remainingAmountUsd
|
|
30
45
|
incentiveRate
|
|
31
46
|
incentiveRateUsd
|
|
32
|
-
tokenAddress
|
|
33
47
|
token {
|
|
34
48
|
address
|
|
35
49
|
name
|
|
@@ -83,7 +97,7 @@
|
|
|
83
97
|
receiver
|
|
84
98
|
startBlock
|
|
85
99
|
}
|
|
86
|
-
${S}`,
|
|
100
|
+
${S}`,d=r.gql`
|
|
87
101
|
fragment ApiValidator on GqlValidator {
|
|
88
102
|
...ApiValidatorMinimal
|
|
89
103
|
operator
|
|
@@ -104,8 +118,49 @@
|
|
|
104
118
|
description
|
|
105
119
|
}
|
|
106
120
|
}
|
|
107
|
-
${
|
|
121
|
+
${y}
|
|
108
122
|
${L}`,Y=r.gql`
|
|
123
|
+
fragment ApiValidatorRewardAllocationWeight on GqlValidatorRewardAllocationWeight {
|
|
124
|
+
percentage
|
|
125
|
+
receivingVault {
|
|
126
|
+
activeIncentives {
|
|
127
|
+
token {
|
|
128
|
+
address
|
|
129
|
+
name
|
|
130
|
+
symbol
|
|
131
|
+
decimals
|
|
132
|
+
logoURI
|
|
133
|
+
}
|
|
134
|
+
remainingAmount
|
|
135
|
+
remainingAmountUsd
|
|
136
|
+
incentiveRate
|
|
137
|
+
incentiveRateUsd
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
`,et=r.gql`
|
|
142
|
+
fragment ApiValidatorInList on GqlValidator {
|
|
143
|
+
...ApiValidatorMinimal
|
|
144
|
+
operator
|
|
145
|
+
rewardAllocationWeights {
|
|
146
|
+
...ApiValidatorRewardAllocationWeight
|
|
147
|
+
}
|
|
148
|
+
lastBlockUptime {
|
|
149
|
+
isActive
|
|
150
|
+
isProposer
|
|
151
|
+
isSigner
|
|
152
|
+
status
|
|
153
|
+
blockNumber
|
|
154
|
+
}
|
|
155
|
+
metadata {
|
|
156
|
+
name
|
|
157
|
+
logoURI
|
|
158
|
+
website
|
|
159
|
+
description
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
${y}
|
|
163
|
+
${Y}`,z=r.gql`
|
|
109
164
|
fragment ApiValidatorBlockUptime on GqlValidatorBlockUptime {
|
|
110
165
|
isActive
|
|
111
166
|
isProposer
|
|
@@ -113,7 +168,7 @@ ${L}`,Y=r.gql`
|
|
|
113
168
|
status
|
|
114
169
|
blockNumber
|
|
115
170
|
}
|
|
116
|
-
`,
|
|
171
|
+
`,rt=r.gql`
|
|
117
172
|
query GetVaults($where: GqlRewardVaultFilter, $pageSize: Int, $skip: Int, $orderBy: GqlRewardVaultOrderBy = bgtCapturePercentage, $orderDirection: GqlRewardVaultOrderDirection = desc, $search: String) {
|
|
118
173
|
polGetRewardVaults(
|
|
119
174
|
where: $where
|
|
@@ -132,7 +187,7 @@ ${L}`,Y=r.gql`
|
|
|
132
187
|
}
|
|
133
188
|
}
|
|
134
189
|
}
|
|
135
|
-
${S}`,
|
|
190
|
+
${S}`,ot=r.gql`
|
|
136
191
|
query GetValidator($id: String!, $chain: GqlChain!) {
|
|
137
192
|
validator: polGetValidator(validatorId: $id, chain: $chain) {
|
|
138
193
|
...ApiValidator
|
|
@@ -141,8 +196,8 @@ ${L}`,Y=r.gql`
|
|
|
141
196
|
...ApiValidatorBlockUptime
|
|
142
197
|
}
|
|
143
198
|
}
|
|
144
|
-
${
|
|
145
|
-
${
|
|
199
|
+
${d}
|
|
200
|
+
${z}`,nt=r.gql`
|
|
146
201
|
query GetValidators($where: GqlValidatorFilter, $sortBy: GqlValidatorOrderBy = lastDayDistributedBGTAmount, $sortOrder: GqlValidatorOrderDirection = desc, $pageSize: Int, $skip: Int, $search: String, $chain: GqlChain) {
|
|
147
202
|
validators: polGetValidators(
|
|
148
203
|
where: $where
|
|
@@ -164,7 +219,7 @@ ${Y}`,et=r.gql`
|
|
|
164
219
|
}
|
|
165
220
|
}
|
|
166
221
|
}
|
|
167
|
-
${
|
|
222
|
+
${d}`,lt=r.gql`
|
|
168
223
|
query GetVaultValidators($vaultId: String!, $chain: GqlChain, $isActive: Boolean = true) {
|
|
169
224
|
validators: polGetValidators(
|
|
170
225
|
where: {vaultAddress: $vaultId, isActive: $isActive}
|
|
@@ -181,13 +236,13 @@ ${Y}`,et=r.gql`
|
|
|
181
236
|
}
|
|
182
237
|
}
|
|
183
238
|
}
|
|
184
|
-
${
|
|
239
|
+
${d}`,it=r.gql`
|
|
185
240
|
query GetRewardVault($vaultId: String!, $chain: GqlChain!) {
|
|
186
241
|
rewardVault: polGetRewardVault(vaultAddress: $vaultId, chain: $chain) {
|
|
187
242
|
...ApiVault
|
|
188
243
|
}
|
|
189
244
|
}
|
|
190
|
-
${S}`,
|
|
245
|
+
${S}`,st=r.gql`
|
|
191
246
|
query GlobalData($chain: GqlChain!) {
|
|
192
247
|
top3EmittingValidators: polGetValidators(
|
|
193
248
|
orderBy: bgtCapturePercentage
|
|
@@ -220,7 +275,7 @@ ${Y}`,et=r.gql`
|
|
|
220
275
|
}
|
|
221
276
|
}
|
|
222
277
|
}
|
|
223
|
-
${
|
|
278
|
+
${y}`,ut=r.gql`
|
|
224
279
|
query GetUserVaults($userId: String!, $chain: GqlChain!) {
|
|
225
280
|
userVaultDeposits: polGetUserVaultDeposits(userAddress: $userId, chain: $chain) {
|
|
226
281
|
pagination {
|
|
@@ -236,7 +291,7 @@ ${Y}`,et=r.gql`
|
|
|
236
291
|
}
|
|
237
292
|
}
|
|
238
293
|
}
|
|
239
|
-
${S}`,
|
|
294
|
+
${S}`,pt=r.gql`
|
|
240
295
|
query GetVaultHistory($vaultId: String!, $chain: GqlChain!, $resolution: GqlRewardVaultSnapshotResolution = DAY, $range: GqlRewardVaultSnapshotDataRange = THIRTY_DAYS) {
|
|
241
296
|
polGetRewardVaultSnapshots(
|
|
242
297
|
chain: $chain
|
|
@@ -249,14 +304,14 @@ ${Y}`,et=r.gql`
|
|
|
249
304
|
apr
|
|
250
305
|
}
|
|
251
306
|
}
|
|
252
|
-
`,
|
|
307
|
+
`,ct=r.gql`
|
|
253
308
|
query GetSWberaVaultMetadata($chain: GqlChain!, $resolution: GqlSWberaVaultMetadataResolution) {
|
|
254
309
|
polGetSWberaVaultMetadata(chain: $chain, resolution: $resolution) {
|
|
255
310
|
apr
|
|
256
311
|
chain
|
|
257
312
|
}
|
|
258
313
|
}
|
|
259
|
-
`,
|
|
314
|
+
`,St=r.gql`
|
|
260
315
|
query GetSWberaVaultSnapshots($chain: GqlChain!, $range: GqlVaultSnapshotDataRange) {
|
|
261
316
|
polGetSWberaVaultSnapshots(chain: $chain, range: $range) {
|
|
262
317
|
apr
|
|
@@ -267,7 +322,7 @@ ${Y}`,et=r.gql`
|
|
|
267
322
|
vaultAddress
|
|
268
323
|
}
|
|
269
324
|
}
|
|
270
|
-
`,
|
|
325
|
+
`,yt=r.gql`
|
|
271
326
|
query GetUserValidatorInformation($address: String!, $chain: GqlChain!) {
|
|
272
327
|
polGetValidatorBoosts(userAddress: $address, chain: $chain, first: 100) {
|
|
273
328
|
boosts {
|
|
@@ -286,4 +341,4 @@ ${Y}`,et=r.gql`
|
|
|
286
341
|
}
|
|
287
342
|
}
|
|
288
343
|
}
|
|
289
|
-
`,
|
|
344
|
+
`,dt={possibleTypes:{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"]}},mt=dt;0&&(module.exports={ApiMinimalVaultIncentive,ApiRewardAllocationWeight,ApiValidator,ApiValidatorBlockUptime,ApiValidatorInList,ApiValidatorMinimal,ApiValidatorRewardAllocationWeight,ApiVault,ApiVaultIncentive,GetRewardVault,GetSWberaVaultMetadata,GetSWberaVaultSnapshots,GetUserValidatorInformation,GetUserVaults,GetValidator,GetValidators,GetVaultHistory,GetVaultValidators,GetVaults,GlobalData,GqlChain,GqlPoolAprItemType,GqlPoolEventType,GqlPoolEventsDataRange,GqlPoolFilterCategory,GqlPoolJoinExitType,GqlPoolNestingType,GqlPoolOrderBy,GqlPoolOrderDirection,GqlPoolSnapshotDataRange,GqlPoolType,GqlRewardVaultIncentiveOrderBy,GqlRewardVaultIncentiveOrderDirection,GqlRewardVaultOrderBy,GqlRewardVaultOrderDirection,GqlRewardVaultSnapshotDataRange,GqlRewardVaultSnapshotResolution,GqlSWberaVaultMetadataResolution,GqlSorSwapType,GqlTokenChartDataRange,GqlTokenType,GqlUserVaultDepositOrderBy,GqlUserVaultDepositOrderDirection,GqlValidatorBlockUptimeStatus,GqlValidatorBoostOrderBy,GqlValidatorBoostOrderDirection,GqlValidatorOrderBy,GqlValidatorOrderDirection,GqlVaultSnapshotDataRange});
|
|
@@ -1950,11 +1950,12 @@ type GqlValidatorBoost = {
|
|
|
1950
1950
|
activeBoostAmount: Scalars['String']['output'];
|
|
1951
1951
|
chain: GqlChain;
|
|
1952
1952
|
latestBlock: Scalars['Int']['output'];
|
|
1953
|
+
/** The timestamp of the latest block in seconds. */
|
|
1953
1954
|
latestBlockTime: Scalars['Int']['output'];
|
|
1954
1955
|
queuedBoostAmount: Scalars['String']['output'];
|
|
1955
1956
|
queuedDropBoostAmount: Scalars['String']['output'];
|
|
1956
1957
|
userAddress: Scalars['Bytes']['output'];
|
|
1957
|
-
validator?: Maybe<
|
|
1958
|
+
validator?: Maybe<GqlValidatorInList>;
|
|
1958
1959
|
validatorId: Scalars['Bytes']['output'];
|
|
1959
1960
|
};
|
|
1960
1961
|
type GqlValidatorBoostDelay = {
|
|
@@ -2023,6 +2024,15 @@ type GqlValidatorFilter = {
|
|
|
2023
2024
|
rewardAllocatorNotIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2024
2025
|
vaultAddress?: InputMaybe<Scalars['String']['input']>;
|
|
2025
2026
|
};
|
|
2027
|
+
type GqlValidatorInList = {
|
|
2028
|
+
__typename?: 'GqlValidatorInList';
|
|
2029
|
+
dynamicData?: Maybe<GqlValidatorDynamicData>;
|
|
2030
|
+
id: Scalars['Bytes']['output'];
|
|
2031
|
+
metadata?: Maybe<GqlValidatorMetadata>;
|
|
2032
|
+
operator?: Maybe<Scalars['Bytes']['output']>;
|
|
2033
|
+
pubkey: Scalars['Bytes']['output'];
|
|
2034
|
+
rewardAllocator?: Maybe<Scalars['Bytes']['output']>;
|
|
2035
|
+
};
|
|
2026
2036
|
type GqlValidatorMetadata = {
|
|
2027
2037
|
__typename?: 'GqlValidatorMetadata';
|
|
2028
2038
|
chain: GqlChain;
|
|
@@ -2463,6 +2473,21 @@ type Token = {
|
|
|
2463
2473
|
type ApiVaultIncentiveFragment = {
|
|
2464
2474
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2465
2475
|
active: boolean;
|
|
2476
|
+
tokenAddress: `0x${string}`;
|
|
2477
|
+
remainingAmount: string;
|
|
2478
|
+
remainingAmountUsd: string;
|
|
2479
|
+
incentiveRate: string;
|
|
2480
|
+
incentiveRateUsd: string;
|
|
2481
|
+
token: {
|
|
2482
|
+
__typename?: 'GqlToken';
|
|
2483
|
+
address: `0x${string}`;
|
|
2484
|
+
name: string;
|
|
2485
|
+
symbol: string;
|
|
2486
|
+
decimals: number;
|
|
2487
|
+
};
|
|
2488
|
+
};
|
|
2489
|
+
type ApiMinimalVaultIncentiveFragment = {
|
|
2490
|
+
__typename?: 'GqlRewardVaultIncentive';
|
|
2466
2491
|
remainingAmount: string;
|
|
2467
2492
|
remainingAmountUsd: string;
|
|
2468
2493
|
incentiveRate: string;
|
|
@@ -2514,11 +2539,11 @@ type ApiVaultFragment = {
|
|
|
2514
2539
|
activeIncentives: Array<{
|
|
2515
2540
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2516
2541
|
active: boolean;
|
|
2542
|
+
tokenAddress: `0x${string}`;
|
|
2517
2543
|
remainingAmount: string;
|
|
2518
2544
|
remainingAmountUsd: string;
|
|
2519
2545
|
incentiveRate: string;
|
|
2520
2546
|
incentiveRateUsd: string;
|
|
2521
|
-
tokenAddress: `0x${string}`;
|
|
2522
2547
|
token: {
|
|
2523
2548
|
__typename?: 'GqlToken';
|
|
2524
2549
|
address: `0x${string}`;
|
|
@@ -2583,11 +2608,11 @@ type GetVaultsQuery = {
|
|
|
2583
2608
|
activeIncentives: Array<{
|
|
2584
2609
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2585
2610
|
active: boolean;
|
|
2611
|
+
tokenAddress: `0x${string}`;
|
|
2586
2612
|
remainingAmount: string;
|
|
2587
2613
|
remainingAmountUsd: string;
|
|
2588
2614
|
incentiveRate: string;
|
|
2589
2615
|
incentiveRateUsd: string;
|
|
2590
|
-
tokenAddress: `0x${string}`;
|
|
2591
2616
|
token: {
|
|
2592
2617
|
__typename?: 'GqlToken';
|
|
2593
2618
|
address: `0x${string}`;
|
|
@@ -2674,17 +2699,97 @@ type ApiValidatorFragment = {
|
|
|
2674
2699
|
activeIncentives: Array<{
|
|
2675
2700
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2676
2701
|
active: boolean;
|
|
2702
|
+
tokenAddress: `0x${string}`;
|
|
2703
|
+
remainingAmount: string;
|
|
2704
|
+
remainingAmountUsd: string;
|
|
2705
|
+
incentiveRate: string;
|
|
2706
|
+
incentiveRateUsd: string;
|
|
2707
|
+
token: {
|
|
2708
|
+
__typename?: 'GqlToken';
|
|
2709
|
+
address: `0x${string}`;
|
|
2710
|
+
name: string;
|
|
2711
|
+
symbol: string;
|
|
2712
|
+
decimals: number;
|
|
2713
|
+
};
|
|
2714
|
+
}>;
|
|
2715
|
+
} | null;
|
|
2716
|
+
}>;
|
|
2717
|
+
lastBlockUptime?: {
|
|
2718
|
+
__typename?: 'GqlValidatorBlockUptime';
|
|
2719
|
+
isActive: boolean;
|
|
2720
|
+
isProposer: boolean;
|
|
2721
|
+
isSigner: boolean;
|
|
2722
|
+
status: GqlValidatorBlockUptimeStatus;
|
|
2723
|
+
blockNumber: number;
|
|
2724
|
+
} | null;
|
|
2725
|
+
metadata?: {
|
|
2726
|
+
__typename?: 'GqlValidatorMetadata';
|
|
2727
|
+
name: string;
|
|
2728
|
+
logoURI: string;
|
|
2729
|
+
website: string;
|
|
2730
|
+
description: string;
|
|
2731
|
+
} | null;
|
|
2732
|
+
dynamicData?: {
|
|
2733
|
+
__typename?: 'GqlValidatorDynamicData';
|
|
2734
|
+
activeBoostAmount: string;
|
|
2735
|
+
usersActiveBoostCount: number;
|
|
2736
|
+
queuedBoostAmount: string;
|
|
2737
|
+
usersQueuedBoostCount: number;
|
|
2738
|
+
allTimeDistributedBGTAmount: string;
|
|
2739
|
+
rewardRate: string;
|
|
2740
|
+
stakedBeraAmount: string;
|
|
2741
|
+
lastDayDistributedBGTAmount: string;
|
|
2742
|
+
activeBoostAmountRank: number;
|
|
2743
|
+
boostApr: number;
|
|
2744
|
+
commissionOnIncentives: number;
|
|
2745
|
+
} | null;
|
|
2746
|
+
};
|
|
2747
|
+
type ApiValidatorRewardAllocationWeightFragment = {
|
|
2748
|
+
__typename?: 'GqlValidatorRewardAllocationWeight';
|
|
2749
|
+
percentage: number;
|
|
2750
|
+
receivingVault?: {
|
|
2751
|
+
__typename?: 'GqlRewardVault';
|
|
2752
|
+
activeIncentives: Array<{
|
|
2753
|
+
__typename?: 'GqlRewardVaultIncentive';
|
|
2754
|
+
remainingAmount: string;
|
|
2755
|
+
remainingAmountUsd: string;
|
|
2756
|
+
incentiveRate: string;
|
|
2757
|
+
incentiveRateUsd: string;
|
|
2758
|
+
token: {
|
|
2759
|
+
__typename?: 'GqlToken';
|
|
2760
|
+
address: `0x${string}`;
|
|
2761
|
+
name: string;
|
|
2762
|
+
symbol: string;
|
|
2763
|
+
decimals: number;
|
|
2764
|
+
logoURI?: string | null;
|
|
2765
|
+
};
|
|
2766
|
+
}>;
|
|
2767
|
+
} | null;
|
|
2768
|
+
};
|
|
2769
|
+
type ApiValidatorInListFragment = {
|
|
2770
|
+
__typename?: 'GqlValidator';
|
|
2771
|
+
operator?: `0x${string}` | null;
|
|
2772
|
+
id: `0x${string}`;
|
|
2773
|
+
pubkey: `0x${string}`;
|
|
2774
|
+
rewardAllocator?: `0x${string}` | null;
|
|
2775
|
+
rewardAllocationWeights: Array<{
|
|
2776
|
+
__typename?: 'GqlValidatorRewardAllocationWeight';
|
|
2777
|
+
percentage: number;
|
|
2778
|
+
receivingVault?: {
|
|
2779
|
+
__typename?: 'GqlRewardVault';
|
|
2780
|
+
activeIncentives: Array<{
|
|
2781
|
+
__typename?: 'GqlRewardVaultIncentive';
|
|
2677
2782
|
remainingAmount: string;
|
|
2678
2783
|
remainingAmountUsd: string;
|
|
2679
2784
|
incentiveRate: string;
|
|
2680
2785
|
incentiveRateUsd: string;
|
|
2681
|
-
tokenAddress: `0x${string}`;
|
|
2682
2786
|
token: {
|
|
2683
2787
|
__typename?: 'GqlToken';
|
|
2684
2788
|
address: `0x${string}`;
|
|
2685
2789
|
name: string;
|
|
2686
2790
|
symbol: string;
|
|
2687
2791
|
decimals: number;
|
|
2792
|
+
logoURI?: string | null;
|
|
2688
2793
|
};
|
|
2689
2794
|
}>;
|
|
2690
2795
|
} | null;
|
|
@@ -2762,11 +2867,11 @@ type ApiRewardAllocationWeightFragment = {
|
|
|
2762
2867
|
activeIncentives: Array<{
|
|
2763
2868
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2764
2869
|
active: boolean;
|
|
2870
|
+
tokenAddress: `0x${string}`;
|
|
2765
2871
|
remainingAmount: string;
|
|
2766
2872
|
remainingAmountUsd: string;
|
|
2767
2873
|
incentiveRate: string;
|
|
2768
2874
|
incentiveRateUsd: string;
|
|
2769
|
-
tokenAddress: `0x${string}`;
|
|
2770
2875
|
token: {
|
|
2771
2876
|
__typename?: 'GqlToken';
|
|
2772
2877
|
address: `0x${string}`;
|
|
@@ -2840,11 +2945,11 @@ type GetValidatorQuery = {
|
|
|
2840
2945
|
activeIncentives: Array<{
|
|
2841
2946
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2842
2947
|
active: boolean;
|
|
2948
|
+
tokenAddress: `0x${string}`;
|
|
2843
2949
|
remainingAmount: string;
|
|
2844
2950
|
remainingAmountUsd: string;
|
|
2845
2951
|
incentiveRate: string;
|
|
2846
2952
|
incentiveRateUsd: string;
|
|
2847
|
-
tokenAddress: `0x${string}`;
|
|
2848
2953
|
token: {
|
|
2849
2954
|
__typename?: 'GqlToken';
|
|
2850
2955
|
address: `0x${string}`;
|
|
@@ -2963,11 +3068,11 @@ type GetValidatorsQuery = {
|
|
|
2963
3068
|
activeIncentives: Array<{
|
|
2964
3069
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2965
3070
|
active: boolean;
|
|
3071
|
+
tokenAddress: `0x${string}`;
|
|
2966
3072
|
remainingAmount: string;
|
|
2967
3073
|
remainingAmountUsd: string;
|
|
2968
3074
|
incentiveRate: string;
|
|
2969
3075
|
incentiveRateUsd: string;
|
|
2970
|
-
tokenAddress: `0x${string}`;
|
|
2971
3076
|
token: {
|
|
2972
3077
|
__typename?: 'GqlToken';
|
|
2973
3078
|
address: `0x${string}`;
|
|
@@ -3073,11 +3178,11 @@ type GetVaultValidatorsQuery = {
|
|
|
3073
3178
|
activeIncentives: Array<{
|
|
3074
3179
|
__typename?: 'GqlRewardVaultIncentive';
|
|
3075
3180
|
active: boolean;
|
|
3181
|
+
tokenAddress: `0x${string}`;
|
|
3076
3182
|
remainingAmount: string;
|
|
3077
3183
|
remainingAmountUsd: string;
|
|
3078
3184
|
incentiveRate: string;
|
|
3079
3185
|
incentiveRateUsd: string;
|
|
3080
|
-
tokenAddress: `0x${string}`;
|
|
3081
3186
|
token: {
|
|
3082
3187
|
__typename?: 'GqlToken';
|
|
3083
3188
|
address: `0x${string}`;
|
|
@@ -3164,11 +3269,11 @@ type GetRewardVaultQuery = {
|
|
|
3164
3269
|
activeIncentives: Array<{
|
|
3165
3270
|
__typename?: 'GqlRewardVaultIncentive';
|
|
3166
3271
|
active: boolean;
|
|
3272
|
+
tokenAddress: `0x${string}`;
|
|
3167
3273
|
remainingAmount: string;
|
|
3168
3274
|
remainingAmountUsd: string;
|
|
3169
3275
|
incentiveRate: string;
|
|
3170
3276
|
incentiveRateUsd: string;
|
|
3171
|
-
tokenAddress: `0x${string}`;
|
|
3172
3277
|
token: {
|
|
3173
3278
|
__typename?: 'GqlToken';
|
|
3174
3279
|
address: `0x${string}`;
|
|
@@ -3294,11 +3399,11 @@ type GetUserVaultsQuery = {
|
|
|
3294
3399
|
activeIncentives: Array<{
|
|
3295
3400
|
__typename?: 'GqlRewardVaultIncentive';
|
|
3296
3401
|
active: boolean;
|
|
3402
|
+
tokenAddress: `0x${string}`;
|
|
3297
3403
|
remainingAmount: string;
|
|
3298
3404
|
remainingAmountUsd: string;
|
|
3299
3405
|
incentiveRate: string;
|
|
3300
3406
|
incentiveRateUsd: string;
|
|
3301
|
-
tokenAddress: `0x${string}`;
|
|
3302
3407
|
token: {
|
|
3303
3408
|
__typename?: 'GqlToken';
|
|
3304
3409
|
address: `0x${string}`;
|
|
@@ -3369,7 +3474,7 @@ type GetUserValidatorInformationQuery = {
|
|
|
3369
3474
|
queuedBoostAmount: string;
|
|
3370
3475
|
queuedDropBoostAmount: string;
|
|
3371
3476
|
validator?: {
|
|
3372
|
-
__typename?: '
|
|
3477
|
+
__typename?: 'GqlValidatorInList';
|
|
3373
3478
|
id: `0x${string}`;
|
|
3374
3479
|
pubkey: `0x${string}`;
|
|
3375
3480
|
metadata?: {
|
|
@@ -3381,11 +3486,14 @@ type GetUserValidatorInformationQuery = {
|
|
|
3381
3486
|
}>;
|
|
3382
3487
|
};
|
|
3383
3488
|
};
|
|
3489
|
+
declare const ApiMinimalVaultIncentive: _apollo_client.DocumentNode;
|
|
3384
3490
|
declare const ApiValidatorMinimal: _apollo_client.DocumentNode;
|
|
3385
3491
|
declare const ApiVaultIncentive: _apollo_client.DocumentNode;
|
|
3386
3492
|
declare const ApiVault: _apollo_client.DocumentNode;
|
|
3387
3493
|
declare const ApiRewardAllocationWeight: _apollo_client.DocumentNode;
|
|
3388
3494
|
declare const ApiValidator: _apollo_client.DocumentNode;
|
|
3495
|
+
declare const ApiValidatorRewardAllocationWeight: _apollo_client.DocumentNode;
|
|
3496
|
+
declare const ApiValidatorInList: _apollo_client.DocumentNode;
|
|
3389
3497
|
declare const ApiValidatorBlockUptime: _apollo_client.DocumentNode;
|
|
3390
3498
|
declare const GetVaults: _apollo_client.DocumentNode;
|
|
3391
3499
|
declare const GetValidator: _apollo_client.DocumentNode;
|
|
@@ -3405,4 +3513,4 @@ interface PossibleTypesResultData {
|
|
|
3405
3513
|
}
|
|
3406
3514
|
declare const result: PossibleTypesResultData;
|
|
3407
3515
|
|
|
3408
|
-
export { ApiRewardAllocationWeight, type ApiRewardAllocationWeightFragment, ApiValidator, ApiValidatorBlockUptime, type ApiValidatorBlockUptimeFragment, type ApiValidatorFragment, ApiValidatorMinimal, type ApiValidatorMinimalFragment, ApiVault, type ApiVaultFragment, ApiVaultIncentive, type ApiVaultIncentiveFragment, type BendVaultDynamicData, type BendVaultResponse, type Exact, GetRewardVault, type GetRewardVaultQuery, type GetRewardVaultQueryVariables, GetSWberaVaultMetadata, type GetSWberaVaultMetadataQuery, type GetSWberaVaultMetadataQueryVariables, GetSWberaVaultSnapshots, type GetSWberaVaultSnapshotsQuery, type GetSWberaVaultSnapshotsQueryVariables, GetUserValidatorInformation, type GetUserValidatorInformationQuery, type GetUserValidatorInformationQueryVariables, GetUserVaults, type GetUserVaultsQuery, type GetUserVaultsQueryVariables, GetValidator, type GetValidatorQuery, type GetValidatorQueryVariables, GetValidators, type GetValidatorsQuery, type GetValidatorsQueryVariables, GetVaultHistory, type GetVaultHistoryQuery, type GetVaultHistoryQueryVariables, GetVaultValidators, type GetVaultValidatorsQuery, type GetVaultValidatorsQueryVariables, GetVaults, type GetVaultsQuery, type GetVaultsQueryVariables, GlobalData, type GlobalDataQuery, type GlobalDataQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, type GqlPoolAddRemoveEventV3, 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, type GqlPoolSwapEventCowAmm, type GqlPoolSwapEventV3, 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 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, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, 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, type Scalars, type Token, result as default };
|
|
3516
|
+
export { ApiMinimalVaultIncentive, type ApiMinimalVaultIncentiveFragment, ApiRewardAllocationWeight, type ApiRewardAllocationWeightFragment, ApiValidator, ApiValidatorBlockUptime, type ApiValidatorBlockUptimeFragment, type ApiValidatorFragment, ApiValidatorInList, type ApiValidatorInListFragment, ApiValidatorMinimal, type ApiValidatorMinimalFragment, ApiValidatorRewardAllocationWeight, type ApiValidatorRewardAllocationWeightFragment, ApiVault, type ApiVaultFragment, ApiVaultIncentive, type ApiVaultIncentiveFragment, type BendVaultDynamicData, type BendVaultResponse, type Exact, GetRewardVault, type GetRewardVaultQuery, type GetRewardVaultQueryVariables, GetSWberaVaultMetadata, type GetSWberaVaultMetadataQuery, type GetSWberaVaultMetadataQueryVariables, GetSWberaVaultSnapshots, type GetSWberaVaultSnapshotsQuery, type GetSWberaVaultSnapshotsQueryVariables, GetUserValidatorInformation, type GetUserValidatorInformationQuery, type GetUserValidatorInformationQueryVariables, GetUserVaults, type GetUserVaultsQuery, type GetUserVaultsQueryVariables, GetValidator, type GetValidatorQuery, type GetValidatorQueryVariables, GetValidators, type GetValidatorsQuery, type GetValidatorsQueryVariables, GetVaultHistory, type GetVaultHistoryQuery, type GetVaultHistoryQueryVariables, GetVaultValidators, type GetVaultValidatorsQuery, type GetVaultValidatorsQueryVariables, GetVaults, type GetVaultsQuery, type GetVaultsQueryVariables, GlobalData, type GlobalDataQuery, type GlobalDataQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, type GqlPoolAddRemoveEventV3, 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, type GqlPoolSwapEventCowAmm, type GqlPoolSwapEventV3, 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 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, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, 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, type Scalars, type Token, result as default };
|
|
@@ -1950,11 +1950,12 @@ type GqlValidatorBoost = {
|
|
|
1950
1950
|
activeBoostAmount: Scalars['String']['output'];
|
|
1951
1951
|
chain: GqlChain;
|
|
1952
1952
|
latestBlock: Scalars['Int']['output'];
|
|
1953
|
+
/** The timestamp of the latest block in seconds. */
|
|
1953
1954
|
latestBlockTime: Scalars['Int']['output'];
|
|
1954
1955
|
queuedBoostAmount: Scalars['String']['output'];
|
|
1955
1956
|
queuedDropBoostAmount: Scalars['String']['output'];
|
|
1956
1957
|
userAddress: Scalars['Bytes']['output'];
|
|
1957
|
-
validator?: Maybe<
|
|
1958
|
+
validator?: Maybe<GqlValidatorInList>;
|
|
1958
1959
|
validatorId: Scalars['Bytes']['output'];
|
|
1959
1960
|
};
|
|
1960
1961
|
type GqlValidatorBoostDelay = {
|
|
@@ -2023,6 +2024,15 @@ type GqlValidatorFilter = {
|
|
|
2023
2024
|
rewardAllocatorNotIn?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2024
2025
|
vaultAddress?: InputMaybe<Scalars['String']['input']>;
|
|
2025
2026
|
};
|
|
2027
|
+
type GqlValidatorInList = {
|
|
2028
|
+
__typename?: 'GqlValidatorInList';
|
|
2029
|
+
dynamicData?: Maybe<GqlValidatorDynamicData>;
|
|
2030
|
+
id: Scalars['Bytes']['output'];
|
|
2031
|
+
metadata?: Maybe<GqlValidatorMetadata>;
|
|
2032
|
+
operator?: Maybe<Scalars['Bytes']['output']>;
|
|
2033
|
+
pubkey: Scalars['Bytes']['output'];
|
|
2034
|
+
rewardAllocator?: Maybe<Scalars['Bytes']['output']>;
|
|
2035
|
+
};
|
|
2026
2036
|
type GqlValidatorMetadata = {
|
|
2027
2037
|
__typename?: 'GqlValidatorMetadata';
|
|
2028
2038
|
chain: GqlChain;
|
|
@@ -2463,6 +2473,21 @@ type Token = {
|
|
|
2463
2473
|
type ApiVaultIncentiveFragment = {
|
|
2464
2474
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2465
2475
|
active: boolean;
|
|
2476
|
+
tokenAddress: `0x${string}`;
|
|
2477
|
+
remainingAmount: string;
|
|
2478
|
+
remainingAmountUsd: string;
|
|
2479
|
+
incentiveRate: string;
|
|
2480
|
+
incentiveRateUsd: string;
|
|
2481
|
+
token: {
|
|
2482
|
+
__typename?: 'GqlToken';
|
|
2483
|
+
address: `0x${string}`;
|
|
2484
|
+
name: string;
|
|
2485
|
+
symbol: string;
|
|
2486
|
+
decimals: number;
|
|
2487
|
+
};
|
|
2488
|
+
};
|
|
2489
|
+
type ApiMinimalVaultIncentiveFragment = {
|
|
2490
|
+
__typename?: 'GqlRewardVaultIncentive';
|
|
2466
2491
|
remainingAmount: string;
|
|
2467
2492
|
remainingAmountUsd: string;
|
|
2468
2493
|
incentiveRate: string;
|
|
@@ -2514,11 +2539,11 @@ type ApiVaultFragment = {
|
|
|
2514
2539
|
activeIncentives: Array<{
|
|
2515
2540
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2516
2541
|
active: boolean;
|
|
2542
|
+
tokenAddress: `0x${string}`;
|
|
2517
2543
|
remainingAmount: string;
|
|
2518
2544
|
remainingAmountUsd: string;
|
|
2519
2545
|
incentiveRate: string;
|
|
2520
2546
|
incentiveRateUsd: string;
|
|
2521
|
-
tokenAddress: `0x${string}`;
|
|
2522
2547
|
token: {
|
|
2523
2548
|
__typename?: 'GqlToken';
|
|
2524
2549
|
address: `0x${string}`;
|
|
@@ -2583,11 +2608,11 @@ type GetVaultsQuery = {
|
|
|
2583
2608
|
activeIncentives: Array<{
|
|
2584
2609
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2585
2610
|
active: boolean;
|
|
2611
|
+
tokenAddress: `0x${string}`;
|
|
2586
2612
|
remainingAmount: string;
|
|
2587
2613
|
remainingAmountUsd: string;
|
|
2588
2614
|
incentiveRate: string;
|
|
2589
2615
|
incentiveRateUsd: string;
|
|
2590
|
-
tokenAddress: `0x${string}`;
|
|
2591
2616
|
token: {
|
|
2592
2617
|
__typename?: 'GqlToken';
|
|
2593
2618
|
address: `0x${string}`;
|
|
@@ -2674,17 +2699,97 @@ type ApiValidatorFragment = {
|
|
|
2674
2699
|
activeIncentives: Array<{
|
|
2675
2700
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2676
2701
|
active: boolean;
|
|
2702
|
+
tokenAddress: `0x${string}`;
|
|
2703
|
+
remainingAmount: string;
|
|
2704
|
+
remainingAmountUsd: string;
|
|
2705
|
+
incentiveRate: string;
|
|
2706
|
+
incentiveRateUsd: string;
|
|
2707
|
+
token: {
|
|
2708
|
+
__typename?: 'GqlToken';
|
|
2709
|
+
address: `0x${string}`;
|
|
2710
|
+
name: string;
|
|
2711
|
+
symbol: string;
|
|
2712
|
+
decimals: number;
|
|
2713
|
+
};
|
|
2714
|
+
}>;
|
|
2715
|
+
} | null;
|
|
2716
|
+
}>;
|
|
2717
|
+
lastBlockUptime?: {
|
|
2718
|
+
__typename?: 'GqlValidatorBlockUptime';
|
|
2719
|
+
isActive: boolean;
|
|
2720
|
+
isProposer: boolean;
|
|
2721
|
+
isSigner: boolean;
|
|
2722
|
+
status: GqlValidatorBlockUptimeStatus;
|
|
2723
|
+
blockNumber: number;
|
|
2724
|
+
} | null;
|
|
2725
|
+
metadata?: {
|
|
2726
|
+
__typename?: 'GqlValidatorMetadata';
|
|
2727
|
+
name: string;
|
|
2728
|
+
logoURI: string;
|
|
2729
|
+
website: string;
|
|
2730
|
+
description: string;
|
|
2731
|
+
} | null;
|
|
2732
|
+
dynamicData?: {
|
|
2733
|
+
__typename?: 'GqlValidatorDynamicData';
|
|
2734
|
+
activeBoostAmount: string;
|
|
2735
|
+
usersActiveBoostCount: number;
|
|
2736
|
+
queuedBoostAmount: string;
|
|
2737
|
+
usersQueuedBoostCount: number;
|
|
2738
|
+
allTimeDistributedBGTAmount: string;
|
|
2739
|
+
rewardRate: string;
|
|
2740
|
+
stakedBeraAmount: string;
|
|
2741
|
+
lastDayDistributedBGTAmount: string;
|
|
2742
|
+
activeBoostAmountRank: number;
|
|
2743
|
+
boostApr: number;
|
|
2744
|
+
commissionOnIncentives: number;
|
|
2745
|
+
} | null;
|
|
2746
|
+
};
|
|
2747
|
+
type ApiValidatorRewardAllocationWeightFragment = {
|
|
2748
|
+
__typename?: 'GqlValidatorRewardAllocationWeight';
|
|
2749
|
+
percentage: number;
|
|
2750
|
+
receivingVault?: {
|
|
2751
|
+
__typename?: 'GqlRewardVault';
|
|
2752
|
+
activeIncentives: Array<{
|
|
2753
|
+
__typename?: 'GqlRewardVaultIncentive';
|
|
2754
|
+
remainingAmount: string;
|
|
2755
|
+
remainingAmountUsd: string;
|
|
2756
|
+
incentiveRate: string;
|
|
2757
|
+
incentiveRateUsd: string;
|
|
2758
|
+
token: {
|
|
2759
|
+
__typename?: 'GqlToken';
|
|
2760
|
+
address: `0x${string}`;
|
|
2761
|
+
name: string;
|
|
2762
|
+
symbol: string;
|
|
2763
|
+
decimals: number;
|
|
2764
|
+
logoURI?: string | null;
|
|
2765
|
+
};
|
|
2766
|
+
}>;
|
|
2767
|
+
} | null;
|
|
2768
|
+
};
|
|
2769
|
+
type ApiValidatorInListFragment = {
|
|
2770
|
+
__typename?: 'GqlValidator';
|
|
2771
|
+
operator?: `0x${string}` | null;
|
|
2772
|
+
id: `0x${string}`;
|
|
2773
|
+
pubkey: `0x${string}`;
|
|
2774
|
+
rewardAllocator?: `0x${string}` | null;
|
|
2775
|
+
rewardAllocationWeights: Array<{
|
|
2776
|
+
__typename?: 'GqlValidatorRewardAllocationWeight';
|
|
2777
|
+
percentage: number;
|
|
2778
|
+
receivingVault?: {
|
|
2779
|
+
__typename?: 'GqlRewardVault';
|
|
2780
|
+
activeIncentives: Array<{
|
|
2781
|
+
__typename?: 'GqlRewardVaultIncentive';
|
|
2677
2782
|
remainingAmount: string;
|
|
2678
2783
|
remainingAmountUsd: string;
|
|
2679
2784
|
incentiveRate: string;
|
|
2680
2785
|
incentiveRateUsd: string;
|
|
2681
|
-
tokenAddress: `0x${string}`;
|
|
2682
2786
|
token: {
|
|
2683
2787
|
__typename?: 'GqlToken';
|
|
2684
2788
|
address: `0x${string}`;
|
|
2685
2789
|
name: string;
|
|
2686
2790
|
symbol: string;
|
|
2687
2791
|
decimals: number;
|
|
2792
|
+
logoURI?: string | null;
|
|
2688
2793
|
};
|
|
2689
2794
|
}>;
|
|
2690
2795
|
} | null;
|
|
@@ -2762,11 +2867,11 @@ type ApiRewardAllocationWeightFragment = {
|
|
|
2762
2867
|
activeIncentives: Array<{
|
|
2763
2868
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2764
2869
|
active: boolean;
|
|
2870
|
+
tokenAddress: `0x${string}`;
|
|
2765
2871
|
remainingAmount: string;
|
|
2766
2872
|
remainingAmountUsd: string;
|
|
2767
2873
|
incentiveRate: string;
|
|
2768
2874
|
incentiveRateUsd: string;
|
|
2769
|
-
tokenAddress: `0x${string}`;
|
|
2770
2875
|
token: {
|
|
2771
2876
|
__typename?: 'GqlToken';
|
|
2772
2877
|
address: `0x${string}`;
|
|
@@ -2840,11 +2945,11 @@ type GetValidatorQuery = {
|
|
|
2840
2945
|
activeIncentives: Array<{
|
|
2841
2946
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2842
2947
|
active: boolean;
|
|
2948
|
+
tokenAddress: `0x${string}`;
|
|
2843
2949
|
remainingAmount: string;
|
|
2844
2950
|
remainingAmountUsd: string;
|
|
2845
2951
|
incentiveRate: string;
|
|
2846
2952
|
incentiveRateUsd: string;
|
|
2847
|
-
tokenAddress: `0x${string}`;
|
|
2848
2953
|
token: {
|
|
2849
2954
|
__typename?: 'GqlToken';
|
|
2850
2955
|
address: `0x${string}`;
|
|
@@ -2963,11 +3068,11 @@ type GetValidatorsQuery = {
|
|
|
2963
3068
|
activeIncentives: Array<{
|
|
2964
3069
|
__typename?: 'GqlRewardVaultIncentive';
|
|
2965
3070
|
active: boolean;
|
|
3071
|
+
tokenAddress: `0x${string}`;
|
|
2966
3072
|
remainingAmount: string;
|
|
2967
3073
|
remainingAmountUsd: string;
|
|
2968
3074
|
incentiveRate: string;
|
|
2969
3075
|
incentiveRateUsd: string;
|
|
2970
|
-
tokenAddress: `0x${string}`;
|
|
2971
3076
|
token: {
|
|
2972
3077
|
__typename?: 'GqlToken';
|
|
2973
3078
|
address: `0x${string}`;
|
|
@@ -3073,11 +3178,11 @@ type GetVaultValidatorsQuery = {
|
|
|
3073
3178
|
activeIncentives: Array<{
|
|
3074
3179
|
__typename?: 'GqlRewardVaultIncentive';
|
|
3075
3180
|
active: boolean;
|
|
3181
|
+
tokenAddress: `0x${string}`;
|
|
3076
3182
|
remainingAmount: string;
|
|
3077
3183
|
remainingAmountUsd: string;
|
|
3078
3184
|
incentiveRate: string;
|
|
3079
3185
|
incentiveRateUsd: string;
|
|
3080
|
-
tokenAddress: `0x${string}`;
|
|
3081
3186
|
token: {
|
|
3082
3187
|
__typename?: 'GqlToken';
|
|
3083
3188
|
address: `0x${string}`;
|
|
@@ -3164,11 +3269,11 @@ type GetRewardVaultQuery = {
|
|
|
3164
3269
|
activeIncentives: Array<{
|
|
3165
3270
|
__typename?: 'GqlRewardVaultIncentive';
|
|
3166
3271
|
active: boolean;
|
|
3272
|
+
tokenAddress: `0x${string}`;
|
|
3167
3273
|
remainingAmount: string;
|
|
3168
3274
|
remainingAmountUsd: string;
|
|
3169
3275
|
incentiveRate: string;
|
|
3170
3276
|
incentiveRateUsd: string;
|
|
3171
|
-
tokenAddress: `0x${string}`;
|
|
3172
3277
|
token: {
|
|
3173
3278
|
__typename?: 'GqlToken';
|
|
3174
3279
|
address: `0x${string}`;
|
|
@@ -3294,11 +3399,11 @@ type GetUserVaultsQuery = {
|
|
|
3294
3399
|
activeIncentives: Array<{
|
|
3295
3400
|
__typename?: 'GqlRewardVaultIncentive';
|
|
3296
3401
|
active: boolean;
|
|
3402
|
+
tokenAddress: `0x${string}`;
|
|
3297
3403
|
remainingAmount: string;
|
|
3298
3404
|
remainingAmountUsd: string;
|
|
3299
3405
|
incentiveRate: string;
|
|
3300
3406
|
incentiveRateUsd: string;
|
|
3301
|
-
tokenAddress: `0x${string}`;
|
|
3302
3407
|
token: {
|
|
3303
3408
|
__typename?: 'GqlToken';
|
|
3304
3409
|
address: `0x${string}`;
|
|
@@ -3369,7 +3474,7 @@ type GetUserValidatorInformationQuery = {
|
|
|
3369
3474
|
queuedBoostAmount: string;
|
|
3370
3475
|
queuedDropBoostAmount: string;
|
|
3371
3476
|
validator?: {
|
|
3372
|
-
__typename?: '
|
|
3477
|
+
__typename?: 'GqlValidatorInList';
|
|
3373
3478
|
id: `0x${string}`;
|
|
3374
3479
|
pubkey: `0x${string}`;
|
|
3375
3480
|
metadata?: {
|
|
@@ -3381,11 +3486,14 @@ type GetUserValidatorInformationQuery = {
|
|
|
3381
3486
|
}>;
|
|
3382
3487
|
};
|
|
3383
3488
|
};
|
|
3489
|
+
declare const ApiMinimalVaultIncentive: _apollo_client.DocumentNode;
|
|
3384
3490
|
declare const ApiValidatorMinimal: _apollo_client.DocumentNode;
|
|
3385
3491
|
declare const ApiVaultIncentive: _apollo_client.DocumentNode;
|
|
3386
3492
|
declare const ApiVault: _apollo_client.DocumentNode;
|
|
3387
3493
|
declare const ApiRewardAllocationWeight: _apollo_client.DocumentNode;
|
|
3388
3494
|
declare const ApiValidator: _apollo_client.DocumentNode;
|
|
3495
|
+
declare const ApiValidatorRewardAllocationWeight: _apollo_client.DocumentNode;
|
|
3496
|
+
declare const ApiValidatorInList: _apollo_client.DocumentNode;
|
|
3389
3497
|
declare const ApiValidatorBlockUptime: _apollo_client.DocumentNode;
|
|
3390
3498
|
declare const GetVaults: _apollo_client.DocumentNode;
|
|
3391
3499
|
declare const GetValidator: _apollo_client.DocumentNode;
|
|
@@ -3405,4 +3513,4 @@ interface PossibleTypesResultData {
|
|
|
3405
3513
|
}
|
|
3406
3514
|
declare const result: PossibleTypesResultData;
|
|
3407
3515
|
|
|
3408
|
-
export { ApiRewardAllocationWeight, type ApiRewardAllocationWeightFragment, ApiValidator, ApiValidatorBlockUptime, type ApiValidatorBlockUptimeFragment, type ApiValidatorFragment, ApiValidatorMinimal, type ApiValidatorMinimalFragment, ApiVault, type ApiVaultFragment, ApiVaultIncentive, type ApiVaultIncentiveFragment, type BendVaultDynamicData, type BendVaultResponse, type Exact, GetRewardVault, type GetRewardVaultQuery, type GetRewardVaultQueryVariables, GetSWberaVaultMetadata, type GetSWberaVaultMetadataQuery, type GetSWberaVaultMetadataQueryVariables, GetSWberaVaultSnapshots, type GetSWberaVaultSnapshotsQuery, type GetSWberaVaultSnapshotsQueryVariables, GetUserValidatorInformation, type GetUserValidatorInformationQuery, type GetUserValidatorInformationQueryVariables, GetUserVaults, type GetUserVaultsQuery, type GetUserVaultsQueryVariables, GetValidator, type GetValidatorQuery, type GetValidatorQueryVariables, GetValidators, type GetValidatorsQuery, type GetValidatorsQueryVariables, GetVaultHistory, type GetVaultHistoryQuery, type GetVaultHistoryQueryVariables, GetVaultValidators, type GetVaultValidatorsQuery, type GetVaultValidatorsQueryVariables, GetVaults, type GetVaultsQuery, type GetVaultsQueryVariables, GlobalData, type GlobalDataQuery, type GlobalDataQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, type GqlPoolAddRemoveEventV3, 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, type GqlPoolSwapEventCowAmm, type GqlPoolSwapEventV3, 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 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, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, 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, type Scalars, type Token, result as default };
|
|
3516
|
+
export { ApiMinimalVaultIncentive, type ApiMinimalVaultIncentiveFragment, ApiRewardAllocationWeight, type ApiRewardAllocationWeightFragment, ApiValidator, ApiValidatorBlockUptime, type ApiValidatorBlockUptimeFragment, type ApiValidatorFragment, ApiValidatorInList, type ApiValidatorInListFragment, ApiValidatorMinimal, type ApiValidatorMinimalFragment, ApiValidatorRewardAllocationWeight, type ApiValidatorRewardAllocationWeightFragment, ApiVault, type ApiVaultFragment, ApiVaultIncentive, type ApiVaultIncentiveFragment, type BendVaultDynamicData, type BendVaultResponse, type Exact, GetRewardVault, type GetRewardVaultQuery, type GetRewardVaultQueryVariables, GetSWberaVaultMetadata, type GetSWberaVaultMetadataQuery, type GetSWberaVaultMetadataQueryVariables, GetSWberaVaultSnapshots, type GetSWberaVaultSnapshotsQuery, type GetSWberaVaultSnapshotsQueryVariables, GetUserValidatorInformation, type GetUserValidatorInformationQuery, type GetUserValidatorInformationQueryVariables, GetUserVaults, type GetUserVaultsQuery, type GetUserVaultsQueryVariables, GetValidator, type GetValidatorQuery, type GetValidatorQueryVariables, GetValidators, type GetValidatorsQuery, type GetValidatorsQueryVariables, GetVaultHistory, type GetVaultHistoryQuery, type GetVaultHistoryQueryVariables, GetVaultValidators, type GetVaultValidatorsQuery, type GetVaultValidatorsQueryVariables, GetVaults, type GetVaultsQuery, type GetVaultsQueryVariables, GlobalData, type GlobalDataQuery, type GlobalDataQueryVariables, type GqlBalancePoolAprItem, type GqlBalancePoolAprSubItem, GqlChain, type GqlDefaultRewardAllocation, type GqlDefaultRewardAllocationWeight, type GqlGlobalInfo, type GqlGraphTraversalConfigInput, type GqlHistoricalTokenPrice, type GqlHistoricalTokenPriceEntry, type GqlLatestSyncedBlocks, type GqlNestedPool, type GqlPagination, type GqlPoolAddRemoveEventV3, 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, type GqlPoolSwapEventCowAmm, type GqlPoolSwapEventV3, 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 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, type PaginatedRewardVaultIncentivesResponse, type PaginatedRewardVaultsResponse, type PaginatedUserVaultDepositsResponse, type PaginatedValidatorBlockUptimesResponse, type PaginatedValidatorBoostsResponse, type PaginatedValidatorsResponse, 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, type Scalars, type Token, result as default };
|
package/dist/pol/api.codegen.mjs
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
import{gql as
|
|
1
|
+
import{gql as e}from"@apollo/client";var d=(t=>(t.Bepolia="BEPOLIA",t.Berachain="BERACHAIN",t))(d||{}),m=(i=>(i.Aura="AURA",i.IbYield="IB_YIELD",i.Locking="LOCKING",i.MabeetsEmissions="MABEETS_EMISSIONS",i.Merkl="MERKL",i.Nested="NESTED",i.Staking="STAKING",i.StakingBoost="STAKING_BOOST",i.Surplus="SURPLUS",i.SwapFee="SWAP_FEE",i.VebalEmissions="VEBAL_EMISSIONS",i.Voting="VOTING",i))(m||{}),g=(r=>(r.Add="ADD",r.Remove="REMOVE",r.Swap="SWAP",r))(g||{}),b=(r=>(r.NinetyDays="NINETY_DAYS",r.SevenDays="SEVEN_DAYS",r.ThirtyDays="THIRTY_DAYS",r))(b||{}),G=(s=>(s.BlackListed="BLACK_LISTED",s.Incentivized="INCENTIVIZED",s.Lrt="LRT",s.Points="POINTS",s.PointsEigenlayer="POINTS_EIGENLAYER",s.PointsGyro="POINTS_GYRO",s.PointsKelp="POINTS_KELP",s.PointsRenzo="POINTS_RENZO",s.PointsSwell="POINTS_SWELL",s.Superfest="SUPERFEST",s))(G||{}),A=(t=>(t.Exit="Exit",t.Join="Join",t))(A||{}),I=(r=>(r.HasOnlyPhantomBpt="HAS_ONLY_PHANTOM_BPT",r.HasSomePhantomBpt="HAS_SOME_PHANTOM_BPT",r.NoNesting="NO_NESTING",r))(I||{}),q=(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))(q||{}),B=(t=>(t.Asc="asc",t.Desc="desc",t))(B||{}),P=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.OneHundredEightyDays="ONE_HUNDRED_EIGHTY_DAYS",a.OneYear="ONE_YEAR",a.ThirtyDays="THIRTY_DAYS",a))(P||{}),k=(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))(k||{}),h=(r=>(r.AmountRemaining="amountRemaining",r.AmountRemainingUsd="amountRemainingUsd",r.IncentiveRate="incentiveRate",r))(h||{}),v=(t=>(t.Asc="asc",t.Desc="desc",t))(v||{}),_=(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))(_||{}),D=(t=>(t.Asc="asc",t.Desc="desc",t))(D||{}),M=(a=>(a.AllTime="ALL_TIME",a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.SixtyDays="SIXTY_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(M||{}),V=(t=>(t.Day="DAY",t.Hour="HOUR",t))(V||{}),T=(t=>(t.OneDay="ONE_DAY",t.SevenDays="SEVEN_DAYS",t))(T||{}),x=(t=>(t.ExactIn="EXACT_IN",t.ExactOut="EXACT_OUT",t))(x||{}),R=(a=>(a.NinetyDay="NINETY_DAY",a.OneHundredEightyDay="ONE_HUNDRED_EIGHTY_DAY",a.OneYear="ONE_YEAR",a.SevenDay="SEVEN_DAY",a.ThirtyDay="THIRTY_DAY",a))(R||{}),w=(r=>(r.Bpt="BPT",r.PhantomBpt="PHANTOM_BPT",r.WhiteListed="WHITE_LISTED",r))(w||{}),C=(y=>(y.Amount="amount",y))(C||{}),U=(t=>(t.Asc="asc",t.Desc="desc",t))(U||{}),E=(u=>(u.Inactive="INACTIVE",u.Offline="OFFLINE",u.Proposed="PROPOSED",u.Signed="SIGNED",u))(E||{}),$=(a=>(a.ActiveBoostAmount="activeBoostAmount",a.LatestBlock="latestBlock",a.LatestBlockTime="latestBlockTime",a.QueuedBoostAmount="queuedBoostAmount",a.QueuedDropBoostAmount="queuedDropBoostAmount",a))($||{}),f=(t=>(t.Asc="asc",t.Desc="desc",t))(f||{}),N=(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))(N||{}),F=(t=>(t.Asc="asc",t.Desc="desc",t))(F||{}),W=(u=>(u.NinetyDays="NINETY_DAYS",u.SevenDays="SEVEN_DAYS",u.SixtyDays="SIXTY_DAYS",u.ThirtyDays="THIRTY_DAYS",u))(W||{}),K=e`
|
|
2
|
+
fragment ApiMinimalVaultIncentive on GqlRewardVaultIncentive {
|
|
3
|
+
remainingAmount
|
|
4
|
+
remainingAmountUsd
|
|
5
|
+
incentiveRate
|
|
6
|
+
incentiveRateUsd
|
|
7
|
+
tokenAddress
|
|
8
|
+
token {
|
|
9
|
+
address
|
|
10
|
+
name
|
|
11
|
+
symbol
|
|
12
|
+
decimals
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
`,c=e`
|
|
2
16
|
fragment ApiValidatorMinimal on GqlValidator {
|
|
3
17
|
id
|
|
4
18
|
pubkey
|
|
@@ -22,14 +36,14 @@ import{gql as o}from"@apollo/client";var d=(t=>(t.Bepolia="BEPOLIA",t.Berachain=
|
|
|
22
36
|
commissionOnIncentives
|
|
23
37
|
}
|
|
24
38
|
}
|
|
25
|
-
`,Q=
|
|
39
|
+
`,Q=e`
|
|
26
40
|
fragment ApiVaultIncentive on GqlRewardVaultIncentive {
|
|
27
41
|
active
|
|
42
|
+
tokenAddress
|
|
28
43
|
remainingAmount
|
|
29
44
|
remainingAmountUsd
|
|
30
45
|
incentiveRate
|
|
31
46
|
incentiveRateUsd
|
|
32
|
-
tokenAddress
|
|
33
47
|
token {
|
|
34
48
|
address
|
|
35
49
|
name
|
|
@@ -37,7 +51,7 @@ import{gql as o}from"@apollo/client";var d=(t=>(t.Bepolia="BEPOLIA",t.Berachain=
|
|
|
37
51
|
decimals
|
|
38
52
|
}
|
|
39
53
|
}
|
|
40
|
-
`,p=
|
|
54
|
+
`,p=e`
|
|
41
55
|
fragment ApiVault on GqlRewardVault {
|
|
42
56
|
id: vaultAddress
|
|
43
57
|
vaultAddress
|
|
@@ -74,7 +88,7 @@ import{gql as o}from"@apollo/client";var d=(t=>(t.Bepolia="BEPOLIA",t.Berachain=
|
|
|
74
88
|
...ApiVaultIncentive
|
|
75
89
|
}
|
|
76
90
|
}
|
|
77
|
-
${Q}`,H=
|
|
91
|
+
${Q}`,H=e`
|
|
78
92
|
fragment ApiRewardAllocationWeight on GqlValidatorRewardAllocationWeight {
|
|
79
93
|
percentage
|
|
80
94
|
receivingVault {
|
|
@@ -83,7 +97,7 @@ import{gql as o}from"@apollo/client";var d=(t=>(t.Bepolia="BEPOLIA",t.Berachain=
|
|
|
83
97
|
receiver
|
|
84
98
|
startBlock
|
|
85
99
|
}
|
|
86
|
-
${p}`,
|
|
100
|
+
${p}`,S=e`
|
|
87
101
|
fragment ApiValidator on GqlValidator {
|
|
88
102
|
...ApiValidatorMinimal
|
|
89
103
|
operator
|
|
@@ -104,8 +118,49 @@ import{gql as o}from"@apollo/client";var d=(t=>(t.Bepolia="BEPOLIA",t.Berachain=
|
|
|
104
118
|
description
|
|
105
119
|
}
|
|
106
120
|
}
|
|
107
|
-
${
|
|
108
|
-
${H}`,O=
|
|
121
|
+
${c}
|
|
122
|
+
${H}`,O=e`
|
|
123
|
+
fragment ApiValidatorRewardAllocationWeight on GqlValidatorRewardAllocationWeight {
|
|
124
|
+
percentage
|
|
125
|
+
receivingVault {
|
|
126
|
+
activeIncentives {
|
|
127
|
+
token {
|
|
128
|
+
address
|
|
129
|
+
name
|
|
130
|
+
symbol
|
|
131
|
+
decimals
|
|
132
|
+
logoURI
|
|
133
|
+
}
|
|
134
|
+
remainingAmount
|
|
135
|
+
remainingAmountUsd
|
|
136
|
+
incentiveRate
|
|
137
|
+
incentiveRateUsd
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
`,J=e`
|
|
142
|
+
fragment ApiValidatorInList on GqlValidator {
|
|
143
|
+
...ApiValidatorMinimal
|
|
144
|
+
operator
|
|
145
|
+
rewardAllocationWeights {
|
|
146
|
+
...ApiValidatorRewardAllocationWeight
|
|
147
|
+
}
|
|
148
|
+
lastBlockUptime {
|
|
149
|
+
isActive
|
|
150
|
+
isProposer
|
|
151
|
+
isSigner
|
|
152
|
+
status
|
|
153
|
+
blockNumber
|
|
154
|
+
}
|
|
155
|
+
metadata {
|
|
156
|
+
name
|
|
157
|
+
logoURI
|
|
158
|
+
website
|
|
159
|
+
description
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
${c}
|
|
163
|
+
${O}`,L=e`
|
|
109
164
|
fragment ApiValidatorBlockUptime on GqlValidatorBlockUptime {
|
|
110
165
|
isActive
|
|
111
166
|
isProposer
|
|
@@ -113,7 +168,7 @@ ${H}`,O=o`
|
|
|
113
168
|
status
|
|
114
169
|
blockNumber
|
|
115
170
|
}
|
|
116
|
-
`,
|
|
171
|
+
`,X=e`
|
|
117
172
|
query GetVaults($where: GqlRewardVaultFilter, $pageSize: Int, $skip: Int, $orderBy: GqlRewardVaultOrderBy = bgtCapturePercentage, $orderDirection: GqlRewardVaultOrderDirection = desc, $search: String) {
|
|
118
173
|
polGetRewardVaults(
|
|
119
174
|
where: $where
|
|
@@ -132,7 +187,7 @@ ${H}`,O=o`
|
|
|
132
187
|
}
|
|
133
188
|
}
|
|
134
189
|
}
|
|
135
|
-
${p}`,
|
|
190
|
+
${p}`,j=e`
|
|
136
191
|
query GetValidator($id: String!, $chain: GqlChain!) {
|
|
137
192
|
validator: polGetValidator(validatorId: $id, chain: $chain) {
|
|
138
193
|
...ApiValidator
|
|
@@ -141,8 +196,8 @@ ${H}`,O=o`
|
|
|
141
196
|
...ApiValidatorBlockUptime
|
|
142
197
|
}
|
|
143
198
|
}
|
|
144
|
-
${
|
|
145
|
-
${
|
|
199
|
+
${S}
|
|
200
|
+
${L}`,Z=e`
|
|
146
201
|
query GetValidators($where: GqlValidatorFilter, $sortBy: GqlValidatorOrderBy = lastDayDistributedBGTAmount, $sortOrder: GqlValidatorOrderDirection = desc, $pageSize: Int, $skip: Int, $search: String, $chain: GqlChain) {
|
|
147
202
|
validators: polGetValidators(
|
|
148
203
|
where: $where
|
|
@@ -164,7 +219,7 @@ ${O}`,J=o`
|
|
|
164
219
|
}
|
|
165
220
|
}
|
|
166
221
|
}
|
|
167
|
-
${
|
|
222
|
+
${S}`,tt=e`
|
|
168
223
|
query GetVaultValidators($vaultId: String!, $chain: GqlChain, $isActive: Boolean = true) {
|
|
169
224
|
validators: polGetValidators(
|
|
170
225
|
where: {vaultAddress: $vaultId, isActive: $isActive}
|
|
@@ -181,13 +236,13 @@ ${O}`,J=o`
|
|
|
181
236
|
}
|
|
182
237
|
}
|
|
183
238
|
}
|
|
184
|
-
${
|
|
239
|
+
${S}`,at=e`
|
|
185
240
|
query GetRewardVault($vaultId: String!, $chain: GqlChain!) {
|
|
186
241
|
rewardVault: polGetRewardVault(vaultAddress: $vaultId, chain: $chain) {
|
|
187
242
|
...ApiVault
|
|
188
243
|
}
|
|
189
244
|
}
|
|
190
|
-
${p}`,
|
|
245
|
+
${p}`,et=e`
|
|
191
246
|
query GlobalData($chain: GqlChain!) {
|
|
192
247
|
top3EmittingValidators: polGetValidators(
|
|
193
248
|
orderBy: bgtCapturePercentage
|
|
@@ -220,7 +275,7 @@ ${O}`,J=o`
|
|
|
220
275
|
}
|
|
221
276
|
}
|
|
222
277
|
}
|
|
223
|
-
${
|
|
278
|
+
${c}`,rt=e`
|
|
224
279
|
query GetUserVaults($userId: String!, $chain: GqlChain!) {
|
|
225
280
|
userVaultDeposits: polGetUserVaultDeposits(userAddress: $userId, chain: $chain) {
|
|
226
281
|
pagination {
|
|
@@ -236,7 +291,7 @@ ${O}`,J=o`
|
|
|
236
291
|
}
|
|
237
292
|
}
|
|
238
293
|
}
|
|
239
|
-
${p}`,
|
|
294
|
+
${p}`,ot=e`
|
|
240
295
|
query GetVaultHistory($vaultId: String!, $chain: GqlChain!, $resolution: GqlRewardVaultSnapshotResolution = DAY, $range: GqlRewardVaultSnapshotDataRange = THIRTY_DAYS) {
|
|
241
296
|
polGetRewardVaultSnapshots(
|
|
242
297
|
chain: $chain
|
|
@@ -249,14 +304,14 @@ ${O}`,J=o`
|
|
|
249
304
|
apr
|
|
250
305
|
}
|
|
251
306
|
}
|
|
252
|
-
`,
|
|
307
|
+
`,nt=e`
|
|
253
308
|
query GetSWberaVaultMetadata($chain: GqlChain!, $resolution: GqlSWberaVaultMetadataResolution) {
|
|
254
309
|
polGetSWberaVaultMetadata(chain: $chain, resolution: $resolution) {
|
|
255
310
|
apr
|
|
256
311
|
chain
|
|
257
312
|
}
|
|
258
313
|
}
|
|
259
|
-
`,
|
|
314
|
+
`,lt=e`
|
|
260
315
|
query GetSWberaVaultSnapshots($chain: GqlChain!, $range: GqlVaultSnapshotDataRange) {
|
|
261
316
|
polGetSWberaVaultSnapshots(chain: $chain, range: $range) {
|
|
262
317
|
apr
|
|
@@ -267,7 +322,7 @@ ${O}`,J=o`
|
|
|
267
322
|
vaultAddress
|
|
268
323
|
}
|
|
269
324
|
}
|
|
270
|
-
`,
|
|
325
|
+
`,it=e`
|
|
271
326
|
query GetUserValidatorInformation($address: String!, $chain: GqlChain!) {
|
|
272
327
|
polGetValidatorBoosts(userAddress: $address, chain: $chain, first: 100) {
|
|
273
328
|
boosts {
|
|
@@ -286,4 +341,4 @@ ${O}`,J=o`
|
|
|
286
341
|
}
|
|
287
342
|
}
|
|
288
343
|
}
|
|
289
|
-
`,
|
|
344
|
+
`,Y={possibleTypes:{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"]}},st=Y;export{K as ApiMinimalVaultIncentive,H as ApiRewardAllocationWeight,S as ApiValidator,L as ApiValidatorBlockUptime,J as ApiValidatorInList,c as ApiValidatorMinimal,O as ApiValidatorRewardAllocationWeight,p as ApiVault,Q as ApiVaultIncentive,at as GetRewardVault,nt as GetSWberaVaultMetadata,lt as GetSWberaVaultSnapshots,it as GetUserValidatorInformation,rt as GetUserVaults,j as GetValidator,Z as GetValidators,ot as GetVaultHistory,tt as GetVaultValidators,X as GetVaults,et as GlobalData,d as GqlChain,m as GqlPoolAprItemType,g as GqlPoolEventType,b as GqlPoolEventsDataRange,G as GqlPoolFilterCategory,A as GqlPoolJoinExitType,I as GqlPoolNestingType,q as GqlPoolOrderBy,B as GqlPoolOrderDirection,P as GqlPoolSnapshotDataRange,k as GqlPoolType,h as GqlRewardVaultIncentiveOrderBy,v as GqlRewardVaultIncentiveOrderDirection,_ as GqlRewardVaultOrderBy,D as GqlRewardVaultOrderDirection,M as GqlRewardVaultSnapshotDataRange,V as GqlRewardVaultSnapshotResolution,T as GqlSWberaVaultMetadataResolution,x as GqlSorSwapType,R as GqlTokenChartDataRange,w as GqlTokenType,C as GqlUserVaultDepositOrderBy,U as GqlUserVaultDepositOrderDirection,E as GqlValidatorBlockUptimeStatus,$ as GqlValidatorBoostOrderBy,f as GqlValidatorBoostOrderDirection,N as GqlValidatorOrderBy,F as GqlValidatorOrderDirection,W as GqlVaultSnapshotDataRange,st as default};
|