@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';
|
|
@@ -1473,17 +1470,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1473
1470
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1474
1471
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1475
1472
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1476
|
-
apr?: Maybe<Scalars['
|
|
1473
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1477
1474
|
/** @deprecated Use apr instead */
|
|
1478
|
-
apy?: Maybe<Scalars['
|
|
1475
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1479
1476
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1480
1477
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1481
1478
|
chain: GqlChain;
|
|
1482
1479
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1483
|
-
projectedApr?: Maybe<Scalars['
|
|
1480
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1484
1481
|
/** @deprecated Use projectedApr instead */
|
|
1485
|
-
projectedApy?: Maybe<Scalars['
|
|
1486
|
-
tvl
|
|
1482
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1483
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1487
1484
|
vaultAddress: Scalars['String']['output'];
|
|
1488
1485
|
};
|
|
1489
1486
|
type GqlRewardVaultFilter = {
|
|
@@ -2040,7 +2037,7 @@ type GqlValidatorDynamicData = {
|
|
|
2040
2037
|
apy: Scalars['String']['output'];
|
|
2041
2038
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
2042
2039
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
2043
|
-
boostApr: Scalars['
|
|
2040
|
+
boostApr: Scalars['Float']['output'];
|
|
2044
2041
|
chain: GqlChain;
|
|
2045
2042
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
2046
2043
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2685,12 +2682,12 @@ type ApiVaultFragment = {
|
|
|
2685
2682
|
dynamicData?: {
|
|
2686
2683
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2687
2684
|
allTimeReceivedBGTAmount: string;
|
|
2688
|
-
apr?:
|
|
2685
|
+
apr?: number | null;
|
|
2689
2686
|
bgtCapturePercentage: string;
|
|
2690
2687
|
bgtCapturePerBlock: string;
|
|
2691
2688
|
activeIncentivesValueUsd: string;
|
|
2692
2689
|
activeIncentivesRateUsd: string;
|
|
2693
|
-
tvl
|
|
2690
|
+
tvl?: number | null;
|
|
2694
2691
|
} | null;
|
|
2695
2692
|
stakingToken: {
|
|
2696
2693
|
__typename?: 'GqlToken';
|
|
@@ -2754,12 +2751,12 @@ type GetVaultsQuery = {
|
|
|
2754
2751
|
dynamicData?: {
|
|
2755
2752
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2756
2753
|
allTimeReceivedBGTAmount: string;
|
|
2757
|
-
apr?:
|
|
2754
|
+
apr?: number | null;
|
|
2758
2755
|
bgtCapturePercentage: string;
|
|
2759
2756
|
bgtCapturePerBlock: string;
|
|
2760
2757
|
activeIncentivesValueUsd: string;
|
|
2761
2758
|
activeIncentivesRateUsd: string;
|
|
2762
|
-
tvl
|
|
2759
|
+
tvl?: number | null;
|
|
2763
2760
|
} | null;
|
|
2764
2761
|
stakingToken: {
|
|
2765
2762
|
__typename?: 'GqlToken';
|
|
@@ -2820,7 +2817,7 @@ type ApiValidatorMinimalFragment = {
|
|
|
2820
2817
|
stakedBeraAmount: string;
|
|
2821
2818
|
lastDayDistributedBGTAmount: string;
|
|
2822
2819
|
activeBoostAmountRank: number;
|
|
2823
|
-
boostApr:
|
|
2820
|
+
boostApr: number;
|
|
2824
2821
|
commissionOnIncentives: number;
|
|
2825
2822
|
} | null;
|
|
2826
2823
|
};
|
|
@@ -2846,12 +2843,12 @@ type ApiValidatorFragment = {
|
|
|
2846
2843
|
dynamicData?: {
|
|
2847
2844
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2848
2845
|
allTimeReceivedBGTAmount: string;
|
|
2849
|
-
apr?:
|
|
2846
|
+
apr?: number | null;
|
|
2850
2847
|
bgtCapturePercentage: string;
|
|
2851
2848
|
bgtCapturePerBlock: string;
|
|
2852
2849
|
activeIncentivesValueUsd: string;
|
|
2853
2850
|
activeIncentivesRateUsd: string;
|
|
2854
|
-
tvl
|
|
2851
|
+
tvl?: number | null;
|
|
2855
2852
|
} | null;
|
|
2856
2853
|
stakingToken: {
|
|
2857
2854
|
__typename?: 'GqlToken';
|
|
@@ -2911,7 +2908,7 @@ type ApiValidatorFragment = {
|
|
|
2911
2908
|
stakedBeraAmount: string;
|
|
2912
2909
|
lastDayDistributedBGTAmount: string;
|
|
2913
2910
|
activeBoostAmountRank: number;
|
|
2914
|
-
boostApr:
|
|
2911
|
+
boostApr: number;
|
|
2915
2912
|
commissionOnIncentives: number;
|
|
2916
2913
|
} | null;
|
|
2917
2914
|
};
|
|
@@ -2931,12 +2928,12 @@ type ApiRewardAllocationWeightFragment = {
|
|
|
2931
2928
|
dynamicData?: {
|
|
2932
2929
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2933
2930
|
allTimeReceivedBGTAmount: string;
|
|
2934
|
-
apr?:
|
|
2931
|
+
apr?: number | null;
|
|
2935
2932
|
bgtCapturePercentage: string;
|
|
2936
2933
|
bgtCapturePerBlock: string;
|
|
2937
2934
|
activeIncentivesValueUsd: string;
|
|
2938
2935
|
activeIncentivesRateUsd: string;
|
|
2939
|
-
tvl
|
|
2936
|
+
tvl?: number | null;
|
|
2940
2937
|
} | null;
|
|
2941
2938
|
stakingToken: {
|
|
2942
2939
|
__typename?: 'GqlToken';
|
|
@@ -3010,12 +3007,12 @@ type GetValidatorQuery = {
|
|
|
3010
3007
|
dynamicData?: {
|
|
3011
3008
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3012
3009
|
allTimeReceivedBGTAmount: string;
|
|
3013
|
-
apr?:
|
|
3010
|
+
apr?: number | null;
|
|
3014
3011
|
bgtCapturePercentage: string;
|
|
3015
3012
|
bgtCapturePerBlock: string;
|
|
3016
3013
|
activeIncentivesValueUsd: string;
|
|
3017
3014
|
activeIncentivesRateUsd: string;
|
|
3018
|
-
tvl
|
|
3015
|
+
tvl?: number | null;
|
|
3019
3016
|
} | null;
|
|
3020
3017
|
stakingToken: {
|
|
3021
3018
|
__typename?: 'GqlToken';
|
|
@@ -3075,7 +3072,7 @@ type GetValidatorQuery = {
|
|
|
3075
3072
|
stakedBeraAmount: string;
|
|
3076
3073
|
lastDayDistributedBGTAmount: string;
|
|
3077
3074
|
activeBoostAmountRank: number;
|
|
3078
|
-
boostApr:
|
|
3075
|
+
boostApr: number;
|
|
3079
3076
|
commissionOnIncentives: number;
|
|
3080
3077
|
} | null;
|
|
3081
3078
|
} | null;
|
|
@@ -3130,12 +3127,12 @@ type GetValidatorsQuery = {
|
|
|
3130
3127
|
dynamicData?: {
|
|
3131
3128
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3132
3129
|
allTimeReceivedBGTAmount: string;
|
|
3133
|
-
apr?:
|
|
3130
|
+
apr?: number | null;
|
|
3134
3131
|
bgtCapturePercentage: string;
|
|
3135
3132
|
bgtCapturePerBlock: string;
|
|
3136
3133
|
activeIncentivesValueUsd: string;
|
|
3137
3134
|
activeIncentivesRateUsd: string;
|
|
3138
|
-
tvl
|
|
3135
|
+
tvl?: number | null;
|
|
3139
3136
|
} | null;
|
|
3140
3137
|
stakingToken: {
|
|
3141
3138
|
__typename?: 'GqlToken';
|
|
@@ -3195,7 +3192,7 @@ type GetValidatorsQuery = {
|
|
|
3195
3192
|
stakedBeraAmount: string;
|
|
3196
3193
|
lastDayDistributedBGTAmount: string;
|
|
3197
3194
|
activeBoostAmountRank: number;
|
|
3198
|
-
boostApr:
|
|
3195
|
+
boostApr: number;
|
|
3199
3196
|
commissionOnIncentives: number;
|
|
3200
3197
|
} | null;
|
|
3201
3198
|
}>;
|
|
@@ -3237,12 +3234,12 @@ type GetVaultValidatorsQuery = {
|
|
|
3237
3234
|
dynamicData?: {
|
|
3238
3235
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3239
3236
|
allTimeReceivedBGTAmount: string;
|
|
3240
|
-
apr?:
|
|
3237
|
+
apr?: number | null;
|
|
3241
3238
|
bgtCapturePercentage: string;
|
|
3242
3239
|
bgtCapturePerBlock: string;
|
|
3243
3240
|
activeIncentivesValueUsd: string;
|
|
3244
3241
|
activeIncentivesRateUsd: string;
|
|
3245
|
-
tvl
|
|
3242
|
+
tvl?: number | null;
|
|
3246
3243
|
} | null;
|
|
3247
3244
|
stakingToken: {
|
|
3248
3245
|
__typename?: 'GqlToken';
|
|
@@ -3302,7 +3299,7 @@ type GetVaultValidatorsQuery = {
|
|
|
3302
3299
|
stakedBeraAmount: string;
|
|
3303
3300
|
lastDayDistributedBGTAmount: string;
|
|
3304
3301
|
activeBoostAmountRank: number;
|
|
3305
|
-
boostApr:
|
|
3302
|
+
boostApr: number;
|
|
3306
3303
|
commissionOnIncentives: number;
|
|
3307
3304
|
} | null;
|
|
3308
3305
|
}>;
|
|
@@ -3324,12 +3321,12 @@ type GetRewardVaultQuery = {
|
|
|
3324
3321
|
dynamicData?: {
|
|
3325
3322
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3326
3323
|
allTimeReceivedBGTAmount: string;
|
|
3327
|
-
apr?:
|
|
3324
|
+
apr?: number | null;
|
|
3328
3325
|
bgtCapturePercentage: string;
|
|
3329
3326
|
bgtCapturePerBlock: string;
|
|
3330
3327
|
activeIncentivesValueUsd: string;
|
|
3331
3328
|
activeIncentivesRateUsd: string;
|
|
3332
|
-
tvl
|
|
3329
|
+
tvl?: number | null;
|
|
3333
3330
|
} | null;
|
|
3334
3331
|
stakingToken: {
|
|
3335
3332
|
__typename?: 'GqlToken';
|
|
@@ -3401,7 +3398,7 @@ type GlobalDataQuery = {
|
|
|
3401
3398
|
stakedBeraAmount: string;
|
|
3402
3399
|
lastDayDistributedBGTAmount: string;
|
|
3403
3400
|
activeBoostAmountRank: number;
|
|
3404
|
-
boostApr:
|
|
3401
|
+
boostApr: number;
|
|
3405
3402
|
commissionOnIncentives: number;
|
|
3406
3403
|
} | null;
|
|
3407
3404
|
}>;
|
|
@@ -3454,12 +3451,12 @@ type GetUserVaultsQuery = {
|
|
|
3454
3451
|
dynamicData?: {
|
|
3455
3452
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3456
3453
|
allTimeReceivedBGTAmount: string;
|
|
3457
|
-
apr?:
|
|
3454
|
+
apr?: number | null;
|
|
3458
3455
|
bgtCapturePercentage: string;
|
|
3459
3456
|
bgtCapturePerBlock: string;
|
|
3460
3457
|
activeIncentivesValueUsd: string;
|
|
3461
3458
|
activeIncentivesRateUsd: string;
|
|
3462
|
-
tvl
|
|
3459
|
+
tvl?: number | null;
|
|
3463
3460
|
} | null;
|
|
3464
3461
|
stakingToken: {
|
|
3465
3462
|
__typename?: 'GqlToken';
|
|
@@ -3592,26 +3589,26 @@ type GetPolStakeBeraVaultEventsByOwnerQuery = {
|
|
|
3592
3589
|
_timestamp: number;
|
|
3593
3590
|
}>;
|
|
3594
3591
|
};
|
|
3595
|
-
declare const ApiValidatorMinimal:
|
|
3596
|
-
declare const ApiVaultIncentive:
|
|
3597
|
-
declare const ApiVault:
|
|
3598
|
-
declare const ApiRewardAllocationWeight:
|
|
3599
|
-
declare const ApiValidator:
|
|
3600
|
-
declare const ApiValidatorBlockUptime:
|
|
3601
|
-
declare const GetVaults:
|
|
3602
|
-
declare const GetValidator:
|
|
3603
|
-
declare const GetValidators:
|
|
3604
|
-
declare const GetVaultValidators:
|
|
3605
|
-
declare const GetRewardVault:
|
|
3606
|
-
declare const GlobalData:
|
|
3607
|
-
declare const GetUserVaults:
|
|
3608
|
-
declare const GetVaultHistory:
|
|
3609
|
-
declare const GetVaultDurations:
|
|
3610
|
-
declare const GetBoostDelay:
|
|
3611
|
-
declare const GetCommissionChangeDelay:
|
|
3612
|
-
declare const GetSWberaVaultMetadata:
|
|
3613
|
-
declare const GetSWberaVaultSnapshots:
|
|
3614
|
-
declare const GetPolStakeBeraVaultEventsByOwner:
|
|
3592
|
+
declare const ApiValidatorMinimal: graphql.DocumentNode;
|
|
3593
|
+
declare const ApiVaultIncentive: graphql.DocumentNode;
|
|
3594
|
+
declare const ApiVault: graphql.DocumentNode;
|
|
3595
|
+
declare const ApiRewardAllocationWeight: graphql.DocumentNode;
|
|
3596
|
+
declare const ApiValidator: graphql.DocumentNode;
|
|
3597
|
+
declare const ApiValidatorBlockUptime: graphql.DocumentNode;
|
|
3598
|
+
declare const GetVaults: graphql.DocumentNode;
|
|
3599
|
+
declare const GetValidator: graphql.DocumentNode;
|
|
3600
|
+
declare const GetValidators: graphql.DocumentNode;
|
|
3601
|
+
declare const GetVaultValidators: graphql.DocumentNode;
|
|
3602
|
+
declare const GetRewardVault: graphql.DocumentNode;
|
|
3603
|
+
declare const GlobalData: graphql.DocumentNode;
|
|
3604
|
+
declare const GetUserVaults: graphql.DocumentNode;
|
|
3605
|
+
declare const GetVaultHistory: graphql.DocumentNode;
|
|
3606
|
+
declare const GetVaultDurations: graphql.DocumentNode;
|
|
3607
|
+
declare const GetBoostDelay: graphql.DocumentNode;
|
|
3608
|
+
declare const GetCommissionChangeDelay: graphql.DocumentNode;
|
|
3609
|
+
declare const GetSWberaVaultMetadata: graphql.DocumentNode;
|
|
3610
|
+
declare const GetSWberaVaultSnapshots: graphql.DocumentNode;
|
|
3611
|
+
declare const GetPolStakeBeraVaultEventsByOwner: graphql.DocumentNode;
|
|
3615
3612
|
interface PossibleTypesResultData {
|
|
3616
3613
|
possibleTypes: {
|
|
3617
3614
|
[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';
|
|
@@ -1473,17 +1470,17 @@ type GqlRewardVaultDynamicData = {
|
|
|
1473
1470
|
activeIncentivesRateUsd: Scalars['String']['output'];
|
|
1474
1471
|
activeIncentivesValueUsd: Scalars['String']['output'];
|
|
1475
1472
|
allTimeReceivedBGTAmount: Scalars['String']['output'];
|
|
1476
|
-
apr?: Maybe<Scalars['
|
|
1473
|
+
apr?: Maybe<Scalars['Float']['output']>;
|
|
1477
1474
|
/** @deprecated Use apr instead */
|
|
1478
|
-
apy?: Maybe<Scalars['
|
|
1475
|
+
apy?: Maybe<Scalars['Float']['output']>;
|
|
1479
1476
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
1480
1477
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
1481
1478
|
chain: GqlChain;
|
|
1482
1479
|
lastDayReceivedBGTAmount: Scalars['String']['output'];
|
|
1483
|
-
projectedApr?: Maybe<Scalars['
|
|
1480
|
+
projectedApr?: Maybe<Scalars['Float']['output']>;
|
|
1484
1481
|
/** @deprecated Use projectedApr instead */
|
|
1485
|
-
projectedApy?: Maybe<Scalars['
|
|
1486
|
-
tvl
|
|
1482
|
+
projectedApy?: Maybe<Scalars['Float']['output']>;
|
|
1483
|
+
tvl?: Maybe<Scalars['Float']['output']>;
|
|
1487
1484
|
vaultAddress: Scalars['String']['output'];
|
|
1488
1485
|
};
|
|
1489
1486
|
type GqlRewardVaultFilter = {
|
|
@@ -2040,7 +2037,7 @@ type GqlValidatorDynamicData = {
|
|
|
2040
2037
|
apy: Scalars['String']['output'];
|
|
2041
2038
|
bgtCapturePerBlock: Scalars['String']['output'];
|
|
2042
2039
|
bgtCapturePercentage: Scalars['String']['output'];
|
|
2043
|
-
boostApr: Scalars['
|
|
2040
|
+
boostApr: Scalars['Float']['output'];
|
|
2044
2041
|
chain: GqlChain;
|
|
2045
2042
|
commissionOnIncentives: Scalars['Int']['output'];
|
|
2046
2043
|
commissionOnIncentivesHistory: Array<GqlValidatorCommissionHistory>;
|
|
@@ -2685,12 +2682,12 @@ type ApiVaultFragment = {
|
|
|
2685
2682
|
dynamicData?: {
|
|
2686
2683
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2687
2684
|
allTimeReceivedBGTAmount: string;
|
|
2688
|
-
apr?:
|
|
2685
|
+
apr?: number | null;
|
|
2689
2686
|
bgtCapturePercentage: string;
|
|
2690
2687
|
bgtCapturePerBlock: string;
|
|
2691
2688
|
activeIncentivesValueUsd: string;
|
|
2692
2689
|
activeIncentivesRateUsd: string;
|
|
2693
|
-
tvl
|
|
2690
|
+
tvl?: number | null;
|
|
2694
2691
|
} | null;
|
|
2695
2692
|
stakingToken: {
|
|
2696
2693
|
__typename?: 'GqlToken';
|
|
@@ -2754,12 +2751,12 @@ type GetVaultsQuery = {
|
|
|
2754
2751
|
dynamicData?: {
|
|
2755
2752
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2756
2753
|
allTimeReceivedBGTAmount: string;
|
|
2757
|
-
apr?:
|
|
2754
|
+
apr?: number | null;
|
|
2758
2755
|
bgtCapturePercentage: string;
|
|
2759
2756
|
bgtCapturePerBlock: string;
|
|
2760
2757
|
activeIncentivesValueUsd: string;
|
|
2761
2758
|
activeIncentivesRateUsd: string;
|
|
2762
|
-
tvl
|
|
2759
|
+
tvl?: number | null;
|
|
2763
2760
|
} | null;
|
|
2764
2761
|
stakingToken: {
|
|
2765
2762
|
__typename?: 'GqlToken';
|
|
@@ -2820,7 +2817,7 @@ type ApiValidatorMinimalFragment = {
|
|
|
2820
2817
|
stakedBeraAmount: string;
|
|
2821
2818
|
lastDayDistributedBGTAmount: string;
|
|
2822
2819
|
activeBoostAmountRank: number;
|
|
2823
|
-
boostApr:
|
|
2820
|
+
boostApr: number;
|
|
2824
2821
|
commissionOnIncentives: number;
|
|
2825
2822
|
} | null;
|
|
2826
2823
|
};
|
|
@@ -2846,12 +2843,12 @@ type ApiValidatorFragment = {
|
|
|
2846
2843
|
dynamicData?: {
|
|
2847
2844
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2848
2845
|
allTimeReceivedBGTAmount: string;
|
|
2849
|
-
apr?:
|
|
2846
|
+
apr?: number | null;
|
|
2850
2847
|
bgtCapturePercentage: string;
|
|
2851
2848
|
bgtCapturePerBlock: string;
|
|
2852
2849
|
activeIncentivesValueUsd: string;
|
|
2853
2850
|
activeIncentivesRateUsd: string;
|
|
2854
|
-
tvl
|
|
2851
|
+
tvl?: number | null;
|
|
2855
2852
|
} | null;
|
|
2856
2853
|
stakingToken: {
|
|
2857
2854
|
__typename?: 'GqlToken';
|
|
@@ -2911,7 +2908,7 @@ type ApiValidatorFragment = {
|
|
|
2911
2908
|
stakedBeraAmount: string;
|
|
2912
2909
|
lastDayDistributedBGTAmount: string;
|
|
2913
2910
|
activeBoostAmountRank: number;
|
|
2914
|
-
boostApr:
|
|
2911
|
+
boostApr: number;
|
|
2915
2912
|
commissionOnIncentives: number;
|
|
2916
2913
|
} | null;
|
|
2917
2914
|
};
|
|
@@ -2931,12 +2928,12 @@ type ApiRewardAllocationWeightFragment = {
|
|
|
2931
2928
|
dynamicData?: {
|
|
2932
2929
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
2933
2930
|
allTimeReceivedBGTAmount: string;
|
|
2934
|
-
apr?:
|
|
2931
|
+
apr?: number | null;
|
|
2935
2932
|
bgtCapturePercentage: string;
|
|
2936
2933
|
bgtCapturePerBlock: string;
|
|
2937
2934
|
activeIncentivesValueUsd: string;
|
|
2938
2935
|
activeIncentivesRateUsd: string;
|
|
2939
|
-
tvl
|
|
2936
|
+
tvl?: number | null;
|
|
2940
2937
|
} | null;
|
|
2941
2938
|
stakingToken: {
|
|
2942
2939
|
__typename?: 'GqlToken';
|
|
@@ -3010,12 +3007,12 @@ type GetValidatorQuery = {
|
|
|
3010
3007
|
dynamicData?: {
|
|
3011
3008
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3012
3009
|
allTimeReceivedBGTAmount: string;
|
|
3013
|
-
apr?:
|
|
3010
|
+
apr?: number | null;
|
|
3014
3011
|
bgtCapturePercentage: string;
|
|
3015
3012
|
bgtCapturePerBlock: string;
|
|
3016
3013
|
activeIncentivesValueUsd: string;
|
|
3017
3014
|
activeIncentivesRateUsd: string;
|
|
3018
|
-
tvl
|
|
3015
|
+
tvl?: number | null;
|
|
3019
3016
|
} | null;
|
|
3020
3017
|
stakingToken: {
|
|
3021
3018
|
__typename?: 'GqlToken';
|
|
@@ -3075,7 +3072,7 @@ type GetValidatorQuery = {
|
|
|
3075
3072
|
stakedBeraAmount: string;
|
|
3076
3073
|
lastDayDistributedBGTAmount: string;
|
|
3077
3074
|
activeBoostAmountRank: number;
|
|
3078
|
-
boostApr:
|
|
3075
|
+
boostApr: number;
|
|
3079
3076
|
commissionOnIncentives: number;
|
|
3080
3077
|
} | null;
|
|
3081
3078
|
} | null;
|
|
@@ -3130,12 +3127,12 @@ type GetValidatorsQuery = {
|
|
|
3130
3127
|
dynamicData?: {
|
|
3131
3128
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3132
3129
|
allTimeReceivedBGTAmount: string;
|
|
3133
|
-
apr?:
|
|
3130
|
+
apr?: number | null;
|
|
3134
3131
|
bgtCapturePercentage: string;
|
|
3135
3132
|
bgtCapturePerBlock: string;
|
|
3136
3133
|
activeIncentivesValueUsd: string;
|
|
3137
3134
|
activeIncentivesRateUsd: string;
|
|
3138
|
-
tvl
|
|
3135
|
+
tvl?: number | null;
|
|
3139
3136
|
} | null;
|
|
3140
3137
|
stakingToken: {
|
|
3141
3138
|
__typename?: 'GqlToken';
|
|
@@ -3195,7 +3192,7 @@ type GetValidatorsQuery = {
|
|
|
3195
3192
|
stakedBeraAmount: string;
|
|
3196
3193
|
lastDayDistributedBGTAmount: string;
|
|
3197
3194
|
activeBoostAmountRank: number;
|
|
3198
|
-
boostApr:
|
|
3195
|
+
boostApr: number;
|
|
3199
3196
|
commissionOnIncentives: number;
|
|
3200
3197
|
} | null;
|
|
3201
3198
|
}>;
|
|
@@ -3237,12 +3234,12 @@ type GetVaultValidatorsQuery = {
|
|
|
3237
3234
|
dynamicData?: {
|
|
3238
3235
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3239
3236
|
allTimeReceivedBGTAmount: string;
|
|
3240
|
-
apr?:
|
|
3237
|
+
apr?: number | null;
|
|
3241
3238
|
bgtCapturePercentage: string;
|
|
3242
3239
|
bgtCapturePerBlock: string;
|
|
3243
3240
|
activeIncentivesValueUsd: string;
|
|
3244
3241
|
activeIncentivesRateUsd: string;
|
|
3245
|
-
tvl
|
|
3242
|
+
tvl?: number | null;
|
|
3246
3243
|
} | null;
|
|
3247
3244
|
stakingToken: {
|
|
3248
3245
|
__typename?: 'GqlToken';
|
|
@@ -3302,7 +3299,7 @@ type GetVaultValidatorsQuery = {
|
|
|
3302
3299
|
stakedBeraAmount: string;
|
|
3303
3300
|
lastDayDistributedBGTAmount: string;
|
|
3304
3301
|
activeBoostAmountRank: number;
|
|
3305
|
-
boostApr:
|
|
3302
|
+
boostApr: number;
|
|
3306
3303
|
commissionOnIncentives: number;
|
|
3307
3304
|
} | null;
|
|
3308
3305
|
}>;
|
|
@@ -3324,12 +3321,12 @@ type GetRewardVaultQuery = {
|
|
|
3324
3321
|
dynamicData?: {
|
|
3325
3322
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3326
3323
|
allTimeReceivedBGTAmount: string;
|
|
3327
|
-
apr?:
|
|
3324
|
+
apr?: number | null;
|
|
3328
3325
|
bgtCapturePercentage: string;
|
|
3329
3326
|
bgtCapturePerBlock: string;
|
|
3330
3327
|
activeIncentivesValueUsd: string;
|
|
3331
3328
|
activeIncentivesRateUsd: string;
|
|
3332
|
-
tvl
|
|
3329
|
+
tvl?: number | null;
|
|
3333
3330
|
} | null;
|
|
3334
3331
|
stakingToken: {
|
|
3335
3332
|
__typename?: 'GqlToken';
|
|
@@ -3401,7 +3398,7 @@ type GlobalDataQuery = {
|
|
|
3401
3398
|
stakedBeraAmount: string;
|
|
3402
3399
|
lastDayDistributedBGTAmount: string;
|
|
3403
3400
|
activeBoostAmountRank: number;
|
|
3404
|
-
boostApr:
|
|
3401
|
+
boostApr: number;
|
|
3405
3402
|
commissionOnIncentives: number;
|
|
3406
3403
|
} | null;
|
|
3407
3404
|
}>;
|
|
@@ -3454,12 +3451,12 @@ type GetUserVaultsQuery = {
|
|
|
3454
3451
|
dynamicData?: {
|
|
3455
3452
|
__typename?: 'GqlRewardVaultDynamicData';
|
|
3456
3453
|
allTimeReceivedBGTAmount: string;
|
|
3457
|
-
apr?:
|
|
3454
|
+
apr?: number | null;
|
|
3458
3455
|
bgtCapturePercentage: string;
|
|
3459
3456
|
bgtCapturePerBlock: string;
|
|
3460
3457
|
activeIncentivesValueUsd: string;
|
|
3461
3458
|
activeIncentivesRateUsd: string;
|
|
3462
|
-
tvl
|
|
3459
|
+
tvl?: number | null;
|
|
3463
3460
|
} | null;
|
|
3464
3461
|
stakingToken: {
|
|
3465
3462
|
__typename?: 'GqlToken';
|
|
@@ -3592,26 +3589,26 @@ type GetPolStakeBeraVaultEventsByOwnerQuery = {
|
|
|
3592
3589
|
_timestamp: number;
|
|
3593
3590
|
}>;
|
|
3594
3591
|
};
|
|
3595
|
-
declare const ApiValidatorMinimal:
|
|
3596
|
-
declare const ApiVaultIncentive:
|
|
3597
|
-
declare const ApiVault:
|
|
3598
|
-
declare const ApiRewardAllocationWeight:
|
|
3599
|
-
declare const ApiValidator:
|
|
3600
|
-
declare const ApiValidatorBlockUptime:
|
|
3601
|
-
declare const GetVaults:
|
|
3602
|
-
declare const GetValidator:
|
|
3603
|
-
declare const GetValidators:
|
|
3604
|
-
declare const GetVaultValidators:
|
|
3605
|
-
declare const GetRewardVault:
|
|
3606
|
-
declare const GlobalData:
|
|
3607
|
-
declare const GetUserVaults:
|
|
3608
|
-
declare const GetVaultHistory:
|
|
3609
|
-
declare const GetVaultDurations:
|
|
3610
|
-
declare const GetBoostDelay:
|
|
3611
|
-
declare const GetCommissionChangeDelay:
|
|
3612
|
-
declare const GetSWberaVaultMetadata:
|
|
3613
|
-
declare const GetSWberaVaultSnapshots:
|
|
3614
|
-
declare const GetPolStakeBeraVaultEventsByOwner:
|
|
3592
|
+
declare const ApiValidatorMinimal: graphql.DocumentNode;
|
|
3593
|
+
declare const ApiVaultIncentive: graphql.DocumentNode;
|
|
3594
|
+
declare const ApiVault: graphql.DocumentNode;
|
|
3595
|
+
declare const ApiRewardAllocationWeight: graphql.DocumentNode;
|
|
3596
|
+
declare const ApiValidator: graphql.DocumentNode;
|
|
3597
|
+
declare const ApiValidatorBlockUptime: graphql.DocumentNode;
|
|
3598
|
+
declare const GetVaults: graphql.DocumentNode;
|
|
3599
|
+
declare const GetValidator: graphql.DocumentNode;
|
|
3600
|
+
declare const GetValidators: graphql.DocumentNode;
|
|
3601
|
+
declare const GetVaultValidators: graphql.DocumentNode;
|
|
3602
|
+
declare const GetRewardVault: graphql.DocumentNode;
|
|
3603
|
+
declare const GlobalData: graphql.DocumentNode;
|
|
3604
|
+
declare const GetUserVaults: graphql.DocumentNode;
|
|
3605
|
+
declare const GetVaultHistory: graphql.DocumentNode;
|
|
3606
|
+
declare const GetVaultDurations: graphql.DocumentNode;
|
|
3607
|
+
declare const GetBoostDelay: graphql.DocumentNode;
|
|
3608
|
+
declare const GetCommissionChangeDelay: graphql.DocumentNode;
|
|
3609
|
+
declare const GetSWberaVaultMetadata: graphql.DocumentNode;
|
|
3610
|
+
declare const GetSWberaVaultSnapshots: graphql.DocumentNode;
|
|
3611
|
+
declare const GetPolStakeBeraVaultEventsByOwner: graphql.DocumentNode;
|
|
3615
3612
|
interface PossibleTypesResultData {
|
|
3616
3613
|
possibleTypes: {
|
|
3617
3614
|
[key: string]: string[];
|
package/dist/pol/api.codegen.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{a as e}from"../chunk-JUYCSGOC.js";var d=(t=>(t.Bepolia="BEPOLIA",t.Berachain="BERACHAIN",t))(d||{}),m=(a=>(a.Discord="discord",a.Medium="medium",a.Twitter="twitter",a))(m||{}),G=(i=>(i.Aura="AURA",i.IbYield="IB_YIELD",i.Locking="LOCKING",i.MabeetsEmissions="MABEETS_EMISSIONS",i.Merkl="MERKL",i.Nested="NESTED",i.Staking="STAKING",i.StakingBoost="STAKING_BOOST",i.Surplus="SURPLUS",i.SwapFee="SWAP_FEE",i.VebalEmissions="VEBAL_EMISSIONS",i.Voting="VOTING",i))(G||{}),A=(a=>(a.Add="ADD",a.Remove="REMOVE",a.Swap="SWAP",a))(A||{}),b=(a=>(a.NinetyDays="NINETY_DAYS",a.SevenDays="SEVEN_DAYS",a.ThirtyDays="THIRTY_DAYS",a))(b||{}),I=(s=>(s.BlackListed="BLACK_LISTED",s.Incentivized="INCENTIVIZED",s.Lrt="LRT",s.Points="POINTS",s.PointsEigenlayer="POINTS_EIGENLAYER",s.PointsGyro="POINTS_GYRO",s.PointsKelp="POINTS_KELP",s.PointsRenzo="POINTS_RENZO",s.PointsSwell="POINTS_SWELL",s.Superfest="SUPERFEST",s))(I||{}),q=(t=>(t.Exit="Exit",t.Join="Join",t))(q||{}),P=(a=>(a.HasOnlyPhantomBpt="HAS_ONLY_PHANTOM_BPT",a.HasSomePhantomBpt="HAS_SOME_PHANTOM_BPT",a.NoNesting="NO_NESTING",a))(P||{}),h=(p=>(p.Apr="apr",p.BgtApr="bgtApr",p.Fees24h="fees24h",p.TotalLiquidity="totalLiquidity",p.TotalShares="totalShares",p.UserbalanceUsd="userbalanceUsd",p.Volume24h="volume24h",p))(h||{}),k=(t=>(t.Asc="asc",t.Desc="desc",t))(k||{}),B=(r=>(r.AllTime="ALL_TIME",r.NinetyDays="NINETY_DAYS",r.OneHundredEightyDays="ONE_HUNDRED_EIGHTY_DAYS",r.OneYear="ONE_YEAR",r.ThirtyDays="THIRTY_DAYS",r))(B||{}),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||{}),_=(a=>(a.AmountRemaining="amountRemaining",a.AmountRemainingUsd="amountRemainingUsd",a.IncentiveRate="incentiveRate",a))(_||{}),v=(t=>(t.Asc="asc",t.Desc="desc",t))(v||{}),M=(u=>(u.ActiveIncentivesRateUsd="activeIncentivesRateUsd",u.ActiveIncentivesValueUsd="activeIncentivesValueUsd",u.AllTimeBgtReceived="allTimeBGTReceived",u.Apr="apr",u.Apy="apy",u.BgtCapturePercentage="bgtCapturePercentage",u.Last24hBgtReceived="last24hBGTReceived",u.ProjectedApr="projectedApr",u))(M||{}),T=(t=>(t.Asc="asc",t.Desc="desc",t))(T||{}),V=(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(V||{}),w=(t=>(t.Day="DAY",t.Hour="HOUR",t))(w||{}),x=(t=>(t.OneDay="ONE_DAY",t.SevenDays="SEVEN_DAYS",t))(x||{}),R=(t=>(t.ExactIn="EXACT_IN",t.ExactOut="EXACT_OUT",t))(R||{}),C=(t=>(t.Deposit="DEPOSIT",t.WithdrawalCompleted="WITHDRAWAL_COMPLETED",t))(C||{}),U=(r=>(r.NinetyDay="NINETY_DAY",r.OneHundredEightyDay="ONE_HUNDRED_EIGHTY_DAY",r.OneYear="ONE_YEAR",r.SevenDay="SEVEN_DAY",r.ThirtyDay="THIRTY_DAY",r))(U||{}),E=(a=>(a.Bpt="BPT",a.PhantomBpt="PHANTOM_BPT",a.WhiteListed="WHITE_LISTED",a))(E||{}),f=(g=>(g.Amount="amount",g))(f||{}),F=(t=>(t.Asc="asc",t.Desc="desc",t))(F||{}),N=(n=>(n.Inactive="INACTIVE",n.Offline="OFFLINE",n.Proposed="PROPOSED",n.Signed="SIGNED",n))(N||{}),Q=(r=>(r.ActiveBoostAmount="activeBoostAmount",r.LatestBlock="latestBlock",r.LatestBlockTime="latestBlockTime",r.QueuedBoostAmount="queuedBoostAmount",r.QueuedDropBoostAmount="queuedDropBoostAmount",r))(Q||{}),W=(t=>(t.Asc="asc",t.Desc="desc",t))(W||{}),O=(o=>(o.ActiveBoostAmount="activeBoostAmount",o.AllTimeDistributedBgtAmount="allTimeDistributedBGTAmount",o.AllTimeEarnedBgtAmount="allTimeEarnedBGTAmount",o.Apy="apy",o.BgtCapturePercentage="bgtCapturePercentage",o.BoostApr="boostApr",o.CommissionOnIncentives="commissionOnIncentives",o.LastDayDistributedBgtAmount="lastDayDistributedBGTAmount",o.LastDayEarnedBgtAmount="lastDayEarnedBGTAmount",o.QueuedBoostAmount="queuedBoostAmount",o.QueuedDropBoostAmount="queuedDropBoostAmount",o.RewardRate="rewardRate",o.StakedBeraAmount="stakedBeraAmount",o.UsersActiveBoostCount="usersActiveBoostCount",o.UsersQueuedBoostCount="usersQueuedBoostCount",o))(O||{}),H=(t=>(t.Asc="asc",t.Desc="desc",t))(H||{}),L=(n=>(n.NinetyDays="NINETY_DAYS",n.SevenDays="SEVEN_DAYS",n.SixtyDays="SIXTY_DAYS",n.ThirtyDays="THIRTY_DAYS",n))(L||{}),y=e`
|
|
2
2
|
fragment ApiValidatorMinimal on GqlValidator {
|
|
3
3
|
id
|
|
4
4
|
pubkey
|
|
@@ -298,4 +298,4 @@ ${z}`,Z=e`
|
|
|
298
298
|
_timestamp
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
|
-
`,K={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"]}},ct=K;export{Y as ApiRewardAllocationWeight,S as ApiValidator,z as ApiValidatorBlockUptime,y as ApiValidatorMinimal,c as ApiVault,$ as ApiVaultIncentive,lt as GetBoostDelay,it as GetCommissionChangeDelay,pt as GetPolStakeBeraVaultEventsByOwner,at as GetRewardVault,st as GetSWberaVaultMetadata,ut as GetSWberaVaultSnapshots,rt as GetUserVaults,j as GetValidator,Z as GetValidators,nt as GetVaultDurations,ot as GetVaultHistory,tt as GetVaultValidators,X as GetVaults,et as GlobalData,d as GqlChain,m as GqlContentNewsItemSource,G as GqlPoolAprItemType,A as GqlPoolEventType,b as GqlPoolEventsDataRange,I as GqlPoolFilterCategory,q as GqlPoolJoinExitType,P as GqlPoolNestingType,h as GqlPoolOrderBy,k as GqlPoolOrderDirection,B as GqlPoolSnapshotDataRange,D as GqlPoolType,_ as GqlRewardVaultIncentiveOrderBy,v as GqlRewardVaultIncentiveOrderDirection,M as GqlRewardVaultOrderBy,T as GqlRewardVaultOrderDirection,V as GqlRewardVaultSnapshotDataRange,w as GqlRewardVaultSnapshotResolution,
|
|
301
|
+
`,K={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"]}},ct=K;export{Y as ApiRewardAllocationWeight,S as ApiValidator,z as ApiValidatorBlockUptime,y as ApiValidatorMinimal,c as ApiVault,$ as ApiVaultIncentive,lt as GetBoostDelay,it as GetCommissionChangeDelay,pt as GetPolStakeBeraVaultEventsByOwner,at as GetRewardVault,st as GetSWberaVaultMetadata,ut as GetSWberaVaultSnapshots,rt as GetUserVaults,j as GetValidator,Z as GetValidators,nt as GetVaultDurations,ot as GetVaultHistory,tt as GetVaultValidators,X as GetVaults,et as GlobalData,d as GqlChain,m as GqlContentNewsItemSource,G as GqlPoolAprItemType,A as GqlPoolEventType,b as GqlPoolEventsDataRange,I as GqlPoolFilterCategory,q as GqlPoolJoinExitType,P as GqlPoolNestingType,h as GqlPoolOrderBy,k as GqlPoolOrderDirection,B as GqlPoolSnapshotDataRange,D as GqlPoolType,_ as GqlRewardVaultIncentiveOrderBy,v as GqlRewardVaultIncentiveOrderDirection,M as GqlRewardVaultOrderBy,T as GqlRewardVaultOrderDirection,V as GqlRewardVaultSnapshotDataRange,w as GqlRewardVaultSnapshotResolution,x as GqlSWberaVaultMetadataResolution,R as GqlSorSwapType,C as GqlStakeBeraVaultEventType,U as GqlTokenChartDataRange,E as GqlTokenType,f as GqlUserVaultDepositOrderBy,F as GqlUserVaultDepositOrderDirection,N as GqlValidatorBlockUptimeStatus,Q as GqlValidatorBoostOrderBy,W as GqlValidatorBoostOrderDirection,O as GqlValidatorOrderBy,H as GqlValidatorOrderDirection,L as GqlVaultSnapshotDataRange,ct as default};
|