@berachain/graphql 0.3.3 → 0.4.1-beta.1
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 +9 -9
- package/dist/bend/whisk.codegen.d.cts +155 -1
- package/dist/bend/whisk.codegen.d.ts +155 -1
- package/dist/bend/whisk.codegen.mjs +6 -6
- package/dist/chain/chain.codegen.cjs +1 -1
- package/dist/chain/chain.codegen.d.cts +1 -26
- package/dist/chain/chain.codegen.d.ts +1 -26
- package/dist/chain/chain.codegen.mjs +2 -2
- package/dist/dex/api.codegen.cjs +3 -3
- package/dist/dex/api.codegen.d.cts +24 -5
- package/dist/dex/api.codegen.d.ts +24 -5
- package/dist/dex/api.codegen.mjs +6 -6
- package/dist/dex/subgraph.codegen.cjs +5 -5
- package/dist/dex/subgraph.codegen.d.cts +30 -475
- package/dist/dex/subgraph.codegen.d.ts +30 -475
- package/dist/dex/subgraph.codegen.mjs +6 -6
- package/dist/governance/governance.codegen.cjs +7 -7
- package/dist/governance/governance.codegen.d.cts +1 -90
- package/dist/governance/governance.codegen.d.ts +1 -90
- package/dist/governance/governance.codegen.mjs +10 -10
- package/dist/honey/honey.codegen.cjs +7 -7
- package/dist/honey/honey.codegen.d.cts +14 -108
- package/dist/honey/honey.codegen.d.ts +14 -108
- package/dist/honey/honey.codegen.mjs +7 -7
- package/dist/pol/api.codegen.cjs +20 -44
- package/dist/pol/api.codegen.d.cts +24 -48
- package/dist/pol/api.codegen.d.ts +24 -48
- package/dist/pol/api.codegen.mjs +5 -29
- package/dist/pol/subgraph.codegen.cjs +23 -23
- package/dist/pol/subgraph.codegen.d.cts +238 -600
- package/dist/pol/subgraph.codegen.d.ts +238 -600
- package/dist/pol/subgraph.codegen.mjs +23 -23
- package/package.json +1 -1
|
@@ -2113,7 +2113,7 @@ declare enum PoolSnapshot_OrderBy {
|
|
|
2113
2113
|
}
|
|
2114
2114
|
type PoolToken = {
|
|
2115
2115
|
__typename?: 'PoolToken';
|
|
2116
|
-
address: Scalars['
|
|
2116
|
+
address: Scalars['Bytes']['output'];
|
|
2117
2117
|
assetManager: Scalars['Bytes']['output'];
|
|
2118
2118
|
balance: Scalars['BigDecimal']['output'];
|
|
2119
2119
|
cashBalance: Scalars['BigDecimal']['output'];
|
|
@@ -2143,26 +2143,16 @@ type PoolTokenManagementsArgs = {
|
|
|
2143
2143
|
type PoolToken_Filter = {
|
|
2144
2144
|
/** Filter for the block changed event. */
|
|
2145
2145
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2146
|
-
address?: InputMaybe<Scalars['
|
|
2147
|
-
address_contains?: InputMaybe<Scalars['
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
address_not?: InputMaybe<Scalars['String']['input']>;
|
|
2157
|
-
address_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
2158
|
-
address_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
2159
|
-
address_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
2160
|
-
address_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
2161
|
-
address_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2162
|
-
address_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
2163
|
-
address_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
2164
|
-
address_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
2165
|
-
address_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
2146
|
+
address?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2147
|
+
address_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2148
|
+
address_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2149
|
+
address_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2150
|
+
address_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
2151
|
+
address_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2152
|
+
address_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2153
|
+
address_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2154
|
+
address_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2155
|
+
address_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
2166
2156
|
and?: InputMaybe<Array<InputMaybe<PoolToken_Filter>>>;
|
|
2167
2157
|
assetManager?: InputMaybe<Scalars['Bytes']['input']>;
|
|
2168
2158
|
assetManager_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
@@ -3874,430 +3864,6 @@ type QueryUsersArgs = {
|
|
|
3874
3864
|
subgraphError?: _SubgraphErrorPolicy_;
|
|
3875
3865
|
where?: InputMaybe<User_Filter>;
|
|
3876
3866
|
};
|
|
3877
|
-
type Subscription = {
|
|
3878
|
-
__typename?: 'Subscription';
|
|
3879
|
-
/** Access to subgraph metadata */
|
|
3880
|
-
_meta?: Maybe<_Meta_>;
|
|
3881
|
-
ampUpdate?: Maybe<AmpUpdate>;
|
|
3882
|
-
ampUpdates: Array<AmpUpdate>;
|
|
3883
|
-
balancer?: Maybe<Balancer>;
|
|
3884
|
-
balancerSnapshot?: Maybe<BalancerSnapshot>;
|
|
3885
|
-
balancerSnapshots: Array<BalancerSnapshot>;
|
|
3886
|
-
balancers: Array<Balancer>;
|
|
3887
|
-
circuitBreaker?: Maybe<CircuitBreaker>;
|
|
3888
|
-
circuitBreakers: Array<CircuitBreaker>;
|
|
3889
|
-
fxoracle?: Maybe<FxOracle>;
|
|
3890
|
-
fxoracles: Array<FxOracle>;
|
|
3891
|
-
gradualWeightUpdate?: Maybe<GradualWeightUpdate>;
|
|
3892
|
-
gradualWeightUpdates: Array<GradualWeightUpdate>;
|
|
3893
|
-
joinExit?: Maybe<JoinExit>;
|
|
3894
|
-
joinExits: Array<JoinExit>;
|
|
3895
|
-
latestPrice?: Maybe<LatestPrice>;
|
|
3896
|
-
latestPrices: Array<LatestPrice>;
|
|
3897
|
-
managementOperation?: Maybe<ManagementOperation>;
|
|
3898
|
-
managementOperations: Array<ManagementOperation>;
|
|
3899
|
-
pool?: Maybe<Pool>;
|
|
3900
|
-
poolContract?: Maybe<PoolContract>;
|
|
3901
|
-
poolContracts: Array<PoolContract>;
|
|
3902
|
-
poolHistoricalLiquidities: Array<PoolHistoricalLiquidity>;
|
|
3903
|
-
poolHistoricalLiquidity?: Maybe<PoolHistoricalLiquidity>;
|
|
3904
|
-
poolShare?: Maybe<PoolShare>;
|
|
3905
|
-
poolShares: Array<PoolShare>;
|
|
3906
|
-
poolSnapshot?: Maybe<PoolSnapshot>;
|
|
3907
|
-
poolSnapshots: Array<PoolSnapshot>;
|
|
3908
|
-
poolToken?: Maybe<PoolToken>;
|
|
3909
|
-
poolTokens: Array<PoolToken>;
|
|
3910
|
-
pools: Array<Pool>;
|
|
3911
|
-
priceRateProvider?: Maybe<PriceRateProvider>;
|
|
3912
|
-
priceRateProviders: Array<PriceRateProvider>;
|
|
3913
|
-
protocolIdData?: Maybe<ProtocolIdData>;
|
|
3914
|
-
protocolIdDatas: Array<ProtocolIdData>;
|
|
3915
|
-
swap?: Maybe<Swap>;
|
|
3916
|
-
swapFeeUpdate?: Maybe<SwapFeeUpdate>;
|
|
3917
|
-
swapFeeUpdates: Array<SwapFeeUpdate>;
|
|
3918
|
-
swaps: Array<Swap>;
|
|
3919
|
-
token?: Maybe<Token>;
|
|
3920
|
-
tokenPrice?: Maybe<TokenPrice>;
|
|
3921
|
-
tokenPrices: Array<TokenPrice>;
|
|
3922
|
-
tokenSnapshot?: Maybe<TokenSnapshot>;
|
|
3923
|
-
tokenSnapshots: Array<TokenSnapshot>;
|
|
3924
|
-
tokens: Array<Token>;
|
|
3925
|
-
tradePair?: Maybe<TradePair>;
|
|
3926
|
-
tradePairSnapshot?: Maybe<TradePairSnapshot>;
|
|
3927
|
-
tradePairSnapshots: Array<TradePairSnapshot>;
|
|
3928
|
-
tradePairs: Array<TradePair>;
|
|
3929
|
-
user?: Maybe<User>;
|
|
3930
|
-
userInternalBalance?: Maybe<UserInternalBalance>;
|
|
3931
|
-
userInternalBalances: Array<UserInternalBalance>;
|
|
3932
|
-
users: Array<User>;
|
|
3933
|
-
};
|
|
3934
|
-
type Subscription_MetaArgs = {
|
|
3935
|
-
block?: InputMaybe<Block_Height>;
|
|
3936
|
-
};
|
|
3937
|
-
type SubscriptionAmpUpdateArgs = {
|
|
3938
|
-
block?: InputMaybe<Block_Height>;
|
|
3939
|
-
id: Scalars['ID']['input'];
|
|
3940
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3941
|
-
};
|
|
3942
|
-
type SubscriptionAmpUpdatesArgs = {
|
|
3943
|
-
block?: InputMaybe<Block_Height>;
|
|
3944
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3945
|
-
orderBy?: InputMaybe<AmpUpdate_OrderBy>;
|
|
3946
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
3947
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
3948
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3949
|
-
where?: InputMaybe<AmpUpdate_Filter>;
|
|
3950
|
-
};
|
|
3951
|
-
type SubscriptionBalancerArgs = {
|
|
3952
|
-
block?: InputMaybe<Block_Height>;
|
|
3953
|
-
id: Scalars['ID']['input'];
|
|
3954
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3955
|
-
};
|
|
3956
|
-
type SubscriptionBalancerSnapshotArgs = {
|
|
3957
|
-
block?: InputMaybe<Block_Height>;
|
|
3958
|
-
id: Scalars['ID']['input'];
|
|
3959
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3960
|
-
};
|
|
3961
|
-
type SubscriptionBalancerSnapshotsArgs = {
|
|
3962
|
-
block?: InputMaybe<Block_Height>;
|
|
3963
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3964
|
-
orderBy?: InputMaybe<BalancerSnapshot_OrderBy>;
|
|
3965
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
3966
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
3967
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3968
|
-
where?: InputMaybe<BalancerSnapshot_Filter>;
|
|
3969
|
-
};
|
|
3970
|
-
type SubscriptionBalancersArgs = {
|
|
3971
|
-
block?: InputMaybe<Block_Height>;
|
|
3972
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3973
|
-
orderBy?: InputMaybe<Balancer_OrderBy>;
|
|
3974
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
3975
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
3976
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3977
|
-
where?: InputMaybe<Balancer_Filter>;
|
|
3978
|
-
};
|
|
3979
|
-
type SubscriptionCircuitBreakerArgs = {
|
|
3980
|
-
block?: InputMaybe<Block_Height>;
|
|
3981
|
-
id: Scalars['ID']['input'];
|
|
3982
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3983
|
-
};
|
|
3984
|
-
type SubscriptionCircuitBreakersArgs = {
|
|
3985
|
-
block?: InputMaybe<Block_Height>;
|
|
3986
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3987
|
-
orderBy?: InputMaybe<CircuitBreaker_OrderBy>;
|
|
3988
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
3989
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
3990
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3991
|
-
where?: InputMaybe<CircuitBreaker_Filter>;
|
|
3992
|
-
};
|
|
3993
|
-
type SubscriptionFxoracleArgs = {
|
|
3994
|
-
block?: InputMaybe<Block_Height>;
|
|
3995
|
-
id: Scalars['ID']['input'];
|
|
3996
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
3997
|
-
};
|
|
3998
|
-
type SubscriptionFxoraclesArgs = {
|
|
3999
|
-
block?: InputMaybe<Block_Height>;
|
|
4000
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4001
|
-
orderBy?: InputMaybe<FxOracle_OrderBy>;
|
|
4002
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4003
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4004
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4005
|
-
where?: InputMaybe<FxOracle_Filter>;
|
|
4006
|
-
};
|
|
4007
|
-
type SubscriptionGradualWeightUpdateArgs = {
|
|
4008
|
-
block?: InputMaybe<Block_Height>;
|
|
4009
|
-
id: Scalars['ID']['input'];
|
|
4010
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4011
|
-
};
|
|
4012
|
-
type SubscriptionGradualWeightUpdatesArgs = {
|
|
4013
|
-
block?: InputMaybe<Block_Height>;
|
|
4014
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4015
|
-
orderBy?: InputMaybe<GradualWeightUpdate_OrderBy>;
|
|
4016
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4017
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4018
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4019
|
-
where?: InputMaybe<GradualWeightUpdate_Filter>;
|
|
4020
|
-
};
|
|
4021
|
-
type SubscriptionJoinExitArgs = {
|
|
4022
|
-
block?: InputMaybe<Block_Height>;
|
|
4023
|
-
id: Scalars['ID']['input'];
|
|
4024
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4025
|
-
};
|
|
4026
|
-
type SubscriptionJoinExitsArgs = {
|
|
4027
|
-
block?: InputMaybe<Block_Height>;
|
|
4028
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4029
|
-
orderBy?: InputMaybe<JoinExit_OrderBy>;
|
|
4030
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4031
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4032
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4033
|
-
where?: InputMaybe<JoinExit_Filter>;
|
|
4034
|
-
};
|
|
4035
|
-
type SubscriptionLatestPriceArgs = {
|
|
4036
|
-
block?: InputMaybe<Block_Height>;
|
|
4037
|
-
id: Scalars['ID']['input'];
|
|
4038
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4039
|
-
};
|
|
4040
|
-
type SubscriptionLatestPricesArgs = {
|
|
4041
|
-
block?: InputMaybe<Block_Height>;
|
|
4042
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4043
|
-
orderBy?: InputMaybe<LatestPrice_OrderBy>;
|
|
4044
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4045
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4046
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4047
|
-
where?: InputMaybe<LatestPrice_Filter>;
|
|
4048
|
-
};
|
|
4049
|
-
type SubscriptionManagementOperationArgs = {
|
|
4050
|
-
block?: InputMaybe<Block_Height>;
|
|
4051
|
-
id: Scalars['ID']['input'];
|
|
4052
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4053
|
-
};
|
|
4054
|
-
type SubscriptionManagementOperationsArgs = {
|
|
4055
|
-
block?: InputMaybe<Block_Height>;
|
|
4056
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4057
|
-
orderBy?: InputMaybe<ManagementOperation_OrderBy>;
|
|
4058
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4059
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4060
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4061
|
-
where?: InputMaybe<ManagementOperation_Filter>;
|
|
4062
|
-
};
|
|
4063
|
-
type SubscriptionPoolArgs = {
|
|
4064
|
-
block?: InputMaybe<Block_Height>;
|
|
4065
|
-
id: Scalars['ID']['input'];
|
|
4066
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4067
|
-
};
|
|
4068
|
-
type SubscriptionPoolContractArgs = {
|
|
4069
|
-
block?: InputMaybe<Block_Height>;
|
|
4070
|
-
id: Scalars['ID']['input'];
|
|
4071
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4072
|
-
};
|
|
4073
|
-
type SubscriptionPoolContractsArgs = {
|
|
4074
|
-
block?: InputMaybe<Block_Height>;
|
|
4075
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4076
|
-
orderBy?: InputMaybe<PoolContract_OrderBy>;
|
|
4077
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4078
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4079
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4080
|
-
where?: InputMaybe<PoolContract_Filter>;
|
|
4081
|
-
};
|
|
4082
|
-
type SubscriptionPoolHistoricalLiquiditiesArgs = {
|
|
4083
|
-
block?: InputMaybe<Block_Height>;
|
|
4084
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4085
|
-
orderBy?: InputMaybe<PoolHistoricalLiquidity_OrderBy>;
|
|
4086
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4087
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4088
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4089
|
-
where?: InputMaybe<PoolHistoricalLiquidity_Filter>;
|
|
4090
|
-
};
|
|
4091
|
-
type SubscriptionPoolHistoricalLiquidityArgs = {
|
|
4092
|
-
block?: InputMaybe<Block_Height>;
|
|
4093
|
-
id: Scalars['ID']['input'];
|
|
4094
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4095
|
-
};
|
|
4096
|
-
type SubscriptionPoolShareArgs = {
|
|
4097
|
-
block?: InputMaybe<Block_Height>;
|
|
4098
|
-
id: Scalars['ID']['input'];
|
|
4099
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4100
|
-
};
|
|
4101
|
-
type SubscriptionPoolSharesArgs = {
|
|
4102
|
-
block?: InputMaybe<Block_Height>;
|
|
4103
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4104
|
-
orderBy?: InputMaybe<PoolShare_OrderBy>;
|
|
4105
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4106
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4107
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4108
|
-
where?: InputMaybe<PoolShare_Filter>;
|
|
4109
|
-
};
|
|
4110
|
-
type SubscriptionPoolSnapshotArgs = {
|
|
4111
|
-
block?: InputMaybe<Block_Height>;
|
|
4112
|
-
id: Scalars['ID']['input'];
|
|
4113
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4114
|
-
};
|
|
4115
|
-
type SubscriptionPoolSnapshotsArgs = {
|
|
4116
|
-
block?: InputMaybe<Block_Height>;
|
|
4117
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4118
|
-
orderBy?: InputMaybe<PoolSnapshot_OrderBy>;
|
|
4119
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4120
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4121
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4122
|
-
where?: InputMaybe<PoolSnapshot_Filter>;
|
|
4123
|
-
};
|
|
4124
|
-
type SubscriptionPoolTokenArgs = {
|
|
4125
|
-
block?: InputMaybe<Block_Height>;
|
|
4126
|
-
id: Scalars['ID']['input'];
|
|
4127
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4128
|
-
};
|
|
4129
|
-
type SubscriptionPoolTokensArgs = {
|
|
4130
|
-
block?: InputMaybe<Block_Height>;
|
|
4131
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4132
|
-
orderBy?: InputMaybe<PoolToken_OrderBy>;
|
|
4133
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4134
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4135
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4136
|
-
where?: InputMaybe<PoolToken_Filter>;
|
|
4137
|
-
};
|
|
4138
|
-
type SubscriptionPoolsArgs = {
|
|
4139
|
-
block?: InputMaybe<Block_Height>;
|
|
4140
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4141
|
-
orderBy?: InputMaybe<Pool_OrderBy>;
|
|
4142
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4143
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4144
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4145
|
-
where?: InputMaybe<Pool_Filter>;
|
|
4146
|
-
};
|
|
4147
|
-
type SubscriptionPriceRateProviderArgs = {
|
|
4148
|
-
block?: InputMaybe<Block_Height>;
|
|
4149
|
-
id: Scalars['ID']['input'];
|
|
4150
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4151
|
-
};
|
|
4152
|
-
type SubscriptionPriceRateProvidersArgs = {
|
|
4153
|
-
block?: InputMaybe<Block_Height>;
|
|
4154
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4155
|
-
orderBy?: InputMaybe<PriceRateProvider_OrderBy>;
|
|
4156
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4157
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4158
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4159
|
-
where?: InputMaybe<PriceRateProvider_Filter>;
|
|
4160
|
-
};
|
|
4161
|
-
type SubscriptionProtocolIdDataArgs = {
|
|
4162
|
-
block?: InputMaybe<Block_Height>;
|
|
4163
|
-
id: Scalars['ID']['input'];
|
|
4164
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4165
|
-
};
|
|
4166
|
-
type SubscriptionProtocolIdDatasArgs = {
|
|
4167
|
-
block?: InputMaybe<Block_Height>;
|
|
4168
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4169
|
-
orderBy?: InputMaybe<ProtocolIdData_OrderBy>;
|
|
4170
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4171
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4172
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4173
|
-
where?: InputMaybe<ProtocolIdData_Filter>;
|
|
4174
|
-
};
|
|
4175
|
-
type SubscriptionSwapArgs = {
|
|
4176
|
-
block?: InputMaybe<Block_Height>;
|
|
4177
|
-
id: Scalars['ID']['input'];
|
|
4178
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4179
|
-
};
|
|
4180
|
-
type SubscriptionSwapFeeUpdateArgs = {
|
|
4181
|
-
block?: InputMaybe<Block_Height>;
|
|
4182
|
-
id: Scalars['ID']['input'];
|
|
4183
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4184
|
-
};
|
|
4185
|
-
type SubscriptionSwapFeeUpdatesArgs = {
|
|
4186
|
-
block?: InputMaybe<Block_Height>;
|
|
4187
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4188
|
-
orderBy?: InputMaybe<SwapFeeUpdate_OrderBy>;
|
|
4189
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4190
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4191
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4192
|
-
where?: InputMaybe<SwapFeeUpdate_Filter>;
|
|
4193
|
-
};
|
|
4194
|
-
type SubscriptionSwapsArgs = {
|
|
4195
|
-
block?: InputMaybe<Block_Height>;
|
|
4196
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4197
|
-
orderBy?: InputMaybe<Swap_OrderBy>;
|
|
4198
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4199
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4200
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4201
|
-
where?: InputMaybe<Swap_Filter>;
|
|
4202
|
-
};
|
|
4203
|
-
type SubscriptionTokenArgs = {
|
|
4204
|
-
block?: InputMaybe<Block_Height>;
|
|
4205
|
-
id: Scalars['ID']['input'];
|
|
4206
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4207
|
-
};
|
|
4208
|
-
type SubscriptionTokenPriceArgs = {
|
|
4209
|
-
block?: InputMaybe<Block_Height>;
|
|
4210
|
-
id: Scalars['ID']['input'];
|
|
4211
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4212
|
-
};
|
|
4213
|
-
type SubscriptionTokenPricesArgs = {
|
|
4214
|
-
block?: InputMaybe<Block_Height>;
|
|
4215
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4216
|
-
orderBy?: InputMaybe<TokenPrice_OrderBy>;
|
|
4217
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4218
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4219
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4220
|
-
where?: InputMaybe<TokenPrice_Filter>;
|
|
4221
|
-
};
|
|
4222
|
-
type SubscriptionTokenSnapshotArgs = {
|
|
4223
|
-
block?: InputMaybe<Block_Height>;
|
|
4224
|
-
id: Scalars['ID']['input'];
|
|
4225
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4226
|
-
};
|
|
4227
|
-
type SubscriptionTokenSnapshotsArgs = {
|
|
4228
|
-
block?: InputMaybe<Block_Height>;
|
|
4229
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4230
|
-
orderBy?: InputMaybe<TokenSnapshot_OrderBy>;
|
|
4231
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4232
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4233
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4234
|
-
where?: InputMaybe<TokenSnapshot_Filter>;
|
|
4235
|
-
};
|
|
4236
|
-
type SubscriptionTokensArgs = {
|
|
4237
|
-
block?: InputMaybe<Block_Height>;
|
|
4238
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4239
|
-
orderBy?: InputMaybe<Token_OrderBy>;
|
|
4240
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4241
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4242
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4243
|
-
where?: InputMaybe<Token_Filter>;
|
|
4244
|
-
};
|
|
4245
|
-
type SubscriptionTradePairArgs = {
|
|
4246
|
-
block?: InputMaybe<Block_Height>;
|
|
4247
|
-
id: Scalars['ID']['input'];
|
|
4248
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4249
|
-
};
|
|
4250
|
-
type SubscriptionTradePairSnapshotArgs = {
|
|
4251
|
-
block?: InputMaybe<Block_Height>;
|
|
4252
|
-
id: Scalars['ID']['input'];
|
|
4253
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4254
|
-
};
|
|
4255
|
-
type SubscriptionTradePairSnapshotsArgs = {
|
|
4256
|
-
block?: InputMaybe<Block_Height>;
|
|
4257
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4258
|
-
orderBy?: InputMaybe<TradePairSnapshot_OrderBy>;
|
|
4259
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4260
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4261
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4262
|
-
where?: InputMaybe<TradePairSnapshot_Filter>;
|
|
4263
|
-
};
|
|
4264
|
-
type SubscriptionTradePairsArgs = {
|
|
4265
|
-
block?: InputMaybe<Block_Height>;
|
|
4266
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4267
|
-
orderBy?: InputMaybe<TradePair_OrderBy>;
|
|
4268
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4269
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4270
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4271
|
-
where?: InputMaybe<TradePair_Filter>;
|
|
4272
|
-
};
|
|
4273
|
-
type SubscriptionUserArgs = {
|
|
4274
|
-
block?: InputMaybe<Block_Height>;
|
|
4275
|
-
id: Scalars['ID']['input'];
|
|
4276
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4277
|
-
};
|
|
4278
|
-
type SubscriptionUserInternalBalanceArgs = {
|
|
4279
|
-
block?: InputMaybe<Block_Height>;
|
|
4280
|
-
id: Scalars['ID']['input'];
|
|
4281
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4282
|
-
};
|
|
4283
|
-
type SubscriptionUserInternalBalancesArgs = {
|
|
4284
|
-
block?: InputMaybe<Block_Height>;
|
|
4285
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4286
|
-
orderBy?: InputMaybe<UserInternalBalance_OrderBy>;
|
|
4287
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4288
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4289
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4290
|
-
where?: InputMaybe<UserInternalBalance_Filter>;
|
|
4291
|
-
};
|
|
4292
|
-
type SubscriptionUsersArgs = {
|
|
4293
|
-
block?: InputMaybe<Block_Height>;
|
|
4294
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4295
|
-
orderBy?: InputMaybe<User_OrderBy>;
|
|
4296
|
-
orderDirection?: InputMaybe<OrderDirection>;
|
|
4297
|
-
skip?: InputMaybe<Scalars['Int']['input']>;
|
|
4298
|
-
subgraphError?: _SubgraphErrorPolicy_;
|
|
4299
|
-
where?: InputMaybe<User_Filter>;
|
|
4300
|
-
};
|
|
4301
3867
|
type Swap = {
|
|
4302
3868
|
__typename?: 'Swap';
|
|
4303
3869
|
block?: Maybe<Scalars['BigInt']['output']>;
|
|
@@ -4738,7 +4304,7 @@ declare enum Swap_OrderBy {
|
|
|
4738
4304
|
}
|
|
4739
4305
|
type Token = {
|
|
4740
4306
|
__typename?: 'Token';
|
|
4741
|
-
address: Scalars['
|
|
4307
|
+
address: Scalars['Bytes']['output'];
|
|
4742
4308
|
decimals: Scalars['Int']['output'];
|
|
4743
4309
|
fxOracleDecimals?: Maybe<Scalars['Int']['output']>;
|
|
4744
4310
|
id: Scalars['ID']['output'];
|
|
@@ -5051,26 +4617,16 @@ declare enum TokenSnapshot_OrderBy {
|
|
|
5051
4617
|
type Token_Filter = {
|
|
5052
4618
|
/** Filter for the block changed event. */
|
|
5053
4619
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5054
|
-
address?: InputMaybe<Scalars['
|
|
5055
|
-
address_contains?: InputMaybe<Scalars['
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
address_not?: InputMaybe<Scalars['String']['input']>;
|
|
5065
|
-
address_not_contains?: InputMaybe<Scalars['String']['input']>;
|
|
5066
|
-
address_not_contains_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
5067
|
-
address_not_ends_with?: InputMaybe<Scalars['String']['input']>;
|
|
5068
|
-
address_not_ends_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
5069
|
-
address_not_in?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5070
|
-
address_not_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
5071
|
-
address_not_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
5072
|
-
address_starts_with?: InputMaybe<Scalars['String']['input']>;
|
|
5073
|
-
address_starts_with_nocase?: InputMaybe<Scalars['String']['input']>;
|
|
4620
|
+
address?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4621
|
+
address_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4622
|
+
address_gt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4623
|
+
address_gte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4624
|
+
address_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
4625
|
+
address_lt?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4626
|
+
address_lte?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4627
|
+
address_not?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4628
|
+
address_not_contains?: InputMaybe<Scalars['Bytes']['input']>;
|
|
4629
|
+
address_not_in?: InputMaybe<Array<Scalars['Bytes']['input']>>;
|
|
5074
4630
|
and?: InputMaybe<Array<InputMaybe<Token_Filter>>>;
|
|
5075
4631
|
decimals?: InputMaybe<Scalars['Int']['input']>;
|
|
5076
4632
|
decimals_gt?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -5701,7 +5257,6 @@ type _Meta_ = {
|
|
|
5701
5257
|
* will be null if the _meta field has a block constraint that asks for
|
|
5702
5258
|
* a block number. It will be filled if the _meta field has no block constraint
|
|
5703
5259
|
* and therefore asks for the latest block
|
|
5704
|
-
*
|
|
5705
5260
|
*/
|
|
5706
5261
|
block: _Block_;
|
|
5707
5262
|
/** The deployment ID */
|
|
@@ -5729,7 +5284,7 @@ type SubgraphPoolFragment = {
|
|
|
5729
5284
|
type?: string | null;
|
|
5730
5285
|
tokens?: Array<{
|
|
5731
5286
|
__typename?: 'PoolToken';
|
|
5732
|
-
address: string
|
|
5287
|
+
address: `0x${string}`;
|
|
5733
5288
|
name: string;
|
|
5734
5289
|
decimals: number;
|
|
5735
5290
|
symbol: string;
|
|
@@ -5757,7 +5312,7 @@ type GetSubgraphPoolQuery = {
|
|
|
5757
5312
|
type?: string | null;
|
|
5758
5313
|
tokens?: Array<{
|
|
5759
5314
|
__typename?: 'PoolToken';
|
|
5760
|
-
address: string
|
|
5315
|
+
address: `0x${string}`;
|
|
5761
5316
|
name: string;
|
|
5762
5317
|
decimals: number;
|
|
5763
5318
|
symbol: string;
|
|
@@ -5771,7 +5326,7 @@ type SubgraphTokenFragment = {
|
|
|
5771
5326
|
__typename?: 'Token';
|
|
5772
5327
|
latestUSDPrice?: string | null;
|
|
5773
5328
|
latestUSDPriceTimestamp?: string | null;
|
|
5774
|
-
address: string
|
|
5329
|
+
address: `0x${string}`;
|
|
5775
5330
|
name?: string | null;
|
|
5776
5331
|
symbol?: string | null;
|
|
5777
5332
|
decimals: number;
|
|
@@ -5785,14 +5340,14 @@ type GetTokenQuery = {
|
|
|
5785
5340
|
__typename?: 'Token';
|
|
5786
5341
|
latestUSDPrice?: string | null;
|
|
5787
5342
|
latestUSDPriceTimestamp?: string | null;
|
|
5788
|
-
address: string
|
|
5343
|
+
address: `0x${string}`;
|
|
5789
5344
|
name?: string | null;
|
|
5790
5345
|
symbol?: string | null;
|
|
5791
5346
|
decimals: number;
|
|
5792
5347
|
} | null;
|
|
5793
5348
|
};
|
|
5794
5349
|
type GetTokensQueryVariables = Exact<{
|
|
5795
|
-
ids: Array<Scalars['
|
|
5350
|
+
ids: Array<Scalars['Bytes']['input']> | Scalars['Bytes']['input'];
|
|
5796
5351
|
}>;
|
|
5797
5352
|
type GetTokensQuery = {
|
|
5798
5353
|
__typename?: 'Query';
|
|
@@ -5800,7 +5355,7 @@ type GetTokensQuery = {
|
|
|
5800
5355
|
__typename?: 'Token';
|
|
5801
5356
|
latestUSDPrice?: string | null;
|
|
5802
5357
|
latestUSDPriceTimestamp?: string | null;
|
|
5803
|
-
address: string
|
|
5358
|
+
address: `0x${string}`;
|
|
5804
5359
|
name?: string | null;
|
|
5805
5360
|
symbol?: string | null;
|
|
5806
5361
|
decimals: number;
|
|
@@ -5826,7 +5381,7 @@ type GetDedupedSubgraphPoolsQuery = {
|
|
|
5826
5381
|
type?: string | null;
|
|
5827
5382
|
tokens?: Array<{
|
|
5828
5383
|
__typename?: 'PoolToken';
|
|
5829
|
-
address: string
|
|
5384
|
+
address: `0x${string}`;
|
|
5830
5385
|
name: string;
|
|
5831
5386
|
decimals: number;
|
|
5832
5387
|
symbol: string;
|
|
@@ -5884,4 +5439,4 @@ interface PossibleTypesResultData {
|
|
|
5884
5439
|
}
|
|
5885
5440
|
declare const result: PossibleTypesResultData;
|
|
5886
5441
|
|
|
5887
|
-
export { Aggregation_Interval, type AmpUpdate, type AmpUpdate_Filter, AmpUpdate_OrderBy, type Balancer, type BalancerPoolsArgs, type BalancerSnapshot, type BalancerSnapshot_Filter, BalancerSnapshot_OrderBy, type BalancerSnapshotsArgs, type Balancer_Filter, Balancer_OrderBy, type BlockChangedFilter, type Block_Height, type CircuitBreaker, type CircuitBreaker_Filter, CircuitBreaker_OrderBy, type Exact, type FxOracle, type FxOracle_Filter, FxOracle_OrderBy, GetDedupedSubgraphPools, type GetDedupedSubgraphPoolsQuery, type GetDedupedSubgraphPoolsQueryVariables, GetExploitedTokens, type GetExploitedTokensQuery, type GetExploitedTokensQueryVariables, GetSubgraphPool, type GetSubgraphPoolQuery, type GetSubgraphPoolQueryVariables, GetToken, GetTokenInformation, type GetTokenInformationQuery, type GetTokenInformationQueryVariables, type GetTokenQuery, type GetTokenQueryVariables, GetTokens, type GetTokensQuery, type GetTokensQueryVariables, type GradualWeightUpdate, type GradualWeightUpdate_Filter, GradualWeightUpdate_OrderBy, type Incremental, type InputMaybe, InvestType, type JoinExit, type JoinExit_Filter, JoinExit_OrderBy, type LatestPrice, type LatestPrice_Filter, LatestPrice_OrderBy, type MakeEmpty, type MakeMaybe, type MakeOptional, type ManagementOperation, type ManagementOperation_Filter, ManagementOperation_OrderBy, type Maybe, OperationType, OrderDirection, type Pool, type PoolAmpUpdatesArgs, type PoolCircuitBreakersArgs, type PoolContract, type PoolContract_Filter, PoolContract_OrderBy, type PoolHistoricalLiquidity, type PoolHistoricalLiquidity_Filter, PoolHistoricalLiquidity_OrderBy, type PoolHistoricalValuesArgs, type PoolJoinsExitsArgs, type PoolPriceRateProvidersArgs, type PoolShare, type PoolShare_Filter, PoolShare_OrderBy, type PoolSharesArgs, type PoolSnapshot, type PoolSnapshot_Filter, PoolSnapshot_OrderBy, type PoolSnapshotsArgs, type PoolSwapsArgs, type PoolToken, type PoolTokenManagementsArgs, type PoolToken_Filter, PoolToken_OrderBy, type PoolTokensArgs, type PoolWeightUpdatesArgs, type Pool_Filter, Pool_OrderBy, type PossibleTypesResultData, type PriceRateProvider, type PriceRateProvider_Filter, PriceRateProvider_OrderBy, type ProtocolIdData, type ProtocolIdData_Filter, ProtocolIdData_OrderBy, type Query, type QueryAmpUpdateArgs, type QueryAmpUpdatesArgs, type QueryBalancerArgs, type QueryBalancerSnapshotArgs, type QueryBalancerSnapshotsArgs, type QueryBalancersArgs, type QueryCircuitBreakerArgs, type QueryCircuitBreakersArgs, type QueryFxoracleArgs, type QueryFxoraclesArgs, type QueryGradualWeightUpdateArgs, type QueryGradualWeightUpdatesArgs, type QueryJoinExitArgs, type QueryJoinExitsArgs, type QueryLatestPriceArgs, type QueryLatestPricesArgs, type QueryManagementOperationArgs, type QueryManagementOperationsArgs, type QueryPoolArgs, type QueryPoolContractArgs, type QueryPoolContractsArgs, type QueryPoolHistoricalLiquiditiesArgs, type QueryPoolHistoricalLiquidityArgs, type QueryPoolShareArgs, type QueryPoolSharesArgs, type QueryPoolSnapshotArgs, type QueryPoolSnapshotsArgs, type QueryPoolTokenArgs, type QueryPoolTokensArgs, type QueryPoolsArgs, type QueryPriceRateProviderArgs, type QueryPriceRateProvidersArgs, type QueryProtocolIdDataArgs, type QueryProtocolIdDatasArgs, type QuerySwapArgs, type QuerySwapFeeUpdateArgs, type QuerySwapFeeUpdatesArgs, type QuerySwapsArgs, type QueryTokenArgs, type QueryTokenPriceArgs, type QueryTokenPricesArgs, type QueryTokenSnapshotArgs, type QueryTokenSnapshotsArgs, type QueryTokensArgs, type QueryTradePairArgs, type QueryTradePairSnapshotArgs, type QueryTradePairSnapshotsArgs, type QueryTradePairsArgs, type QueryUserArgs, type QueryUserInternalBalanceArgs, type QueryUserInternalBalancesArgs, type QueryUsersArgs, type Query_MetaArgs, type Scalars, SubgraphPool, type SubgraphPoolFragment, SubgraphToken, type SubgraphTokenFragment, type
|
|
5442
|
+
export { Aggregation_Interval, type AmpUpdate, type AmpUpdate_Filter, AmpUpdate_OrderBy, type Balancer, type BalancerPoolsArgs, type BalancerSnapshot, type BalancerSnapshot_Filter, BalancerSnapshot_OrderBy, type BalancerSnapshotsArgs, type Balancer_Filter, Balancer_OrderBy, type BlockChangedFilter, type Block_Height, type CircuitBreaker, type CircuitBreaker_Filter, CircuitBreaker_OrderBy, type Exact, type FxOracle, type FxOracle_Filter, FxOracle_OrderBy, GetDedupedSubgraphPools, type GetDedupedSubgraphPoolsQuery, type GetDedupedSubgraphPoolsQueryVariables, GetExploitedTokens, type GetExploitedTokensQuery, type GetExploitedTokensQueryVariables, GetSubgraphPool, type GetSubgraphPoolQuery, type GetSubgraphPoolQueryVariables, GetToken, GetTokenInformation, type GetTokenInformationQuery, type GetTokenInformationQueryVariables, type GetTokenQuery, type GetTokenQueryVariables, GetTokens, type GetTokensQuery, type GetTokensQueryVariables, type GradualWeightUpdate, type GradualWeightUpdate_Filter, GradualWeightUpdate_OrderBy, type Incremental, type InputMaybe, InvestType, type JoinExit, type JoinExit_Filter, JoinExit_OrderBy, type LatestPrice, type LatestPrice_Filter, LatestPrice_OrderBy, type MakeEmpty, type MakeMaybe, type MakeOptional, type ManagementOperation, type ManagementOperation_Filter, ManagementOperation_OrderBy, type Maybe, OperationType, OrderDirection, type Pool, type PoolAmpUpdatesArgs, type PoolCircuitBreakersArgs, type PoolContract, type PoolContract_Filter, PoolContract_OrderBy, type PoolHistoricalLiquidity, type PoolHistoricalLiquidity_Filter, PoolHistoricalLiquidity_OrderBy, type PoolHistoricalValuesArgs, type PoolJoinsExitsArgs, type PoolPriceRateProvidersArgs, type PoolShare, type PoolShare_Filter, PoolShare_OrderBy, type PoolSharesArgs, type PoolSnapshot, type PoolSnapshot_Filter, PoolSnapshot_OrderBy, type PoolSnapshotsArgs, type PoolSwapsArgs, type PoolToken, type PoolTokenManagementsArgs, type PoolToken_Filter, PoolToken_OrderBy, type PoolTokensArgs, type PoolWeightUpdatesArgs, type Pool_Filter, Pool_OrderBy, type PossibleTypesResultData, type PriceRateProvider, type PriceRateProvider_Filter, PriceRateProvider_OrderBy, type ProtocolIdData, type ProtocolIdData_Filter, ProtocolIdData_OrderBy, type Query, type QueryAmpUpdateArgs, type QueryAmpUpdatesArgs, type QueryBalancerArgs, type QueryBalancerSnapshotArgs, type QueryBalancerSnapshotsArgs, type QueryBalancersArgs, type QueryCircuitBreakerArgs, type QueryCircuitBreakersArgs, type QueryFxoracleArgs, type QueryFxoraclesArgs, type QueryGradualWeightUpdateArgs, type QueryGradualWeightUpdatesArgs, type QueryJoinExitArgs, type QueryJoinExitsArgs, type QueryLatestPriceArgs, type QueryLatestPricesArgs, type QueryManagementOperationArgs, type QueryManagementOperationsArgs, type QueryPoolArgs, type QueryPoolContractArgs, type QueryPoolContractsArgs, type QueryPoolHistoricalLiquiditiesArgs, type QueryPoolHistoricalLiquidityArgs, type QueryPoolShareArgs, type QueryPoolSharesArgs, type QueryPoolSnapshotArgs, type QueryPoolSnapshotsArgs, type QueryPoolTokenArgs, type QueryPoolTokensArgs, type QueryPoolsArgs, type QueryPriceRateProviderArgs, type QueryPriceRateProvidersArgs, type QueryProtocolIdDataArgs, type QueryProtocolIdDatasArgs, type QuerySwapArgs, type QuerySwapFeeUpdateArgs, type QuerySwapFeeUpdatesArgs, type QuerySwapsArgs, type QueryTokenArgs, type QueryTokenPriceArgs, type QueryTokenPricesArgs, type QueryTokenSnapshotArgs, type QueryTokenSnapshotsArgs, type QueryTokensArgs, type QueryTradePairArgs, type QueryTradePairSnapshotArgs, type QueryTradePairSnapshotsArgs, type QueryTradePairsArgs, type QueryUserArgs, type QueryUserInternalBalanceArgs, type QueryUserInternalBalancesArgs, type QueryUsersArgs, type Query_MetaArgs, type Scalars, SubgraphPool, type SubgraphPoolFragment, SubgraphToken, type SubgraphTokenFragment, type Swap, type SwapFeeUpdate, type SwapFeeUpdate_Filter, SwapFeeUpdate_OrderBy, type Swap_Filter, Swap_OrderBy, type Token, type TokenPrice, type TokenPrice_Filter, TokenPrice_OrderBy, type TokenSnapshot, type TokenSnapshot_Filter, TokenSnapshot_OrderBy, type Token_Filter, Token_OrderBy, type TradePair, type TradePairSnapshot, type TradePairSnapshot_Filter, TradePairSnapshot_OrderBy, type TradePair_Filter, TradePair_OrderBy, type User, type UserInternalBalance, type UserInternalBalance_Filter, UserInternalBalance_OrderBy, type UserSharesOwnedArgs, type UserSwapsArgs, type UserUserInternalBalancesArgs, type User_Filter, User_OrderBy, type _Block_, type _Meta_, _SubgraphErrorPolicy_, result as default };
|