@berachain/graphql 0.1.0-alpha.5 → 0.1.0-alpha.7
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/bend/whisk.codegen.cjs +14 -14
- package/dist/bend/whisk.codegen.d.cts +15 -15
- package/dist/bend/whisk.codegen.d.ts +15 -15
- package/dist/bend/whisk.codegen.js +1 -1
- package/dist/chain/chain.codegen.cjs +1 -1
- package/dist/chain/chain.codegen.d.cts +2 -2
- package/dist/chain/chain.codegen.d.ts +2 -2
- package/dist/chain/chain.codegen.js +1 -1
- package/dist/chunk-2NNMCPDS.cjs +1 -0
- package/dist/chunk-JUYCSGOC.js +1 -0
- package/dist/dex/api.codegen.cjs +18 -18
- package/dist/dex/api.codegen.d.cts +44 -47
- package/dist/dex/api.codegen.d.ts +44 -47
- package/dist/dex/api.codegen.js +4 -4
- package/dist/dex/subgraph.codegen.cjs +8 -8
- package/dist/dex/subgraph.codegen.d.cts +9 -9
- package/dist/dex/subgraph.codegen.d.ts +9 -9
- package/dist/dex/subgraph.codegen.js +8 -8
- package/dist/governance/governance.codegen.cjs +8 -8
- package/dist/governance/governance.codegen.d.cts +9 -9
- package/dist/governance/governance.codegen.d.ts +9 -9
- package/dist/governance/governance.codegen.js +8 -8
- package/dist/honey/honey.codegen.cjs +9 -9
- package/dist/honey/honey.codegen.d.cts +10 -10
- package/dist/honey/honey.codegen.d.ts +10 -10
- package/dist/honey/honey.codegen.js +1 -1
- package/dist/pol/api.codegen.cjs +21 -21
- package/dist/pol/api.codegen.d.cts +53 -56
- package/dist/pol/api.codegen.d.ts +53 -56
- package/dist/pol/api.codegen.js +2 -2
- package/dist/pol/subgraph.codegen.cjs +19 -19
- package/dist/pol/subgraph.codegen.d.cts +20 -20
- package/dist/pol/subgraph.codegen.d.ts +20 -20
- package/dist/pol/subgraph.codegen.js +1 -1
- package/package.json +20 -12
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -86,11 +86,8 @@ type GqlBalancePoolAprSubItem = {
|
|
|
86
86
|
title: Scalars['String']['output'];
|
|
87
87
|
};
|
|
88
88
|
declare enum GqlChain {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
Berachain = "BERACHAIN",
|
|
92
|
-
/** @deprecated CARTIO is deprecated */
|
|
93
|
-
Cartio = "CARTIO"
|
|
89
|
+
Bepolia = "BEPOLIA",
|
|
90
|
+
Berachain = "BERACHAIN"
|
|
94
91
|
}
|
|
95
92
|
type GqlContentNewsItem = {
|
|
96
93
|
__typename?: 'GqlContentNewsItem';
|
|
@@ -1373,17 +1370,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1373
1370
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1374
1371
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1375
1372
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1376
|
-
apr?: Maybe<Scalars['
|
|
1373
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1377
1374
|
/** @deprecated Use apr instead */
|
|
1378
|
-
apy?: Maybe<Scalars['
|
|
1375
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1379
1376
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1380
1377
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1381
1378
|
chain: GqlChain;
|
|
1382
1379
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1383
|
-
projectedApr?: Maybe<Scalars['
|
|
1380
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1384
1381
|
/** @deprecated Use projectedApr instead */
|
|
1385
|
-
projectedApy?: Maybe<Scalars['
|
|
1386
|
-
tvl
|
|
1382
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1383
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1387
1384
|
vaultAddress: Scalars['String']['output'];
|
|
1388
1385
|
};
|
|
1389
1386
|
type GqlRewardVaultFilter = {
|
|
@@ -1940,7 +1937,7 @@ type GqlValidatorDynamicData = {
|
|
|
1940
1937
|
apy: Scalars['String']['output'];
|
|
1941
1938
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1942
1939
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1943
|
-
boostApr: Scalars['
|
|
1940
|
+
boostApr: Scalars['Float']['output'];
|
|
1944
1941
|
chain: GqlChain;
|
|
1945
1942
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
1946
1943
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2573,7 +2570,7 @@ type RewardVaultFragment = {
|
|
|
2573
2570
|
dynamicData?: {
|
|
2574
2571
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2575
2572
|
activeIncentivesValueUsd: string;
|
|
2576
|
-
apr?:
|
|
2573
|
+
apr?: number | null;
|
|
2577
2574
|
bgtCapturePercentage: string;
|
|
2578
2575
|
allTimeReceivedBGTAmount: string;
|
|
2579
2576
|
} | null;
|
|
@@ -2639,7 +2636,7 @@ type MinimalPoolInListFragment = {
|
|
|
2639
2636
|
dynamicData?: {
|
|
2640
2637
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2641
2638
|
activeIncentivesValueUsd: string;
|
|
2642
|
-
apr?:
|
|
2639
|
+
apr?: number | null;
|
|
2643
2640
|
bgtCapturePercentage: string;
|
|
2644
2641
|
allTimeReceivedBGTAmount: string;
|
|
2645
2642
|
} | null;
|
|
@@ -2689,7 +2686,7 @@ type MinimalPool_GqlPoolComposableStable_Fragment = {
|
|
|
2689
2686
|
dynamicData?: {
|
|
2690
2687
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2691
2688
|
activeIncentivesValueUsd: string;
|
|
2692
|
-
apr?:
|
|
2689
|
+
apr?: number | null;
|
|
2693
2690
|
bgtCapturePercentage: string;
|
|
2694
2691
|
allTimeReceivedBGTAmount: string;
|
|
2695
2692
|
} | null;
|
|
@@ -2739,7 +2736,7 @@ type MinimalPool_GqlPoolElement_Fragment = {
|
|
|
2739
2736
|
dynamicData?: {
|
|
2740
2737
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2741
2738
|
activeIncentivesValueUsd: string;
|
|
2742
|
-
apr?:
|
|
2739
|
+
apr?: number | null;
|
|
2743
2740
|
bgtCapturePercentage: string;
|
|
2744
2741
|
allTimeReceivedBGTAmount: string;
|
|
2745
2742
|
} | null;
|
|
@@ -2789,7 +2786,7 @@ type MinimalPool_GqlPoolFx_Fragment = {
|
|
|
2789
2786
|
dynamicData?: {
|
|
2790
2787
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2791
2788
|
activeIncentivesValueUsd: string;
|
|
2792
|
-
apr?:
|
|
2789
|
+
apr?: number | null;
|
|
2793
2790
|
bgtCapturePercentage: string;
|
|
2794
2791
|
allTimeReceivedBGTAmount: string;
|
|
2795
2792
|
} | null;
|
|
@@ -2839,7 +2836,7 @@ type MinimalPool_GqlPoolGyro_Fragment = {
|
|
|
2839
2836
|
dynamicData?: {
|
|
2840
2837
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2841
2838
|
activeIncentivesValueUsd: string;
|
|
2842
|
-
apr?:
|
|
2839
|
+
apr?: number | null;
|
|
2843
2840
|
bgtCapturePercentage: string;
|
|
2844
2841
|
allTimeReceivedBGTAmount: string;
|
|
2845
2842
|
} | null;
|
|
@@ -2889,7 +2886,7 @@ type MinimalPool_GqlPoolLiquidityBootstrapping_Fragment = {
|
|
|
2889
2886
|
dynamicData?: {
|
|
2890
2887
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2891
2888
|
activeIncentivesValueUsd: string;
|
|
2892
|
-
apr?:
|
|
2889
|
+
apr?: number | null;
|
|
2893
2890
|
bgtCapturePercentage: string;
|
|
2894
2891
|
allTimeReceivedBGTAmount: string;
|
|
2895
2892
|
} | null;
|
|
@@ -2939,7 +2936,7 @@ type MinimalPool_GqlPoolMetaStable_Fragment = {
|
|
|
2939
2936
|
dynamicData?: {
|
|
2940
2937
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2941
2938
|
activeIncentivesValueUsd: string;
|
|
2942
|
-
apr?:
|
|
2939
|
+
apr?: number | null;
|
|
2943
2940
|
bgtCapturePercentage: string;
|
|
2944
2941
|
allTimeReceivedBGTAmount: string;
|
|
2945
2942
|
} | null;
|
|
@@ -2989,7 +2986,7 @@ type MinimalPool_GqlPoolStable_Fragment = {
|
|
|
2989
2986
|
dynamicData?: {
|
|
2990
2987
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2991
2988
|
activeIncentivesValueUsd: string;
|
|
2992
|
-
apr?:
|
|
2989
|
+
apr?: number | null;
|
|
2993
2990
|
bgtCapturePercentage: string;
|
|
2994
2991
|
allTimeReceivedBGTAmount: string;
|
|
2995
2992
|
} | null;
|
|
@@ -3039,7 +3036,7 @@ type MinimalPool_GqlPoolWeighted_Fragment = {
|
|
|
3039
3036
|
dynamicData?: {
|
|
3040
3037
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3041
3038
|
activeIncentivesValueUsd: string;
|
|
3042
|
-
apr?:
|
|
3039
|
+
apr?: number | null;
|
|
3043
3040
|
bgtCapturePercentage: string;
|
|
3044
3041
|
allTimeReceivedBGTAmount: string;
|
|
3045
3042
|
} | null;
|
|
@@ -3104,7 +3101,7 @@ type GetPoolsQuery = {
|
|
|
3104
3101
|
dynamicData?: {
|
|
3105
3102
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3106
3103
|
activeIncentivesValueUsd: string;
|
|
3107
|
-
apr?:
|
|
3104
|
+
apr?: number | null;
|
|
3108
3105
|
bgtCapturePercentage: string;
|
|
3109
3106
|
allTimeReceivedBGTAmount: string;
|
|
3110
3107
|
} | null;
|
|
@@ -3162,7 +3159,7 @@ type GetPoolQuery = {
|
|
|
3162
3159
|
dynamicData?: {
|
|
3163
3160
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3164
3161
|
activeIncentivesValueUsd: string;
|
|
3165
|
-
apr?:
|
|
3162
|
+
apr?: number | null;
|
|
3166
3163
|
bgtCapturePercentage: string;
|
|
3167
3164
|
allTimeReceivedBGTAmount: string;
|
|
3168
3165
|
} | null;
|
|
@@ -3211,7 +3208,7 @@ type GetPoolQuery = {
|
|
|
3211
3208
|
dynamicData?: {
|
|
3212
3209
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3213
3210
|
activeIncentivesValueUsd: string;
|
|
3214
|
-
apr?:
|
|
3211
|
+
apr?: number | null;
|
|
3215
3212
|
bgtCapturePercentage: string;
|
|
3216
3213
|
allTimeReceivedBGTAmount: string;
|
|
3217
3214
|
} | null;
|
|
@@ -3260,7 +3257,7 @@ type GetPoolQuery = {
|
|
|
3260
3257
|
dynamicData?: {
|
|
3261
3258
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3262
3259
|
activeIncentivesValueUsd: string;
|
|
3263
|
-
apr?:
|
|
3260
|
+
apr?: number | null;
|
|
3264
3261
|
bgtCapturePercentage: string;
|
|
3265
3262
|
allTimeReceivedBGTAmount: string;
|
|
3266
3263
|
} | null;
|
|
@@ -3309,7 +3306,7 @@ type GetPoolQuery = {
|
|
|
3309
3306
|
dynamicData?: {
|
|
3310
3307
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3311
3308
|
activeIncentivesValueUsd: string;
|
|
3312
|
-
apr?:
|
|
3309
|
+
apr?: number | null;
|
|
3313
3310
|
bgtCapturePercentage: string;
|
|
3314
3311
|
allTimeReceivedBGTAmount: string;
|
|
3315
3312
|
} | null;
|
|
@@ -3358,7 +3355,7 @@ type GetPoolQuery = {
|
|
|
3358
3355
|
dynamicData?: {
|
|
3359
3356
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3360
3357
|
activeIncentivesValueUsd: string;
|
|
3361
|
-
apr?:
|
|
3358
|
+
apr?: number | null;
|
|
3362
3359
|
bgtCapturePercentage: string;
|
|
3363
3360
|
allTimeReceivedBGTAmount: string;
|
|
3364
3361
|
} | null;
|
|
@@ -3407,7 +3404,7 @@ type GetPoolQuery = {
|
|
|
3407
3404
|
dynamicData?: {
|
|
3408
3405
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3409
3406
|
activeIncentivesValueUsd: string;
|
|
3410
|
-
apr?:
|
|
3407
|
+
apr?: number | null;
|
|
3411
3408
|
bgtCapturePercentage: string;
|
|
3412
3409
|
allTimeReceivedBGTAmount: string;
|
|
3413
3410
|
} | null;
|
|
@@ -3456,7 +3453,7 @@ type GetPoolQuery = {
|
|
|
3456
3453
|
dynamicData?: {
|
|
3457
3454
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3458
3455
|
activeIncentivesValueUsd: string;
|
|
3459
|
-
apr?:
|
|
3456
|
+
apr?: number | null;
|
|
3460
3457
|
bgtCapturePercentage: string;
|
|
3461
3458
|
allTimeReceivedBGTAmount: string;
|
|
3462
3459
|
} | null;
|
|
@@ -3505,7 +3502,7 @@ type GetPoolQuery = {
|
|
|
3505
3502
|
dynamicData?: {
|
|
3506
3503
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3507
3504
|
activeIncentivesValueUsd: string;
|
|
3508
|
-
apr?:
|
|
3505
|
+
apr?: number | null;
|
|
3509
3506
|
bgtCapturePercentage: string;
|
|
3510
3507
|
allTimeReceivedBGTAmount: string;
|
|
3511
3508
|
} | null;
|
|
@@ -3710,12 +3707,12 @@ type GetGlobalLiquidityAndSwapVolumeQuery = {
|
|
|
3710
3707
|
totalLiquidity: any;
|
|
3711
3708
|
};
|
|
3712
3709
|
};
|
|
3713
|
-
declare const DynamicData:
|
|
3714
|
-
declare const UserBalance:
|
|
3715
|
-
declare const RewardVault:
|
|
3716
|
-
declare const MinimalPoolInList:
|
|
3717
|
-
declare const MinimalPool:
|
|
3718
|
-
declare const PoolHistoricalData:
|
|
3710
|
+
declare const DynamicData: graphql.DocumentNode;
|
|
3711
|
+
declare const UserBalance: graphql.DocumentNode;
|
|
3712
|
+
declare const RewardVault: graphql.DocumentNode;
|
|
3713
|
+
declare const MinimalPoolInList: graphql.DocumentNode;
|
|
3714
|
+
declare const MinimalPool: graphql.DocumentNode;
|
|
3715
|
+
declare const PoolHistoricalData: graphql.DocumentNode;
|
|
3719
3716
|
/** Represents an event that occurs when a swap is made in a pool using the CowAmm protocol. */
|
|
3720
3717
|
type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
3721
3718
|
__typename?: 'GqlPoolSwapEventCowAmm';
|
|
@@ -3752,7 +3749,7 @@ type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
|
3752
3749
|
/** The value of the event in USD. */
|
|
3753
3750
|
valueUSD: Scalars['Float']['output'];
|
|
3754
3751
|
};
|
|
3755
|
-
declare const GqlPoolSwapEventCowAmm:
|
|
3752
|
+
declare const GqlPoolSwapEventCowAmm: graphql.DocumentNode;
|
|
3756
3753
|
/** Represents an event that occurs when a swap is made in a pool. */
|
|
3757
3754
|
type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
3758
3755
|
__typename?: 'GqlPoolSwapEventV3';
|
|
@@ -3787,7 +3784,7 @@ type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
|
3787
3784
|
/** The value of the event in USD. */
|
|
3788
3785
|
valueUSD: Scalars['Float']['output'];
|
|
3789
3786
|
};
|
|
3790
|
-
declare const GqlPoolSwapEventV3:
|
|
3787
|
+
declare const GqlPoolSwapEventV3: graphql.DocumentNode;
|
|
3791
3788
|
/** Represents an event that occurs when liquidity is added or removed from a pool. */
|
|
3792
3789
|
type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
3793
3790
|
__typename?: 'GqlPoolAddRemoveEventV3';
|
|
@@ -3818,14 +3815,14 @@ type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
|
3818
3815
|
/** The value of the event in USD. */
|
|
3819
3816
|
valueUSD: Scalars['Float']['output'];
|
|
3820
3817
|
};
|
|
3821
|
-
declare const GqlPoolAddRemoveEventV3:
|
|
3822
|
-
declare const PoolEvent:
|
|
3823
|
-
declare const GetPools:
|
|
3824
|
-
declare const GetPool:
|
|
3825
|
-
declare const GetPoolHistoricalData:
|
|
3826
|
-
declare const GetPoolEvents:
|
|
3827
|
-
declare const GetTokenCurrentPrices:
|
|
3828
|
-
declare const GetGlobalLiquidityAndSwapVolume:
|
|
3818
|
+
declare const GqlPoolAddRemoveEventV3: graphql.DocumentNode;
|
|
3819
|
+
declare const PoolEvent: graphql.DocumentNode;
|
|
3820
|
+
declare const GetPools: graphql.DocumentNode;
|
|
3821
|
+
declare const GetPool: graphql.DocumentNode;
|
|
3822
|
+
declare const GetPoolHistoricalData: graphql.DocumentNode;
|
|
3823
|
+
declare const GetPoolEvents: graphql.DocumentNode;
|
|
3824
|
+
declare const GetTokenCurrentPrices: graphql.DocumentNode;
|
|
3825
|
+
declare const GetGlobalLiquidityAndSwapVolume: graphql.DocumentNode;
|
|
3829
3826
|
interface PossibleTypesResultData {
|
|
3830
3827
|
possibleTypes: {
|
|
3831
3828
|
[key: string]: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as graphql from 'graphql';
|
|
2
2
|
|
|
3
3
|
type Maybe<T> = T | null;
|
|
4
4
|
type InputMaybe<T> = Maybe<T>;
|
|
@@ -86,11 +86,8 @@ type GqlBalancePoolAprSubItem = {
|
|
|
86
86
|
title: Scalars['String']['output'];
|
|
87
87
|
};
|
|
88
88
|
declare enum GqlChain {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
Berachain = "BERACHAIN",
|
|
92
|
-
/** @deprecated CARTIO is deprecated */
|
|
93
|
-
Cartio = "CARTIO"
|
|
89
|
+
Bepolia = "BEPOLIA",
|
|
90
|
+
Berachain = "BERACHAIN"
|
|
94
91
|
}
|
|
95
92
|
type GqlContentNewsItem = {
|
|
96
93
|
__typename?: 'GqlContentNewsItem';
|
|
@@ -1373,17 +1370,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1373
1370
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1374
1371
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1375
1372
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1376
|
-
apr?: Maybe<Scalars['
|
|
1373
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1377
1374
|
/** @deprecated Use apr instead */
|
|
1378
|
-
apy?: Maybe<Scalars['
|
|
1375
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1379
1376
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1380
1377
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1381
1378
|
chain: GqlChain;
|
|
1382
1379
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1383
|
-
projectedApr?: Maybe<Scalars['
|
|
1380
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1384
1381
|
/** @deprecated Use projectedApr instead */
|
|
1385
|
-
projectedApy?: Maybe<Scalars['
|
|
1386
|
-
tvl
|
|
1382
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1383
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1387
1384
|
vaultAddress: Scalars['String']['output'];
|
|
1388
1385
|
};
|
|
1389
1386
|
type GqlRewardVaultFilter = {
|
|
@@ -1940,7 +1937,7 @@ type GqlValidatorDynamicData = {
|
|
|
1940
1937
|
apy: Scalars['String']['output'];
|
|
1941
1938
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1942
1939
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1943
|
-
boostApr: Scalars['
|
|
1940
|
+
boostApr: Scalars['Float']['output'];
|
|
1944
1941
|
chain: GqlChain;
|
|
1945
1942
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
1946
1943
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2573,7 +2570,7 @@ type RewardVaultFragment = {
|
|
|
2573
2570
|
dynamicData?: {
|
|
2574
2571
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2575
2572
|
activeIncentivesValueUsd: string;
|
|
2576
|
-
apr?:
|
|
2573
|
+
apr?: number | null;
|
|
2577
2574
|
bgtCapturePercentage: string;
|
|
2578
2575
|
allTimeReceivedBGTAmount: string;
|
|
2579
2576
|
} | null;
|
|
@@ -2639,7 +2636,7 @@ type MinimalPoolInListFragment = {
|
|
|
2639
2636
|
dynamicData?: {
|
|
2640
2637
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2641
2638
|
activeIncentivesValueUsd: string;
|
|
2642
|
-
apr?:
|
|
2639
|
+
apr?: number | null;
|
|
2643
2640
|
bgtCapturePercentage: string;
|
|
2644
2641
|
allTimeReceivedBGTAmount: string;
|
|
2645
2642
|
} | null;
|
|
@@ -2689,7 +2686,7 @@ type MinimalPool_GqlPoolComposableStable_Fragment = {
|
|
|
2689
2686
|
dynamicData?: {
|
|
2690
2687
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2691
2688
|
activeIncentivesValueUsd: string;
|
|
2692
|
-
apr?:
|
|
2689
|
+
apr?: number | null;
|
|
2693
2690
|
bgtCapturePercentage: string;
|
|
2694
2691
|
allTimeReceivedBGTAmount: string;
|
|
2695
2692
|
} | null;
|
|
@@ -2739,7 +2736,7 @@ type MinimalPool_GqlPoolElement_Fragment = {
|
|
|
2739
2736
|
dynamicData?: {
|
|
2740
2737
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2741
2738
|
activeIncentivesValueUsd: string;
|
|
2742
|
-
apr?:
|
|
2739
|
+
apr?: number | null;
|
|
2743
2740
|
bgtCapturePercentage: string;
|
|
2744
2741
|
allTimeReceivedBGTAmount: string;
|
|
2745
2742
|
} | null;
|
|
@@ -2789,7 +2786,7 @@ type MinimalPool_GqlPoolFx_Fragment = {
|
|
|
2789
2786
|
dynamicData?: {
|
|
2790
2787
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2791
2788
|
activeIncentivesValueUsd: string;
|
|
2792
|
-
apr?:
|
|
2789
|
+
apr?: number | null;
|
|
2793
2790
|
bgtCapturePercentage: string;
|
|
2794
2791
|
allTimeReceivedBGTAmount: string;
|
|
2795
2792
|
} | null;
|
|
@@ -2839,7 +2836,7 @@ type MinimalPool_GqlPoolGyro_Fragment = {
|
|
|
2839
2836
|
dynamicData?: {
|
|
2840
2837
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2841
2838
|
activeIncentivesValueUsd: string;
|
|
2842
|
-
apr?:
|
|
2839
|
+
apr?: number | null;
|
|
2843
2840
|
bgtCapturePercentage: string;
|
|
2844
2841
|
allTimeReceivedBGTAmount: string;
|
|
2845
2842
|
} | null;
|
|
@@ -2889,7 +2886,7 @@ type MinimalPool_GqlPoolLiquidityBootstrapping_Fragment = {
|
|
|
2889
2886
|
dynamicData?: {
|
|
2890
2887
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2891
2888
|
activeIncentivesValueUsd: string;
|
|
2892
|
-
apr?:
|
|
2889
|
+
apr?: number | null;
|
|
2893
2890
|
bgtCapturePercentage: string;
|
|
2894
2891
|
allTimeReceivedBGTAmount: string;
|
|
2895
2892
|
} | null;
|
|
@@ -2939,7 +2936,7 @@ type MinimalPool_GqlPoolMetaStable_Fragment = {
|
|
|
2939
2936
|
dynamicData?: {
|
|
2940
2937
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2941
2938
|
activeIncentivesValueUsd: string;
|
|
2942
|
-
apr?:
|
|
2939
|
+
apr?: number | null;
|
|
2943
2940
|
bgtCapturePercentage: string;
|
|
2944
2941
|
allTimeReceivedBGTAmount: string;
|
|
2945
2942
|
} | null;
|
|
@@ -2989,7 +2986,7 @@ type MinimalPool_GqlPoolStable_Fragment = {
|
|
|
2989
2986
|
dynamicData?: {
|
|
2990
2987
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2991
2988
|
activeIncentivesValueUsd: string;
|
|
2992
|
-
apr?:
|
|
2989
|
+
apr?: number | null;
|
|
2993
2990
|
bgtCapturePercentage: string;
|
|
2994
2991
|
allTimeReceivedBGTAmount: string;
|
|
2995
2992
|
} | null;
|
|
@@ -3039,7 +3036,7 @@ type MinimalPool_GqlPoolWeighted_Fragment = {
|
|
|
3039
3036
|
dynamicData?: {
|
|
3040
3037
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3041
3038
|
activeIncentivesValueUsd: string;
|
|
3042
|
-
apr?:
|
|
3039
|
+
apr?: number | null;
|
|
3043
3040
|
bgtCapturePercentage: string;
|
|
3044
3041
|
allTimeReceivedBGTAmount: string;
|
|
3045
3042
|
} | null;
|
|
@@ -3104,7 +3101,7 @@ type GetPoolsQuery = {
|
|
|
3104
3101
|
dynamicData?: {
|
|
3105
3102
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3106
3103
|
activeIncentivesValueUsd: string;
|
|
3107
|
-
apr?:
|
|
3104
|
+
apr?: number | null;
|
|
3108
3105
|
bgtCapturePercentage: string;
|
|
3109
3106
|
allTimeReceivedBGTAmount: string;
|
|
3110
3107
|
} | null;
|
|
@@ -3162,7 +3159,7 @@ type GetPoolQuery = {
|
|
|
3162
3159
|
dynamicData?: {
|
|
3163
3160
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3164
3161
|
activeIncentivesValueUsd: string;
|
|
3165
|
-
apr?:
|
|
3162
|
+
apr?: number | null;
|
|
3166
3163
|
bgtCapturePercentage: string;
|
|
3167
3164
|
allTimeReceivedBGTAmount: string;
|
|
3168
3165
|
} | null;
|
|
@@ -3211,7 +3208,7 @@ type GetPoolQuery = {
|
|
|
3211
3208
|
dynamicData?: {
|
|
3212
3209
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3213
3210
|
activeIncentivesValueUsd: string;
|
|
3214
|
-
apr?:
|
|
3211
|
+
apr?: number | null;
|
|
3215
3212
|
bgtCapturePercentage: string;
|
|
3216
3213
|
allTimeReceivedBGTAmount: string;
|
|
3217
3214
|
} | null;
|
|
@@ -3260,7 +3257,7 @@ type GetPoolQuery = {
|
|
|
3260
3257
|
dynamicData?: {
|
|
3261
3258
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3262
3259
|
activeIncentivesValueUsd: string;
|
|
3263
|
-
apr?:
|
|
3260
|
+
apr?: number | null;
|
|
3264
3261
|
bgtCapturePercentage: string;
|
|
3265
3262
|
allTimeReceivedBGTAmount: string;
|
|
3266
3263
|
} | null;
|
|
@@ -3309,7 +3306,7 @@ type GetPoolQuery = {
|
|
|
3309
3306
|
dynamicData?: {
|
|
3310
3307
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3311
3308
|
activeIncentivesValueUsd: string;
|
|
3312
|
-
apr?:
|
|
3309
|
+
apr?: number | null;
|
|
3313
3310
|
bgtCapturePercentage: string;
|
|
3314
3311
|
allTimeReceivedBGTAmount: string;
|
|
3315
3312
|
} | null;
|
|
@@ -3358,7 +3355,7 @@ type GetPoolQuery = {
|
|
|
3358
3355
|
dynamicData?: {
|
|
3359
3356
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3360
3357
|
activeIncentivesValueUsd: string;
|
|
3361
|
-
apr?:
|
|
3358
|
+
apr?: number | null;
|
|
3362
3359
|
bgtCapturePercentage: string;
|
|
3363
3360
|
allTimeReceivedBGTAmount: string;
|
|
3364
3361
|
} | null;
|
|
@@ -3407,7 +3404,7 @@ type GetPoolQuery = {
|
|
|
3407
3404
|
dynamicData?: {
|
|
3408
3405
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3409
3406
|
activeIncentivesValueUsd: string;
|
|
3410
|
-
apr?:
|
|
3407
|
+
apr?: number | null;
|
|
3411
3408
|
bgtCapturePercentage: string;
|
|
3412
3409
|
allTimeReceivedBGTAmount: string;
|
|
3413
3410
|
} | null;
|
|
@@ -3456,7 +3453,7 @@ type GetPoolQuery = {
|
|
|
3456
3453
|
dynamicData?: {
|
|
3457
3454
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3458
3455
|
activeIncentivesValueUsd: string;
|
|
3459
|
-
apr?:
|
|
3456
|
+
apr?: number | null;
|
|
3460
3457
|
bgtCapturePercentage: string;
|
|
3461
3458
|
allTimeReceivedBGTAmount: string;
|
|
3462
3459
|
} | null;
|
|
@@ -3505,7 +3502,7 @@ type GetPoolQuery = {
|
|
|
3505
3502
|
dynamicData?: {
|
|
3506
3503
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3507
3504
|
activeIncentivesValueUsd: string;
|
|
3508
|
-
apr?:
|
|
3505
|
+
apr?: number | null;
|
|
3509
3506
|
bgtCapturePercentage: string;
|
|
3510
3507
|
allTimeReceivedBGTAmount: string;
|
|
3511
3508
|
} | null;
|
|
@@ -3710,12 +3707,12 @@ type GetGlobalLiquidityAndSwapVolumeQuery = {
|
|
|
3710
3707
|
totalLiquidity: any;
|
|
3711
3708
|
};
|
|
3712
3709
|
};
|
|
3713
|
-
declare const DynamicData:
|
|
3714
|
-
declare const UserBalance:
|
|
3715
|
-
declare const RewardVault:
|
|
3716
|
-
declare const MinimalPoolInList:
|
|
3717
|
-
declare const MinimalPool:
|
|
3718
|
-
declare const PoolHistoricalData:
|
|
3710
|
+
declare const DynamicData: graphql.DocumentNode;
|
|
3711
|
+
declare const UserBalance: graphql.DocumentNode;
|
|
3712
|
+
declare const RewardVault: graphql.DocumentNode;
|
|
3713
|
+
declare const MinimalPoolInList: graphql.DocumentNode;
|
|
3714
|
+
declare const MinimalPool: graphql.DocumentNode;
|
|
3715
|
+
declare const PoolHistoricalData: graphql.DocumentNode;
|
|
3719
3716
|
/** Represents an event that occurs when a swap is made in a pool using the CowAmm protocol. */
|
|
3720
3717
|
type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
3721
3718
|
__typename?: 'GqlPoolSwapEventCowAmm';
|
|
@@ -3752,7 +3749,7 @@ type GqlPoolSwapEventCowAmm = GqlPoolEvent & {
|
|
|
3752
3749
|
/** The value of the event in USD. */
|
|
3753
3750
|
valueUSD: Scalars['Float']['output'];
|
|
3754
3751
|
};
|
|
3755
|
-
declare const GqlPoolSwapEventCowAmm:
|
|
3752
|
+
declare const GqlPoolSwapEventCowAmm: graphql.DocumentNode;
|
|
3756
3753
|
/** Represents an event that occurs when a swap is made in a pool. */
|
|
3757
3754
|
type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
3758
3755
|
__typename?: 'GqlPoolSwapEventV3';
|
|
@@ -3787,7 +3784,7 @@ type GqlPoolSwapEventV3 = GqlPoolEvent & {
|
|
|
3787
3784
|
/** The value of the event in USD. */
|
|
3788
3785
|
valueUSD: Scalars['Float']['output'];
|
|
3789
3786
|
};
|
|
3790
|
-
declare const GqlPoolSwapEventV3:
|
|
3787
|
+
declare const GqlPoolSwapEventV3: graphql.DocumentNode;
|
|
3791
3788
|
/** Represents an event that occurs when liquidity is added or removed from a pool. */
|
|
3792
3789
|
type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
3793
3790
|
__typename?: 'GqlPoolAddRemoveEventV3';
|
|
@@ -3818,14 +3815,14 @@ type GqlPoolAddRemoveEventV3 = GqlPoolEvent & {
|
|
|
3818
3815
|
/** The value of the event in USD. */
|
|
3819
3816
|
valueUSD: Scalars['Float']['output'];
|
|
3820
3817
|
};
|
|
3821
|
-
declare const GqlPoolAddRemoveEventV3:
|
|
3822
|
-
declare const PoolEvent:
|
|
3823
|
-
declare const GetPools:
|
|
3824
|
-
declare const GetPool:
|
|
3825
|
-
declare const GetPoolHistoricalData:
|
|
3826
|
-
declare const GetPoolEvents:
|
|
3827
|
-
declare const GetTokenCurrentPrices:
|
|
3828
|
-
declare const GetGlobalLiquidityAndSwapVolume:
|
|
3818
|
+
declare const GqlPoolAddRemoveEventV3: graphql.DocumentNode;
|
|
3819
|
+
declare const PoolEvent: graphql.DocumentNode;
|
|
3820
|
+
declare const GetPools: graphql.DocumentNode;
|
|
3821
|
+
declare const GetPool: graphql.DocumentNode;
|
|
3822
|
+
declare const GetPoolHistoricalData: graphql.DocumentNode;
|
|
3823
|
+
declare const GetPoolEvents: graphql.DocumentNode;
|
|
3824
|
+
declare const GetTokenCurrentPrices: graphql.DocumentNode;
|
|
3825
|
+
declare const GetGlobalLiquidityAndSwapVolume: graphql.DocumentNode;
|
|
3829
3826
|
interface PossibleTypesResultData {
|
|
3830
3827
|
possibleTypes: {
|
|
3831
3828
|
[key: string]: string[];
|
package/dist/dex/api.codegen.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{a as o}from"../chunk-JUYCSGOC.js";var m=(t=>(t.Bepolia="BEPOLIA",t.Berachain="BERACHAIN",t))(m||{}),d=(a=>(a.Discord="discord",a.Medium="medium",a.Twitter="twitter",a))(d||{}),g=(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))(g||{}),G=(a=>(a.Add="ADD",a.Remove="REMOVE",a.Swap="SWAP",a))(G||{}),P=(a=>(a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(P||{}),b=(u=>(u.BlackListed="BLACK_LISTED",u.Incentivized="INCENTIVIZED",u.Lrt="LRT",u.Points="POINTS",u.PointsEigenlayer="POINTS_EIGENLAYER",u.PointsGyro="POINTS_GYRO",u.PointsKelp="POINTS_KELP",u.PointsRenzo="POINTS_RENZO",u.PointsSwell="POINTS_SWELL",u.Superfest="SUPERFEST",u))(b||{}),q=(t=>(t.Exit="Exit",t.Join="Join",t))(q||{}),A=(a=>(a.HasOnlyPhantomBpt="HAS_ONLY_PHANTOM_BPT",a.HasSomePhantomBpt="HAS_SOME_PHANTOM_BPT",a.NoNesting="NO_NESTING",a))(A||{}),I=(p=>(p.Apr="apr",p.BgtApr="bgtApr",p.Fees24h="fees24h",p.TotalLiquidity="totalLiquidity",p.TotalShares="totalShares",p.UserbalanceUsd="userbalanceUsd",p.Volume24h="volume24h",p))(I||{}),h=(t=>(t.Asc="asc",t.Desc="desc",t))(h||{}),_=(e=>(e.AllTime="ALL_TIME",e.NinetyDays="NINETY_DAYS",e.OneHundredEightyDays="ONE_HUNDRED_EIGHTY_DAYS",e.OneYear="ONE_YEAR",e.ThirtyDays="THIRTY_DAYS",e))(_||{}),D=(l=>(l.ComposableStable="COMPOSABLE_STABLE",l.CowAmm="COW_AMM",l.Element="ELEMENT",l.Fx="FX",l.Gyro="GYRO",l.Gyro3="GYRO3",l.Gyroe="GYROE",l.Investment="INVESTMENT",l.LiquidityBootstrapping="LIQUIDITY_BOOTSTRAPPING",l.MetaStable="META_STABLE",l.PhantomStable="PHANTOM_STABLE",l.Stable="STABLE",l.Unknown="UNKNOWN",l.Weighted="WEIGHTED",l))(D||{}),T=(a=>(a.AmountRemaining="amountRemaining",a.AmountRemainingUsd="amountRemainingUsd",a.IncentiveRate="incentiveRate",a))(T||{}),k=(t=>(t.Asc="asc",t.Desc="desc",t))(k||{}),M=(i=>(i.ActiveIncentivesRateUsd="activeIncentivesRateUsd",i.ActiveIncentivesValueUsd="activeIncentivesValueUsd",i.AllTimeBgtReceived="allTimeBGTReceived",i.Apr="apr",i.Apy="apy",i.BgtCapturePercentage="bgtCapturePercentage",i.Last24hBgtReceived="last24hBGTReceived",i.ProjectedApr="projectedApr",i))(M||{}),v=(t=>(t.Asc="asc",t.Desc="desc",t))(v||{}),B=(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(B||{}),w=(t=>(t.Day="DAY",t.Hour="HOUR",t))(w||{}),x=(t=>(t.OneDay="ONE_DAY",t.SevenDays="SEVEN_DAYS",t))(x||{}),V=(t=>(t.ExactIn="EXACT_IN",t.ExactOut="EXACT_OUT",t))(V||{}),C=(t=>(t.Deposit="DEPOSIT",t.WithdrawalCompleted="WITHDRAWAL_COMPLETED",t))(C||{}),R=(e=>(e.NinetyDay="NINETY_DAY",e.OneHundredEightyDay="ONE_HUNDRED_EIGHTY_DAY",e.OneYear="ONE_YEAR",e.SevenDay="SEVEN_DAY",e.ThirtyDay="THIRTY_DAY",e))(R||{}),E=(a=>(a.Bpt="BPT",a.PhantomBpt="PHANTOM_BPT",a.WhiteListed="WHITE_LISTED",a))(E||{}),F=(S=>(S.Amount="amount",S))(F||{}),f=(t=>(t.Asc="asc",t.Desc="desc",t))(f||{}),U=(n=>(n.Inactive="INACTIVE",n.Offline="OFFLINE",n.Proposed="PROPOSED",n.Signed="SIGNED",n))(U||{}),N=(e=>(e.ActiveBoostAmount="activeBoostAmount",e.LatestBlock="latestBlock",e.LatestBlockTime="latestBlockTime",e.QueuedBoostAmount="queuedBoostAmount",e.QueuedDropBoostAmount="queuedDropBoostAmount",e))(N||{}),L=(t=>(t.Asc="asc",t.Desc="desc",t))(L||{}),H=(r=>(r.ActiveBoostAmount="activeBoostAmount",r.AllTimeDistributedBgtAmount="allTimeDistributedBGTAmount",r.AllTimeEarnedBgtAmount="allTimeEarnedBGTAmount",r.Apy="apy",r.BgtCapturePercentage="bgtCapturePercentage",r.BoostApr="boostApr",r.CommissionOnIncentives="commissionOnIncentives",r.LastDayDistributedBgtAmount="lastDayDistributedBGTAmount",r.LastDayEarnedBgtAmount="lastDayEarnedBGTAmount",r.QueuedBoostAmount="queuedBoostAmount",r.QueuedDropBoostAmount="queuedDropBoostAmount",r.RewardRate="rewardRate",r.StakedBeraAmount="stakedBeraAmount",r.UsersActiveBoostCount="usersActiveBoostCount",r.UsersQueuedBoostCount="usersQueuedBoostCount",r))(H||{}),W=(t=>(t.Asc="asc",t.Desc="desc",t))(W||{}),Q=(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(Q||{}),c=o`
|
|
2
2
|
fragment DynamicData on GqlPoolDynamicData {
|
|
3
3
|
totalShares
|
|
4
4
|
fees24h
|
|
@@ -13,7 +13,7 @@ import{gql as o}from"@apollo/client";var m=(a=>(a.Bartio="BARTIO",a.Berachain="B
|
|
|
13
13
|
id
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
`,
|
|
16
|
+
`,O=o`
|
|
17
17
|
fragment UserBalance on GqlPoolUserBalance {
|
|
18
18
|
totalBalanceUsd
|
|
19
19
|
walletBalance
|
|
@@ -57,7 +57,7 @@ import{gql as o}from"@apollo/client";var m=(a=>(a.Bartio="BARTIO",a.Berachain="B
|
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
${c}
|
|
60
|
-
${
|
|
60
|
+
${O}
|
|
61
61
|
${y}`,$=o`
|
|
62
62
|
fragment MinimalPool on GqlPoolBase {
|
|
63
63
|
id
|
|
@@ -196,4 +196,4 @@ ${X}`,at=o`
|
|
|
196
196
|
totalLiquidity
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
`,Z={possibleTypes:{GqlPoolAprValue:["GqlPoolAprRange","GqlPoolAprTotal"],GqlPoolBase:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"],GqlPoolEvent:["GqlPoolAddRemoveEventV3","GqlPoolSwapEventCowAmm","GqlPoolSwapEventV3"],GqlPoolFeaturedPoolGroupItem:["GqlFeaturePoolGroupItemExternalLink","GqlPoolMinimal"],GqlPoolNestedUnion:["GqlPoolComposableStableNested"],GqlPoolTokenBase:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolTokenComposableStableNestedUnion:["GqlPoolToken"],GqlPoolTokenUnion:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolUnion:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"]}},st=Z;export{c as DynamicData,lt as GetGlobalLiquidityAndSwapVolume,et as GetPool,rt as GetPoolEvents,ot as GetPoolHistoricalData,at as GetPools,nt as GetTokenCurrentPrices,m as GqlChain,d as GqlContentNewsItemSource,X as GqlPoolAddRemoveEventV3,g as GqlPoolAprItemType,G as GqlPoolEventType,P as GqlPoolEventsDataRange,
|
|
199
|
+
`,Z={possibleTypes:{GqlPoolAprValue:["GqlPoolAprRange","GqlPoolAprTotal"],GqlPoolBase:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"],GqlPoolEvent:["GqlPoolAddRemoveEventV3","GqlPoolSwapEventCowAmm","GqlPoolSwapEventV3"],GqlPoolFeaturedPoolGroupItem:["GqlFeaturePoolGroupItemExternalLink","GqlPoolMinimal"],GqlPoolNestedUnion:["GqlPoolComposableStableNested"],GqlPoolTokenBase:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolTokenComposableStableNestedUnion:["GqlPoolToken"],GqlPoolTokenUnion:["GqlPoolToken","GqlPoolTokenComposableStable"],GqlPoolUnion:["GqlPoolComposableStable","GqlPoolElement","GqlPoolFx","GqlPoolGyro","GqlPoolLiquidityBootstrapping","GqlPoolMetaStable","GqlPoolStable","GqlPoolWeighted"]}},st=Z;export{c as DynamicData,lt as GetGlobalLiquidityAndSwapVolume,et as GetPool,rt as GetPoolEvents,ot as GetPoolHistoricalData,at as GetPools,nt as GetTokenCurrentPrices,m as GqlChain,d as GqlContentNewsItemSource,X as GqlPoolAddRemoveEventV3,g as GqlPoolAprItemType,G as GqlPoolEventType,P as GqlPoolEventsDataRange,b as GqlPoolFilterCategory,q as GqlPoolJoinExitType,A as GqlPoolNestingType,I as GqlPoolOrderBy,h as GqlPoolOrderDirection,_ as GqlPoolSnapshotDataRange,J as GqlPoolSwapEventCowAmm,z as GqlPoolSwapEventV3,D as GqlPoolType,T as GqlRewardVaultIncentiveOrderBy,k as GqlRewardVaultIncentiveOrderDirection,M as GqlRewardVaultOrderBy,v as GqlRewardVaultOrderDirection,B as GqlRewardVaultSnapshotDataRange,w as GqlRewardVaultSnapshotResolution,x as GqlSWberaVaultMetadataResolution,V as GqlSorSwapType,C as GqlStakeBeraVaultEventType,R as GqlTokenChartDataRange,E as GqlTokenType,F as GqlUserVaultDepositOrderBy,f as GqlUserVaultDepositOrderDirection,U as GqlValidatorBlockUptimeStatus,N as GqlValidatorBoostOrderBy,L as GqlValidatorBoostOrderDirection,H as GqlValidatorOrderBy,W as GqlValidatorOrderDirection,Q as GqlVaultSnapshotDataRange,$ as MinimalPool,Y as MinimalPoolInList,j as PoolEvent,K as PoolHistoricalData,y as RewardVault,O as UserBalance,st as default};
|