@berachain/graphql 0.1.0-alpha.10 → 0.1.0-alpha.12
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.mts +25 -25
- package/dist/dex/api.codegen.d.ts +25 -25
- package/dist/dex/api.codegen.js +2 -2
- package/dist/dex/api.codegen.mjs +2 -2
- package/dist/pol/api.codegen.d.mts +30 -30
- package/dist/pol/api.codegen.d.ts +30 -30
- package/package.json +10 -2
|
@@ -1373,17 +1373,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1373
1373
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1374
1374
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1375
1375
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1376
|
-
apr?: Maybe<Scalars['
|
|
1376
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1377
1377
|
/** @deprecated Use apr instead */
|
|
1378
|
-
apy?: Maybe<Scalars['
|
|
1378
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1379
1379
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1380
1380
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1381
1381
|
chain: GqlChain;
|
|
1382
1382
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1383
|
-
projectedApr?: Maybe<Scalars['
|
|
1383
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1384
1384
|
/** @deprecated Use projectedApr instead */
|
|
1385
|
-
projectedApy?: Maybe<Scalars['
|
|
1386
|
-
tvl
|
|
1385
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1386
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1387
1387
|
vaultAddress: Scalars['String']['output'];
|
|
1388
1388
|
};
|
|
1389
1389
|
type GqlRewardVaultFilter = {
|
|
@@ -1940,7 +1940,7 @@ type GqlValidatorDynamicData = {
|
|
|
1940
1940
|
apy: Scalars['String']['output'];
|
|
1941
1941
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1942
1942
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1943
|
-
boostApr: Scalars['
|
|
1943
|
+
boostApr: Scalars['Float']['output'];
|
|
1944
1944
|
chain: GqlChain;
|
|
1945
1945
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
1946
1946
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2573,7 +2573,7 @@ type RewardVaultFragment = {
|
|
|
2573
2573
|
dynamicData?: {
|
|
2574
2574
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2575
2575
|
activeIncentivesValueUsd: string;
|
|
2576
|
-
apr?:
|
|
2576
|
+
apr?: number | null;
|
|
2577
2577
|
bgtCapturePercentage: string;
|
|
2578
2578
|
allTimeReceivedBGTAmount: string;
|
|
2579
2579
|
} | null;
|
|
@@ -2639,7 +2639,7 @@ type MinimalPoolInListFragment = {
|
|
|
2639
2639
|
dynamicData?: {
|
|
2640
2640
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2641
2641
|
activeIncentivesValueUsd: string;
|
|
2642
|
-
apr?:
|
|
2642
|
+
apr?: number | null;
|
|
2643
2643
|
bgtCapturePercentage: string;
|
|
2644
2644
|
allTimeReceivedBGTAmount: string;
|
|
2645
2645
|
} | null;
|
|
@@ -2689,7 +2689,7 @@ type MinimalPool_GqlPoolComposableStable_Fragment = {
|
|
|
2689
2689
|
dynamicData?: {
|
|
2690
2690
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2691
2691
|
activeIncentivesValueUsd: string;
|
|
2692
|
-
apr?:
|
|
2692
|
+
apr?: number | null;
|
|
2693
2693
|
bgtCapturePercentage: string;
|
|
2694
2694
|
allTimeReceivedBGTAmount: string;
|
|
2695
2695
|
} | null;
|
|
@@ -2739,7 +2739,7 @@ type MinimalPool_GqlPoolElement_Fragment = {
|
|
|
2739
2739
|
dynamicData?: {
|
|
2740
2740
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2741
2741
|
activeIncentivesValueUsd: string;
|
|
2742
|
-
apr?:
|
|
2742
|
+
apr?: number | null;
|
|
2743
2743
|
bgtCapturePercentage: string;
|
|
2744
2744
|
allTimeReceivedBGTAmount: string;
|
|
2745
2745
|
} | null;
|
|
@@ -2789,7 +2789,7 @@ type MinimalPool_GqlPoolFx_Fragment = {
|
|
|
2789
2789
|
dynamicData?: {
|
|
2790
2790
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2791
2791
|
activeIncentivesValueUsd: string;
|
|
2792
|
-
apr?:
|
|
2792
|
+
apr?: number | null;
|
|
2793
2793
|
bgtCapturePercentage: string;
|
|
2794
2794
|
allTimeReceivedBGTAmount: string;
|
|
2795
2795
|
} | null;
|
|
@@ -2839,7 +2839,7 @@ type MinimalPool_GqlPoolGyro_Fragment = {
|
|
|
2839
2839
|
dynamicData?: {
|
|
2840
2840
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2841
2841
|
activeIncentivesValueUsd: string;
|
|
2842
|
-
apr?:
|
|
2842
|
+
apr?: number | null;
|
|
2843
2843
|
bgtCapturePercentage: string;
|
|
2844
2844
|
allTimeReceivedBGTAmount: string;
|
|
2845
2845
|
} | null;
|
|
@@ -2889,7 +2889,7 @@ type MinimalPool_GqlPoolLiquidityBootstrapping_Fragment = {
|
|
|
2889
2889
|
dynamicData?: {
|
|
2890
2890
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2891
2891
|
activeIncentivesValueUsd: string;
|
|
2892
|
-
apr?:
|
|
2892
|
+
apr?: number | null;
|
|
2893
2893
|
bgtCapturePercentage: string;
|
|
2894
2894
|
allTimeReceivedBGTAmount: string;
|
|
2895
2895
|
} | null;
|
|
@@ -2939,7 +2939,7 @@ type MinimalPool_GqlPoolMetaStable_Fragment = {
|
|
|
2939
2939
|
dynamicData?: {
|
|
2940
2940
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2941
2941
|
activeIncentivesValueUsd: string;
|
|
2942
|
-
apr?:
|
|
2942
|
+
apr?: number | null;
|
|
2943
2943
|
bgtCapturePercentage: string;
|
|
2944
2944
|
allTimeReceivedBGTAmount: string;
|
|
2945
2945
|
} | null;
|
|
@@ -2989,7 +2989,7 @@ type MinimalPool_GqlPoolStable_Fragment = {
|
|
|
2989
2989
|
dynamicData?: {
|
|
2990
2990
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2991
2991
|
activeIncentivesValueUsd: string;
|
|
2992
|
-
apr?:
|
|
2992
|
+
apr?: number | null;
|
|
2993
2993
|
bgtCapturePercentage: string;
|
|
2994
2994
|
allTimeReceivedBGTAmount: string;
|
|
2995
2995
|
} | null;
|
|
@@ -3039,7 +3039,7 @@ type MinimalPool_GqlPoolWeighted_Fragment = {
|
|
|
3039
3039
|
dynamicData?: {
|
|
3040
3040
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3041
3041
|
activeIncentivesValueUsd: string;
|
|
3042
|
-
apr?:
|
|
3042
|
+
apr?: number | null;
|
|
3043
3043
|
bgtCapturePercentage: string;
|
|
3044
3044
|
allTimeReceivedBGTAmount: string;
|
|
3045
3045
|
} | null;
|
|
@@ -3104,7 +3104,7 @@ type GetPoolsQuery = {
|
|
|
3104
3104
|
dynamicData?: {
|
|
3105
3105
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3106
3106
|
activeIncentivesValueUsd: string;
|
|
3107
|
-
apr?:
|
|
3107
|
+
apr?: number | null;
|
|
3108
3108
|
bgtCapturePercentage: string;
|
|
3109
3109
|
allTimeReceivedBGTAmount: string;
|
|
3110
3110
|
} | null;
|
|
@@ -3162,7 +3162,7 @@ type GetPoolQuery = {
|
|
|
3162
3162
|
dynamicData?: {
|
|
3163
3163
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3164
3164
|
activeIncentivesValueUsd: string;
|
|
3165
|
-
apr?:
|
|
3165
|
+
apr?: number | null;
|
|
3166
3166
|
bgtCapturePercentage: string;
|
|
3167
3167
|
allTimeReceivedBGTAmount: string;
|
|
3168
3168
|
} | null;
|
|
@@ -3211,7 +3211,7 @@ type GetPoolQuery = {
|
|
|
3211
3211
|
dynamicData?: {
|
|
3212
3212
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3213
3213
|
activeIncentivesValueUsd: string;
|
|
3214
|
-
apr?:
|
|
3214
|
+
apr?: number | null;
|
|
3215
3215
|
bgtCapturePercentage: string;
|
|
3216
3216
|
allTimeReceivedBGTAmount: string;
|
|
3217
3217
|
} | null;
|
|
@@ -3260,7 +3260,7 @@ type GetPoolQuery = {
|
|
|
3260
3260
|
dynamicData?: {
|
|
3261
3261
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3262
3262
|
activeIncentivesValueUsd: string;
|
|
3263
|
-
apr?:
|
|
3263
|
+
apr?: number | null;
|
|
3264
3264
|
bgtCapturePercentage: string;
|
|
3265
3265
|
allTimeReceivedBGTAmount: string;
|
|
3266
3266
|
} | null;
|
|
@@ -3309,7 +3309,7 @@ type GetPoolQuery = {
|
|
|
3309
3309
|
dynamicData?: {
|
|
3310
3310
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3311
3311
|
activeIncentivesValueUsd: string;
|
|
3312
|
-
apr?:
|
|
3312
|
+
apr?: number | null;
|
|
3313
3313
|
bgtCapturePercentage: string;
|
|
3314
3314
|
allTimeReceivedBGTAmount: string;
|
|
3315
3315
|
} | null;
|
|
@@ -3358,7 +3358,7 @@ type GetPoolQuery = {
|
|
|
3358
3358
|
dynamicData?: {
|
|
3359
3359
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3360
3360
|
activeIncentivesValueUsd: string;
|
|
3361
|
-
apr?:
|
|
3361
|
+
apr?: number | null;
|
|
3362
3362
|
bgtCapturePercentage: string;
|
|
3363
3363
|
allTimeReceivedBGTAmount: string;
|
|
3364
3364
|
} | null;
|
|
@@ -3407,7 +3407,7 @@ type GetPoolQuery = {
|
|
|
3407
3407
|
dynamicData?: {
|
|
3408
3408
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3409
3409
|
activeIncentivesValueUsd: string;
|
|
3410
|
-
apr?:
|
|
3410
|
+
apr?: number | null;
|
|
3411
3411
|
bgtCapturePercentage: string;
|
|
3412
3412
|
allTimeReceivedBGTAmount: string;
|
|
3413
3413
|
} | null;
|
|
@@ -3456,7 +3456,7 @@ type GetPoolQuery = {
|
|
|
3456
3456
|
dynamicData?: {
|
|
3457
3457
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3458
3458
|
activeIncentivesValueUsd: string;
|
|
3459
|
-
apr?:
|
|
3459
|
+
apr?: number | null;
|
|
3460
3460
|
bgtCapturePercentage: string;
|
|
3461
3461
|
allTimeReceivedBGTAmount: string;
|
|
3462
3462
|
} | null;
|
|
@@ -3505,7 +3505,7 @@ type GetPoolQuery = {
|
|
|
3505
3505
|
dynamicData?: {
|
|
3506
3506
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3507
3507
|
activeIncentivesValueUsd: string;
|
|
3508
|
-
apr?:
|
|
3508
|
+
apr?: number | null;
|
|
3509
3509
|
bgtCapturePercentage: string;
|
|
3510
3510
|
allTimeReceivedBGTAmount: string;
|
|
3511
3511
|
} | null;
|
|
@@ -1373,17 +1373,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1373
1373
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1374
1374
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1375
1375
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1376
|
-
apr?: Maybe<Scalars['
|
|
1376
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1377
1377
|
/** @deprecated Use apr instead */
|
|
1378
|
-
apy?: Maybe<Scalars['
|
|
1378
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1379
1379
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1380
1380
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1381
1381
|
chain: GqlChain;
|
|
1382
1382
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1383
|
-
projectedApr?: Maybe<Scalars['
|
|
1383
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1384
1384
|
/** @deprecated Use projectedApr instead */
|
|
1385
|
-
projectedApy?: Maybe<Scalars['
|
|
1386
|
-
tvl
|
|
1385
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1386
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1387
1387
|
vaultAddress: Scalars['String']['output'];
|
|
1388
1388
|
};
|
|
1389
1389
|
type GqlRewardVaultFilter = {
|
|
@@ -1940,7 +1940,7 @@ type GqlValidatorDynamicData = {
|
|
|
1940
1940
|
apy: Scalars['String']['output'];
|
|
1941
1941
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1942
1942
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1943
|
-
boostApr: Scalars['
|
|
1943
|
+
boostApr: Scalars['Float']['output'];
|
|
1944
1944
|
chain: GqlChain;
|
|
1945
1945
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
1946
1946
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2573,7 +2573,7 @@ type RewardVaultFragment = {
|
|
|
2573
2573
|
dynamicData?: {
|
|
2574
2574
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2575
2575
|
activeIncentivesValueUsd: string;
|
|
2576
|
-
apr?:
|
|
2576
|
+
apr?: number | null;
|
|
2577
2577
|
bgtCapturePercentage: string;
|
|
2578
2578
|
allTimeReceivedBGTAmount: string;
|
|
2579
2579
|
} | null;
|
|
@@ -2639,7 +2639,7 @@ type MinimalPoolInListFragment = {
|
|
|
2639
2639
|
dynamicData?: {
|
|
2640
2640
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2641
2641
|
activeIncentivesValueUsd: string;
|
|
2642
|
-
apr?:
|
|
2642
|
+
apr?: number | null;
|
|
2643
2643
|
bgtCapturePercentage: string;
|
|
2644
2644
|
allTimeReceivedBGTAmount: string;
|
|
2645
2645
|
} | null;
|
|
@@ -2689,7 +2689,7 @@ type MinimalPool_GqlPoolComposableStable_Fragment = {
|
|
|
2689
2689
|
dynamicData?: {
|
|
2690
2690
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2691
2691
|
activeIncentivesValueUsd: string;
|
|
2692
|
-
apr?:
|
|
2692
|
+
apr?: number | null;
|
|
2693
2693
|
bgtCapturePercentage: string;
|
|
2694
2694
|
allTimeReceivedBGTAmount: string;
|
|
2695
2695
|
} | null;
|
|
@@ -2739,7 +2739,7 @@ type MinimalPool_GqlPoolElement_Fragment = {
|
|
|
2739
2739
|
dynamicData?: {
|
|
2740
2740
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2741
2741
|
activeIncentivesValueUsd: string;
|
|
2742
|
-
apr?:
|
|
2742
|
+
apr?: number | null;
|
|
2743
2743
|
bgtCapturePercentage: string;
|
|
2744
2744
|
allTimeReceivedBGTAmount: string;
|
|
2745
2745
|
} | null;
|
|
@@ -2789,7 +2789,7 @@ type MinimalPool_GqlPoolFx_Fragment = {
|
|
|
2789
2789
|
dynamicData?: {
|
|
2790
2790
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2791
2791
|
activeIncentivesValueUsd: string;
|
|
2792
|
-
apr?:
|
|
2792
|
+
apr?: number | null;
|
|
2793
2793
|
bgtCapturePercentage: string;
|
|
2794
2794
|
allTimeReceivedBGTAmount: string;
|
|
2795
2795
|
} | null;
|
|
@@ -2839,7 +2839,7 @@ type MinimalPool_GqlPoolGyro_Fragment = {
|
|
|
2839
2839
|
dynamicData?: {
|
|
2840
2840
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2841
2841
|
activeIncentivesValueUsd: string;
|
|
2842
|
-
apr?:
|
|
2842
|
+
apr?: number | null;
|
|
2843
2843
|
bgtCapturePercentage: string;
|
|
2844
2844
|
allTimeReceivedBGTAmount: string;
|
|
2845
2845
|
} | null;
|
|
@@ -2889,7 +2889,7 @@ type MinimalPool_GqlPoolLiquidityBootstrapping_Fragment = {
|
|
|
2889
2889
|
dynamicData?: {
|
|
2890
2890
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2891
2891
|
activeIncentivesValueUsd: string;
|
|
2892
|
-
apr?:
|
|
2892
|
+
apr?: number | null;
|
|
2893
2893
|
bgtCapturePercentage: string;
|
|
2894
2894
|
allTimeReceivedBGTAmount: string;
|
|
2895
2895
|
} | null;
|
|
@@ -2939,7 +2939,7 @@ type MinimalPool_GqlPoolMetaStable_Fragment = {
|
|
|
2939
2939
|
dynamicData?: {
|
|
2940
2940
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2941
2941
|
activeIncentivesValueUsd: string;
|
|
2942
|
-
apr?:
|
|
2942
|
+
apr?: number | null;
|
|
2943
2943
|
bgtCapturePercentage: string;
|
|
2944
2944
|
allTimeReceivedBGTAmount: string;
|
|
2945
2945
|
} | null;
|
|
@@ -2989,7 +2989,7 @@ type MinimalPool_GqlPoolStable_Fragment = {
|
|
|
2989
2989
|
dynamicData?: {
|
|
2990
2990
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2991
2991
|
activeIncentivesValueUsd: string;
|
|
2992
|
-
apr?:
|
|
2992
|
+
apr?: number | null;
|
|
2993
2993
|
bgtCapturePercentage: string;
|
|
2994
2994
|
allTimeReceivedBGTAmount: string;
|
|
2995
2995
|
} | null;
|
|
@@ -3039,7 +3039,7 @@ type MinimalPool_GqlPoolWeighted_Fragment = {
|
|
|
3039
3039
|
dynamicData?: {
|
|
3040
3040
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3041
3041
|
activeIncentivesValueUsd: string;
|
|
3042
|
-
apr?:
|
|
3042
|
+
apr?: number | null;
|
|
3043
3043
|
bgtCapturePercentage: string;
|
|
3044
3044
|
allTimeReceivedBGTAmount: string;
|
|
3045
3045
|
} | null;
|
|
@@ -3104,7 +3104,7 @@ type GetPoolsQuery = {
|
|
|
3104
3104
|
dynamicData?: {
|
|
3105
3105
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3106
3106
|
activeIncentivesValueUsd: string;
|
|
3107
|
-
apr?:
|
|
3107
|
+
apr?: number | null;
|
|
3108
3108
|
bgtCapturePercentage: string;
|
|
3109
3109
|
allTimeReceivedBGTAmount: string;
|
|
3110
3110
|
} | null;
|
|
@@ -3162,7 +3162,7 @@ type GetPoolQuery = {
|
|
|
3162
3162
|
dynamicData?: {
|
|
3163
3163
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3164
3164
|
activeIncentivesValueUsd: string;
|
|
3165
|
-
apr?:
|
|
3165
|
+
apr?: number | null;
|
|
3166
3166
|
bgtCapturePercentage: string;
|
|
3167
3167
|
allTimeReceivedBGTAmount: string;
|
|
3168
3168
|
} | null;
|
|
@@ -3211,7 +3211,7 @@ type GetPoolQuery = {
|
|
|
3211
3211
|
dynamicData?: {
|
|
3212
3212
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3213
3213
|
activeIncentivesValueUsd: string;
|
|
3214
|
-
apr?:
|
|
3214
|
+
apr?: number | null;
|
|
3215
3215
|
bgtCapturePercentage: string;
|
|
3216
3216
|
allTimeReceivedBGTAmount: string;
|
|
3217
3217
|
} | null;
|
|
@@ -3260,7 +3260,7 @@ type GetPoolQuery = {
|
|
|
3260
3260
|
dynamicData?: {
|
|
3261
3261
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3262
3262
|
activeIncentivesValueUsd: string;
|
|
3263
|
-
apr?:
|
|
3263
|
+
apr?: number | null;
|
|
3264
3264
|
bgtCapturePercentage: string;
|
|
3265
3265
|
allTimeReceivedBGTAmount: string;
|
|
3266
3266
|
} | null;
|
|
@@ -3309,7 +3309,7 @@ type GetPoolQuery = {
|
|
|
3309
3309
|
dynamicData?: {
|
|
3310
3310
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3311
3311
|
activeIncentivesValueUsd: string;
|
|
3312
|
-
apr?:
|
|
3312
|
+
apr?: number | null;
|
|
3313
3313
|
bgtCapturePercentage: string;
|
|
3314
3314
|
allTimeReceivedBGTAmount: string;
|
|
3315
3315
|
} | null;
|
|
@@ -3358,7 +3358,7 @@ type GetPoolQuery = {
|
|
|
3358
3358
|
dynamicData?: {
|
|
3359
3359
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3360
3360
|
activeIncentivesValueUsd: string;
|
|
3361
|
-
apr?:
|
|
3361
|
+
apr?: number | null;
|
|
3362
3362
|
bgtCapturePercentage: string;
|
|
3363
3363
|
allTimeReceivedBGTAmount: string;
|
|
3364
3364
|
} | null;
|
|
@@ -3407,7 +3407,7 @@ type GetPoolQuery = {
|
|
|
3407
3407
|
dynamicData?: {
|
|
3408
3408
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3409
3409
|
activeIncentivesValueUsd: string;
|
|
3410
|
-
apr?:
|
|
3410
|
+
apr?: number | null;
|
|
3411
3411
|
bgtCapturePercentage: string;
|
|
3412
3412
|
allTimeReceivedBGTAmount: string;
|
|
3413
3413
|
} | null;
|
|
@@ -3456,7 +3456,7 @@ type GetPoolQuery = {
|
|
|
3456
3456
|
dynamicData?: {
|
|
3457
3457
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3458
3458
|
activeIncentivesValueUsd: string;
|
|
3459
|
-
apr?:
|
|
3459
|
+
apr?: number | null;
|
|
3460
3460
|
bgtCapturePercentage: string;
|
|
3461
3461
|
allTimeReceivedBGTAmount: string;
|
|
3462
3462
|
} | null;
|
|
@@ -3505,7 +3505,7 @@ type GetPoolQuery = {
|
|
|
3505
3505
|
dynamicData?: {
|
|
3506
3506
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3507
3507
|
activeIncentivesValueUsd: string;
|
|
3508
|
-
apr?:
|
|
3508
|
+
apr?: number | null;
|
|
3509
3509
|
bgtCapturePercentage: string;
|
|
3510
3510
|
allTimeReceivedBGTAmount: string;
|
|
3511
3511
|
} | null;
|
package/dist/dex/api.codegen.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _client = require('@apollo/client');var m=(a=>(a.Bartio="BARTIO",a.Berachain="BERACHAIN",a.Cartio="CARTIO",a))(m||{}),d= exports.GqlContentNewsItemSource =(a=>(a.Discord="discord",a.Medium="medium",a.Twitter="twitter",a))(d||{}),g= exports.GqlPoolAprItemType =(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= exports.GqlPoolEventType =(a=>(a.Add="ADD",a.Remove="REMOVE",a.Swap="SWAP",a))(G||{}),
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _client = require('@apollo/client');var m=(a=>(a.Bartio="BARTIO",a.Berachain="BERACHAIN",a.Cartio="CARTIO",a))(m||{}),d= exports.GqlContentNewsItemSource =(a=>(a.Discord="discord",a.Medium="medium",a.Twitter="twitter",a))(d||{}),g= exports.GqlPoolAprItemType =(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= exports.GqlPoolEventType =(a=>(a.Add="ADD",a.Remove="REMOVE",a.Swap="SWAP",a))(G||{}),b= exports.GqlPoolEventsDataRange =(a=>(a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(b||{}),P= exports.GqlPoolFilterCategory =(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))(P||{}),q= exports.GqlPoolJoinExitType =(t=>(t.Exit="Exit",t.Join="Join",t))(q||{}),A= exports.GqlPoolNestingType =(a=>(a.HasOnlyPhantomBpt="HAS_ONLY_PHANTOM_BPT",a.HasSomePhantomBpt="HAS_SOME_PHANTOM_BPT",a.NoNesting="NO_NESTING",a))(A||{}),I= exports.GqlPoolOrderBy =(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= exports.GqlPoolOrderDirection =(t=>(t.Asc="asc",t.Desc="desc",t))(h||{}),_= exports.GqlPoolSnapshotDataRange =(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= exports.GqlPoolType =(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= exports.GqlRewardVaultIncentiveOrderBy =(a=>(a.AmountRemaining="amountRemaining",a.AmountRemainingUsd="amountRemainingUsd",a.IncentiveRate="incentiveRate",a))(T||{}),k= exports.GqlRewardVaultIncentiveOrderDirection =(t=>(t.Asc="asc",t.Desc="desc",t))(k||{}),M= exports.GqlRewardVaultOrderBy =(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= exports.GqlRewardVaultOrderDirection =(t=>(t.Asc="asc",t.Desc="desc",t))(v||{}),B= exports.GqlRewardVaultSnapshotDataRange =(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(B||{}),w= exports.GqlRewardVaultSnapshotResolution =(t=>(t.Day="DAY",t.Hour="HOUR",t))(w||{}),x= exports.GqlSWberaVaultMetadataResolution =(t=>(t.OneDay="ONE_DAY",t.SevenDays="SEVEN_DAYS",t))(x||{}),V= exports.GqlSorSwapType =(t=>(t.ExactIn="EXACT_IN",t.ExactOut="EXACT_OUT",t))(V||{}),C= exports.GqlStakeBeraVaultEventType =(t=>(t.Deposit="DEPOSIT",t.WithdrawalCompleted="WITHDRAWAL_COMPLETED",t))(C||{}),R= exports.GqlTokenChartDataRange =(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= exports.GqlTokenType =(a=>(a.Bpt="BPT",a.PhantomBpt="PHANTOM_BPT",a.WhiteListed="WHITE_LISTED",a))(E||{}),F= exports.GqlUserVaultDepositOrderBy =(S=>(S.Amount="amount",S))(F||{}),f= exports.GqlUserVaultDepositOrderDirection =(t=>(t.Asc="asc",t.Desc="desc",t))(f||{}),U= exports.GqlValidatorBlockUptimeStatus =(n=>(n.Inactive="INACTIVE",n.Offline="OFFLINE",n.Proposed="PROPOSED",n.Signed="SIGNED",n))(U||{}),N= exports.GqlValidatorBoostOrderBy =(e=>(e.ActiveBoostAmount="activeBoostAmount",e.LatestBlock="latestBlock",e.LatestBlockTime="latestBlockTime",e.QueuedBoostAmount="queuedBoostAmount",e.QueuedDropBoostAmount="queuedDropBoostAmount",e))(N||{}),L= exports.GqlValidatorBoostOrderDirection =(t=>(t.Asc="asc",t.Desc="desc",t))(L||{}),H= exports.GqlValidatorOrderBy =(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= exports.GqlValidatorOrderDirection =(t=>(t.Asc="asc",t.Desc="desc",t))(W||{}),O= exports.GqlVaultSnapshotDataRange =(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(O||{}),c= exports.DynamicData =_client.gql`
|
|
2
2
|
fragment DynamicData on GqlPoolDynamicData {
|
|
3
3
|
totalShares
|
|
4
4
|
fees24h
|
|
@@ -196,4 +196,4 @@ ${X}`,at= exports.GetPools =_client.gql`
|
|
|
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= exports.default =Z;exports.DynamicData = c; exports.GetGlobalLiquidityAndSwapVolume = lt; exports.GetPool = et; exports.GetPoolEvents = rt; exports.GetPoolHistoricalData = ot; exports.GetPools = at; exports.GetTokenCurrentPrices = nt; exports.GqlChain = m; exports.GqlContentNewsItemSource = d; exports.GqlPoolAddRemoveEventV3 = X; exports.GqlPoolAprItemType = g; exports.GqlPoolEventType = G; exports.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= exports.default =Z;exports.DynamicData = c; exports.GetGlobalLiquidityAndSwapVolume = lt; exports.GetPool = et; exports.GetPoolEvents = rt; exports.GetPoolHistoricalData = ot; exports.GetPools = at; exports.GetTokenCurrentPrices = nt; exports.GqlChain = m; exports.GqlContentNewsItemSource = d; exports.GqlPoolAddRemoveEventV3 = X; exports.GqlPoolAprItemType = g; exports.GqlPoolEventType = G; exports.GqlPoolEventsDataRange = b; exports.GqlPoolFilterCategory = P; exports.GqlPoolJoinExitType = q; exports.GqlPoolNestingType = A; exports.GqlPoolOrderBy = I; exports.GqlPoolOrderDirection = h; exports.GqlPoolSnapshotDataRange = _; exports.GqlPoolSwapEventCowAmm = J; exports.GqlPoolSwapEventV3 = z; exports.GqlPoolType = D; exports.GqlRewardVaultIncentiveOrderBy = T; exports.GqlRewardVaultIncentiveOrderDirection = k; exports.GqlRewardVaultOrderBy = M; exports.GqlRewardVaultOrderDirection = v; exports.GqlRewardVaultSnapshotDataRange = B; exports.GqlRewardVaultSnapshotResolution = w; exports.GqlSWberaVaultMetadataResolution = x; exports.GqlSorSwapType = V; exports.GqlStakeBeraVaultEventType = C; exports.GqlTokenChartDataRange = R; exports.GqlTokenType = E; exports.GqlUserVaultDepositOrderBy = F; exports.GqlUserVaultDepositOrderDirection = f; exports.GqlValidatorBlockUptimeStatus = U; exports.GqlValidatorBoostOrderBy = N; exports.GqlValidatorBoostOrderDirection = L; exports.GqlValidatorOrderBy = H; exports.GqlValidatorOrderDirection = W; exports.GqlVaultSnapshotDataRange = O; exports.MinimalPool = $; exports.MinimalPoolInList = Y; exports.PoolEvent = j; exports.PoolHistoricalData = K; exports.RewardVault = y; exports.UserBalance = Q; exports.default = st;
|
package/dist/dex/api.codegen.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{gql as o}from"@apollo/client";var m=(a=>(a.Bartio="BARTIO",a.Berachain="BERACHAIN",a.Cartio="CARTIO",a))(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||{}),
|
|
1
|
+
import{gql as o}from"@apollo/client";var m=(a=>(a.Bartio="BARTIO",a.Berachain="BERACHAIN",a.Cartio="CARTIO",a))(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||{}),b=(a=>(a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(b||{}),P=(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))(P||{}),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||{}),O=(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(O||{}),c=o`
|
|
2
2
|
fragment DynamicData on GqlPoolDynamicData {
|
|
3
3
|
totalShares
|
|
4
4
|
fees24h
|
|
@@ -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,
|
|
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,b as GqlPoolEventsDataRange,P 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,O as GqlVaultSnapshotDataRange,$ as MinimalPool,Y as MinimalPoolInList,j as PoolEvent,K as PoolHistoricalData,y as RewardVault,Q as UserBalance,st as default};
|
|
@@ -1473,17 +1473,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1473
1473
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1474
1474
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1475
1475
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1476
|
-
apr?: Maybe<Scalars['
|
|
1476
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1477
1477
|
/** @deprecated Use apr instead */
|
|
1478
|
-
apy?: Maybe<Scalars['
|
|
1478
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1479
1479
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1480
1480
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1481
1481
|
chain: GqlChain;
|
|
1482
1482
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1483
|
-
projectedApr?: Maybe<Scalars['
|
|
1483
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1484
1484
|
/** @deprecated Use projectedApr instead */
|
|
1485
|
-
projectedApy?: Maybe<Scalars['
|
|
1486
|
-
tvl
|
|
1485
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1486
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1487
1487
|
vaultAddress: Scalars['String']['output'];
|
|
1488
1488
|
};
|
|
1489
1489
|
type GqlRewardVaultFilter = {
|
|
@@ -2040,7 +2040,7 @@ type GqlValidatorDynamicData = {
|
|
|
2040
2040
|
apy: Scalars['String']['output'];
|
|
2041
2041
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
2042
2042
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
2043
|
-
boostApr: Scalars['
|
|
2043
|
+
boostApr: Scalars['Float']['output'];
|
|
2044
2044
|
chain: GqlChain;
|
|
2045
2045
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
2046
2046
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2685,12 +2685,12 @@ type ApiVaultFragment = {
|
|
|
2685
2685
|
dynamicData?: {
|
|
2686
2686
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2687
2687
|
allTimeReceivedBGTAmount: string;
|
|
2688
|
-
apr?:
|
|
2688
|
+
apr?: number | null;
|
|
2689
2689
|
bgtCapturePercentage: string;
|
|
2690
2690
|
bgtCapturePerBlock: string;
|
|
2691
2691
|
activeIncentivesValueUsd: string;
|
|
2692
2692
|
activeIncentivesRateUsd: string;
|
|
2693
|
-
tvl
|
|
2693
|
+
tvl?: number | null;
|
|
2694
2694
|
} | null;
|
|
2695
2695
|
stakingToken: {
|
|
2696
2696
|
__typename?: 'GqlToken';
|
|
@@ -2754,12 +2754,12 @@ type GetVaultsQuery = {
|
|
|
2754
2754
|
dynamicData?: {
|
|
2755
2755
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2756
2756
|
allTimeReceivedBGTAmount: string;
|
|
2757
|
-
apr?:
|
|
2757
|
+
apr?: number | null;
|
|
2758
2758
|
bgtCapturePercentage: string;
|
|
2759
2759
|
bgtCapturePerBlock: string;
|
|
2760
2760
|
activeIncentivesValueUsd: string;
|
|
2761
2761
|
activeIncentivesRateUsd: string;
|
|
2762
|
-
tvl
|
|
2762
|
+
tvl?: number | null;
|
|
2763
2763
|
} | null;
|
|
2764
2764
|
stakingToken: {
|
|
2765
2765
|
__typename?: 'GqlToken';
|
|
@@ -2820,7 +2820,7 @@ type ApiValidatorMinimalFragment = {
|
|
|
2820
2820
|
stakedBeraAmount: string;
|
|
2821
2821
|
lastDayDistributedBGTAmount: string;
|
|
2822
2822
|
activeBoostAmountRank: number;
|
|
2823
|
-
boostApr:
|
|
2823
|
+
boostApr: number;
|
|
2824
2824
|
commissionOnIncentives: number;
|
|
2825
2825
|
} | null;
|
|
2826
2826
|
};
|
|
@@ -2846,12 +2846,12 @@ type ApiValidatorFragment = {
|
|
|
2846
2846
|
dynamicData?: {
|
|
2847
2847
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2848
2848
|
allTimeReceivedBGTAmount: string;
|
|
2849
|
-
apr?:
|
|
2849
|
+
apr?: number | null;
|
|
2850
2850
|
bgtCapturePercentage: string;
|
|
2851
2851
|
bgtCapturePerBlock: string;
|
|
2852
2852
|
activeIncentivesValueUsd: string;
|
|
2853
2853
|
activeIncentivesRateUsd: string;
|
|
2854
|
-
tvl
|
|
2854
|
+
tvl?: number | null;
|
|
2855
2855
|
} | null;
|
|
2856
2856
|
stakingToken: {
|
|
2857
2857
|
__typename?: 'GqlToken';
|
|
@@ -2911,7 +2911,7 @@ type ApiValidatorFragment = {
|
|
|
2911
2911
|
stakedBeraAmount: string;
|
|
2912
2912
|
lastDayDistributedBGTAmount: string;
|
|
2913
2913
|
activeBoostAmountRank: number;
|
|
2914
|
-
boostApr:
|
|
2914
|
+
boostApr: number;
|
|
2915
2915
|
commissionOnIncentives: number;
|
|
2916
2916
|
} | null;
|
|
2917
2917
|
};
|
|
@@ -2931,12 +2931,12 @@ type ApiRewardAllocationWeightFragment = {
|
|
|
2931
2931
|
dynamicData?: {
|
|
2932
2932
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2933
2933
|
allTimeReceivedBGTAmount: string;
|
|
2934
|
-
apr?:
|
|
2934
|
+
apr?: number | null;
|
|
2935
2935
|
bgtCapturePercentage: string;
|
|
2936
2936
|
bgtCapturePerBlock: string;
|
|
2937
2937
|
activeIncentivesValueUsd: string;
|
|
2938
2938
|
activeIncentivesRateUsd: string;
|
|
2939
|
-
tvl
|
|
2939
|
+
tvl?: number | null;
|
|
2940
2940
|
} | null;
|
|
2941
2941
|
stakingToken: {
|
|
2942
2942
|
__typename?: 'GqlToken';
|
|
@@ -3010,12 +3010,12 @@ type GetValidatorQuery = {
|
|
|
3010
3010
|
dynamicData?: {
|
|
3011
3011
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3012
3012
|
allTimeReceivedBGTAmount: string;
|
|
3013
|
-
apr?:
|
|
3013
|
+
apr?: number | null;
|
|
3014
3014
|
bgtCapturePercentage: string;
|
|
3015
3015
|
bgtCapturePerBlock: string;
|
|
3016
3016
|
activeIncentivesValueUsd: string;
|
|
3017
3017
|
activeIncentivesRateUsd: string;
|
|
3018
|
-
tvl
|
|
3018
|
+
tvl?: number | null;
|
|
3019
3019
|
} | null;
|
|
3020
3020
|
stakingToken: {
|
|
3021
3021
|
__typename?: 'GqlToken';
|
|
@@ -3075,7 +3075,7 @@ type GetValidatorQuery = {
|
|
|
3075
3075
|
stakedBeraAmount: string;
|
|
3076
3076
|
lastDayDistributedBGTAmount: string;
|
|
3077
3077
|
activeBoostAmountRank: number;
|
|
3078
|
-
boostApr:
|
|
3078
|
+
boostApr: number;
|
|
3079
3079
|
commissionOnIncentives: number;
|
|
3080
3080
|
} | null;
|
|
3081
3081
|
} | null;
|
|
@@ -3130,12 +3130,12 @@ type GetValidatorsQuery = {
|
|
|
3130
3130
|
dynamicData?: {
|
|
3131
3131
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3132
3132
|
allTimeReceivedBGTAmount: string;
|
|
3133
|
-
apr?:
|
|
3133
|
+
apr?: number | null;
|
|
3134
3134
|
bgtCapturePercentage: string;
|
|
3135
3135
|
bgtCapturePerBlock: string;
|
|
3136
3136
|
activeIncentivesValueUsd: string;
|
|
3137
3137
|
activeIncentivesRateUsd: string;
|
|
3138
|
-
tvl
|
|
3138
|
+
tvl?: number | null;
|
|
3139
3139
|
} | null;
|
|
3140
3140
|
stakingToken: {
|
|
3141
3141
|
__typename?: 'GqlToken';
|
|
@@ -3195,7 +3195,7 @@ type GetValidatorsQuery = {
|
|
|
3195
3195
|
stakedBeraAmount: string;
|
|
3196
3196
|
lastDayDistributedBGTAmount: string;
|
|
3197
3197
|
activeBoostAmountRank: number;
|
|
3198
|
-
boostApr:
|
|
3198
|
+
boostApr: number;
|
|
3199
3199
|
commissionOnIncentives: number;
|
|
3200
3200
|
} | null;
|
|
3201
3201
|
}>;
|
|
@@ -3237,12 +3237,12 @@ type GetVaultValidatorsQuery = {
|
|
|
3237
3237
|
dynamicData?: {
|
|
3238
3238
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3239
3239
|
allTimeReceivedBGTAmount: string;
|
|
3240
|
-
apr?:
|
|
3240
|
+
apr?: number | null;
|
|
3241
3241
|
bgtCapturePercentage: string;
|
|
3242
3242
|
bgtCapturePerBlock: string;
|
|
3243
3243
|
activeIncentivesValueUsd: string;
|
|
3244
3244
|
activeIncentivesRateUsd: string;
|
|
3245
|
-
tvl
|
|
3245
|
+
tvl?: number | null;
|
|
3246
3246
|
} | null;
|
|
3247
3247
|
stakingToken: {
|
|
3248
3248
|
__typename?: 'GqlToken';
|
|
@@ -3302,7 +3302,7 @@ type GetVaultValidatorsQuery = {
|
|
|
3302
3302
|
stakedBeraAmount: string;
|
|
3303
3303
|
lastDayDistributedBGTAmount: string;
|
|
3304
3304
|
activeBoostAmountRank: number;
|
|
3305
|
-
boostApr:
|
|
3305
|
+
boostApr: number;
|
|
3306
3306
|
commissionOnIncentives: number;
|
|
3307
3307
|
} | null;
|
|
3308
3308
|
}>;
|
|
@@ -3324,12 +3324,12 @@ type GetRewardVaultQuery = {
|
|
|
3324
3324
|
dynamicData?: {
|
|
3325
3325
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3326
3326
|
allTimeReceivedBGTAmount: string;
|
|
3327
|
-
apr?:
|
|
3327
|
+
apr?: number | null;
|
|
3328
3328
|
bgtCapturePercentage: string;
|
|
3329
3329
|
bgtCapturePerBlock: string;
|
|
3330
3330
|
activeIncentivesValueUsd: string;
|
|
3331
3331
|
activeIncentivesRateUsd: string;
|
|
3332
|
-
tvl
|
|
3332
|
+
tvl?: number | null;
|
|
3333
3333
|
} | null;
|
|
3334
3334
|
stakingToken: {
|
|
3335
3335
|
__typename?: 'GqlToken';
|
|
@@ -3401,7 +3401,7 @@ type GlobalDataQuery = {
|
|
|
3401
3401
|
stakedBeraAmount: string;
|
|
3402
3402
|
lastDayDistributedBGTAmount: string;
|
|
3403
3403
|
activeBoostAmountRank: number;
|
|
3404
|
-
boostApr:
|
|
3404
|
+
boostApr: number;
|
|
3405
3405
|
commissionOnIncentives: number;
|
|
3406
3406
|
} | null;
|
|
3407
3407
|
}>;
|
|
@@ -3454,12 +3454,12 @@ type GetUserVaultsQuery = {
|
|
|
3454
3454
|
dynamicData?: {
|
|
3455
3455
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3456
3456
|
allTimeReceivedBGTAmount: string;
|
|
3457
|
-
apr?:
|
|
3457
|
+
apr?: number | null;
|
|
3458
3458
|
bgtCapturePercentage: string;
|
|
3459
3459
|
bgtCapturePerBlock: string;
|
|
3460
3460
|
activeIncentivesValueUsd: string;
|
|
3461
3461
|
activeIncentivesRateUsd: string;
|
|
3462
|
-
tvl
|
|
3462
|
+
tvl?: number | null;
|
|
3463
3463
|
} | null;
|
|
3464
3464
|
stakingToken: {
|
|
3465
3465
|
__typename?: 'GqlToken';
|
|
@@ -1473,17 +1473,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1473
1473
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1474
1474
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1475
1475
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1476
|
-
apr?: Maybe<Scalars['
|
|
1476
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1477
1477
|
/** @deprecated Use apr instead */
|
|
1478
|
-
apy?: Maybe<Scalars['
|
|
1478
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1479
1479
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1480
1480
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1481
1481
|
chain: GqlChain;
|
|
1482
1482
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1483
|
-
projectedApr?: Maybe<Scalars['
|
|
1483
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1484
1484
|
/** @deprecated Use projectedApr instead */
|
|
1485
|
-
projectedApy?: Maybe<Scalars['
|
|
1486
|
-
tvl
|
|
1485
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1486
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1487
1487
|
vaultAddress: Scalars['String']['output'];
|
|
1488
1488
|
};
|
|
1489
1489
|
type GqlRewardVaultFilter = {
|
|
@@ -2040,7 +2040,7 @@ type GqlValidatorDynamicData = {
|
|
|
2040
2040
|
apy: Scalars['String']['output'];
|
|
2041
2041
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
2042
2042
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
2043
|
-
boostApr: Scalars['
|
|
2043
|
+
boostApr: Scalars['Float']['output'];
|
|
2044
2044
|
chain: GqlChain;
|
|
2045
2045
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
2046
2046
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2685,12 +2685,12 @@ type ApiVaultFragment = {
|
|
|
2685
2685
|
dynamicData?: {
|
|
2686
2686
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2687
2687
|
allTimeReceivedBGTAmount: string;
|
|
2688
|
-
apr?:
|
|
2688
|
+
apr?: number | null;
|
|
2689
2689
|
bgtCapturePercentage: string;
|
|
2690
2690
|
bgtCapturePerBlock: string;
|
|
2691
2691
|
activeIncentivesValueUsd: string;
|
|
2692
2692
|
activeIncentivesRateUsd: string;
|
|
2693
|
-
tvl
|
|
2693
|
+
tvl?: number | null;
|
|
2694
2694
|
} | null;
|
|
2695
2695
|
stakingToken: {
|
|
2696
2696
|
__typename?: 'GqlToken';
|
|
@@ -2754,12 +2754,12 @@ type GetVaultsQuery = {
|
|
|
2754
2754
|
dynamicData?: {
|
|
2755
2755
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2756
2756
|
allTimeReceivedBGTAmount: string;
|
|
2757
|
-
apr?:
|
|
2757
|
+
apr?: number | null;
|
|
2758
2758
|
bgtCapturePercentage: string;
|
|
2759
2759
|
bgtCapturePerBlock: string;
|
|
2760
2760
|
activeIncentivesValueUsd: string;
|
|
2761
2761
|
activeIncentivesRateUsd: string;
|
|
2762
|
-
tvl
|
|
2762
|
+
tvl?: number | null;
|
|
2763
2763
|
} | null;
|
|
2764
2764
|
stakingToken: {
|
|
2765
2765
|
__typename?: 'GqlToken';
|
|
@@ -2820,7 +2820,7 @@ type ApiValidatorMinimalFragment = {
|
|
|
2820
2820
|
stakedBeraAmount: string;
|
|
2821
2821
|
lastDayDistributedBGTAmount: string;
|
|
2822
2822
|
activeBoostAmountRank: number;
|
|
2823
|
-
boostApr:
|
|
2823
|
+
boostApr: number;
|
|
2824
2824
|
commissionOnIncentives: number;
|
|
2825
2825
|
} | null;
|
|
2826
2826
|
};
|
|
@@ -2846,12 +2846,12 @@ type ApiValidatorFragment = {
|
|
|
2846
2846
|
dynamicData?: {
|
|
2847
2847
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2848
2848
|
allTimeReceivedBGTAmount: string;
|
|
2849
|
-
apr?:
|
|
2849
|
+
apr?: number | null;
|
|
2850
2850
|
bgtCapturePercentage: string;
|
|
2851
2851
|
bgtCapturePerBlock: string;
|
|
2852
2852
|
activeIncentivesValueUsd: string;
|
|
2853
2853
|
activeIncentivesRateUsd: string;
|
|
2854
|
-
tvl
|
|
2854
|
+
tvl?: number | null;
|
|
2855
2855
|
} | null;
|
|
2856
2856
|
stakingToken: {
|
|
2857
2857
|
__typename?: 'GqlToken';
|
|
@@ -2911,7 +2911,7 @@ type ApiValidatorFragment = {
|
|
|
2911
2911
|
stakedBeraAmount: string;
|
|
2912
2912
|
lastDayDistributedBGTAmount: string;
|
|
2913
2913
|
activeBoostAmountRank: number;
|
|
2914
|
-
boostApr:
|
|
2914
|
+
boostApr: number;
|
|
2915
2915
|
commissionOnIncentives: number;
|
|
2916
2916
|
} | null;
|
|
2917
2917
|
};
|
|
@@ -2931,12 +2931,12 @@ type ApiRewardAllocationWeightFragment = {
|
|
|
2931
2931
|
dynamicData?: {
|
|
2932
2932
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2933
2933
|
allTimeReceivedBGTAmount: string;
|
|
2934
|
-
apr?:
|
|
2934
|
+
apr?: number | null;
|
|
2935
2935
|
bgtCapturePercentage: string;
|
|
2936
2936
|
bgtCapturePerBlock: string;
|
|
2937
2937
|
activeIncentivesValueUsd: string;
|
|
2938
2938
|
activeIncentivesRateUsd: string;
|
|
2939
|
-
tvl
|
|
2939
|
+
tvl?: number | null;
|
|
2940
2940
|
} | null;
|
|
2941
2941
|
stakingToken: {
|
|
2942
2942
|
__typename?: 'GqlToken';
|
|
@@ -3010,12 +3010,12 @@ type GetValidatorQuery = {
|
|
|
3010
3010
|
dynamicData?: {
|
|
3011
3011
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3012
3012
|
allTimeReceivedBGTAmount: string;
|
|
3013
|
-
apr?:
|
|
3013
|
+
apr?: number | null;
|
|
3014
3014
|
bgtCapturePercentage: string;
|
|
3015
3015
|
bgtCapturePerBlock: string;
|
|
3016
3016
|
activeIncentivesValueUsd: string;
|
|
3017
3017
|
activeIncentivesRateUsd: string;
|
|
3018
|
-
tvl
|
|
3018
|
+
tvl?: number | null;
|
|
3019
3019
|
} | null;
|
|
3020
3020
|
stakingToken: {
|
|
3021
3021
|
__typename?: 'GqlToken';
|
|
@@ -3075,7 +3075,7 @@ type GetValidatorQuery = {
|
|
|
3075
3075
|
stakedBeraAmount: string;
|
|
3076
3076
|
lastDayDistributedBGTAmount: string;
|
|
3077
3077
|
activeBoostAmountRank: number;
|
|
3078
|
-
boostApr:
|
|
3078
|
+
boostApr: number;
|
|
3079
3079
|
commissionOnIncentives: number;
|
|
3080
3080
|
} | null;
|
|
3081
3081
|
} | null;
|
|
@@ -3130,12 +3130,12 @@ type GetValidatorsQuery = {
|
|
|
3130
3130
|
dynamicData?: {
|
|
3131
3131
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3132
3132
|
allTimeReceivedBGTAmount: string;
|
|
3133
|
-
apr?:
|
|
3133
|
+
apr?: number | null;
|
|
3134
3134
|
bgtCapturePercentage: string;
|
|
3135
3135
|
bgtCapturePerBlock: string;
|
|
3136
3136
|
activeIncentivesValueUsd: string;
|
|
3137
3137
|
activeIncentivesRateUsd: string;
|
|
3138
|
-
tvl
|
|
3138
|
+
tvl?: number | null;
|
|
3139
3139
|
} | null;
|
|
3140
3140
|
stakingToken: {
|
|
3141
3141
|
__typename?: 'GqlToken';
|
|
@@ -3195,7 +3195,7 @@ type GetValidatorsQuery = {
|
|
|
3195
3195
|
stakedBeraAmount: string;
|
|
3196
3196
|
lastDayDistributedBGTAmount: string;
|
|
3197
3197
|
activeBoostAmountRank: number;
|
|
3198
|
-
boostApr:
|
|
3198
|
+
boostApr: number;
|
|
3199
3199
|
commissionOnIncentives: number;
|
|
3200
3200
|
} | null;
|
|
3201
3201
|
}>;
|
|
@@ -3237,12 +3237,12 @@ type GetVaultValidatorsQuery = {
|
|
|
3237
3237
|
dynamicData?: {
|
|
3238
3238
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3239
3239
|
allTimeReceivedBGTAmount: string;
|
|
3240
|
-
apr?:
|
|
3240
|
+
apr?: number | null;
|
|
3241
3241
|
bgtCapturePercentage: string;
|
|
3242
3242
|
bgtCapturePerBlock: string;
|
|
3243
3243
|
activeIncentivesValueUsd: string;
|
|
3244
3244
|
activeIncentivesRateUsd: string;
|
|
3245
|
-
tvl
|
|
3245
|
+
tvl?: number | null;
|
|
3246
3246
|
} | null;
|
|
3247
3247
|
stakingToken: {
|
|
3248
3248
|
__typename?: 'GqlToken';
|
|
@@ -3302,7 +3302,7 @@ type GetVaultValidatorsQuery = {
|
|
|
3302
3302
|
stakedBeraAmount: string;
|
|
3303
3303
|
lastDayDistributedBGTAmount: string;
|
|
3304
3304
|
activeBoostAmountRank: number;
|
|
3305
|
-
boostApr:
|
|
3305
|
+
boostApr: number;
|
|
3306
3306
|
commissionOnIncentives: number;
|
|
3307
3307
|
} | null;
|
|
3308
3308
|
}>;
|
|
@@ -3324,12 +3324,12 @@ type GetRewardVaultQuery = {
|
|
|
3324
3324
|
dynamicData?: {
|
|
3325
3325
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3326
3326
|
allTimeReceivedBGTAmount: string;
|
|
3327
|
-
apr?:
|
|
3327
|
+
apr?: number | null;
|
|
3328
3328
|
bgtCapturePercentage: string;
|
|
3329
3329
|
bgtCapturePerBlock: string;
|
|
3330
3330
|
activeIncentivesValueUsd: string;
|
|
3331
3331
|
activeIncentivesRateUsd: string;
|
|
3332
|
-
tvl
|
|
3332
|
+
tvl?: number | null;
|
|
3333
3333
|
} | null;
|
|
3334
3334
|
stakingToken: {
|
|
3335
3335
|
__typename?: 'GqlToken';
|
|
@@ -3401,7 +3401,7 @@ type GlobalDataQuery = {
|
|
|
3401
3401
|
stakedBeraAmount: string;
|
|
3402
3402
|
lastDayDistributedBGTAmount: string;
|
|
3403
3403
|
activeBoostAmountRank: number;
|
|
3404
|
-
boostApr:
|
|
3404
|
+
boostApr: number;
|
|
3405
3405
|
commissionOnIncentives: number;
|
|
3406
3406
|
} | null;
|
|
3407
3407
|
}>;
|
|
@@ -3454,12 +3454,12 @@ type GetUserVaultsQuery = {
|
|
|
3454
3454
|
dynamicData?: {
|
|
3455
3455
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3456
3456
|
allTimeReceivedBGTAmount: string;
|
|
3457
|
-
apr?:
|
|
3457
|
+
apr?: number | null;
|
|
3458
3458
|
bgtCapturePercentage: string;
|
|
3459
3459
|
bgtCapturePerBlock: string;
|
|
3460
3460
|
activeIncentivesValueUsd: string;
|
|
3461
3461
|
activeIncentivesRateUsd: string;
|
|
3462
|
-
tvl
|
|
3462
|
+
tvl?: number | null;
|
|
3463
3463
|
} | null;
|
|
3464
3464
|
stakingToken: {
|
|
3465
3465
|
__typename?: 'GqlToken';
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@berachain/graphql",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.12",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
8
8
|
"author": "Berachain",
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"
|
|
10
|
+
"peerDependencies": {
|
|
11
11
|
"@apollo/client": "3.8.10",
|
|
12
12
|
"graphql": "16.8.2"
|
|
13
13
|
},
|
|
@@ -30,41 +30,49 @@
|
|
|
30
30
|
"./governance": {
|
|
31
31
|
"types": "./dist/governance/governance.codegen.d.ts",
|
|
32
32
|
"require": "./dist/governance/governance.codegen.cjs",
|
|
33
|
+
"import": "./dist/governance/governance.codegen.js",
|
|
33
34
|
"default": "./dist/governance/governance.codegen.cjs"
|
|
34
35
|
},
|
|
35
36
|
"./chain": {
|
|
36
37
|
"types": "./dist/chain/chain.codegen.d.ts",
|
|
37
38
|
"require": "./dist/chain/chain.codegen.cjs",
|
|
39
|
+
"import": "./dist/chain/chain.codegen.js",
|
|
38
40
|
"default": "./dist/chain/chain.codegen.cjs"
|
|
39
41
|
},
|
|
40
42
|
"./pol/subgraph": {
|
|
41
43
|
"types": "./dist/pol/subgraph.codegen.d.ts",
|
|
42
44
|
"require": "./dist/pol/subgraph.codegen.cjs",
|
|
45
|
+
"import": "./dist/pol/subgraph.codegen.js",
|
|
43
46
|
"default": "./dist/pol/subgraph.codegen.cjs"
|
|
44
47
|
},
|
|
45
48
|
"./pol/api": {
|
|
46
49
|
"types": "./dist/pol/api.codegen.d.ts",
|
|
47
50
|
"require": "./dist/pol/api.codegen.cjs",
|
|
51
|
+
"import": "./dist/pol/api.codegen.js",
|
|
48
52
|
"default": "./dist/pol/api.codegen.cjs"
|
|
49
53
|
},
|
|
50
54
|
"./dex/subgraph": {
|
|
51
55
|
"types": "./dist/dex/subgraph.codegen.d.ts",
|
|
52
56
|
"require": "./dist/dex/subgraph.codegen.cjs",
|
|
57
|
+
"import": "./dist/dex/subgraph.codegen.js",
|
|
53
58
|
"default": "./dist/dex/subgraph.codegen.cjs"
|
|
54
59
|
},
|
|
55
60
|
"./dex/api": {
|
|
56
61
|
"types": "./dist/dex/api.codegen.d.ts",
|
|
57
62
|
"require": "./dist/dex/api.codegen.cjs",
|
|
63
|
+
"import": "./dist/dex/api.codegen.js",
|
|
58
64
|
"default": "./dist/dex/api.codegen.cjs"
|
|
59
65
|
},
|
|
60
66
|
"./honey": {
|
|
61
67
|
"types": "./dist/honey/honey.codegen.d.ts",
|
|
62
68
|
"require": "./dist/honey/honey.codegen.cjs",
|
|
69
|
+
"import": "./dist/honey/honey.codegen.js",
|
|
63
70
|
"default": "./dist/honey/honey.codegen.cjs"
|
|
64
71
|
},
|
|
65
72
|
"./bend/whisk": {
|
|
66
73
|
"types": "./dist/bend/whisk.codegen.d.ts",
|
|
67
74
|
"require": "./dist/bend/whisk.codegen.cjs",
|
|
75
|
+
"import": "./dist/bend/whisk.codegen.js",
|
|
68
76
|
"default": "./dist/bend/whisk.codegen.cjs"
|
|
69
77
|
}
|
|
70
78
|
},
|