@@ -1908,6 +1908,98 @@ export enum Evidence_OrderBy {
1908
1908
SenderTotalStake = "sender__totalStake" ,
1909
1909
}
1910
1910
1911
+ export type FeeToken = {
1912
+ __typename ?: "FeeToken" ;
1913
+ accepted : Scalars [ "Boolean" ] [ "output" ] ;
1914
+ id : Scalars [ "ID" ] [ "output" ] ;
1915
+ rateDecimals : Scalars [ "Int" ] [ "output" ] ;
1916
+ rateInEth : Scalars [ "BigInt" ] [ "output" ] ;
1917
+ rounds ?: Maybe < Array < Round > > ;
1918
+ tokenAndETHShift ?: Maybe < Array < TokenAndEthShift > > ;
1919
+ totalPaid : Scalars [ "BigInt" ] [ "output" ] ;
1920
+ totalPaidInETH : Scalars [ "BigInt" ] [ "output" ] ;
1921
+ } ;
1922
+
1923
+ export type FeeTokenRoundsArgs = {
1924
+ first ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1925
+ orderBy ?: InputMaybe < Round_OrderBy > ;
1926
+ orderDirection ?: InputMaybe < OrderDirection > ;
1927
+ skip ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1928
+ where ?: InputMaybe < Round_Filter > ;
1929
+ } ;
1930
+
1931
+ export type FeeTokenTokenAndEthShiftArgs = {
1932
+ first ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1933
+ orderBy ?: InputMaybe < TokenAndEthShift_OrderBy > ;
1934
+ orderDirection ?: InputMaybe < OrderDirection > ;
1935
+ skip ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1936
+ where ?: InputMaybe < TokenAndEthShift_Filter > ;
1937
+ } ;
1938
+
1939
+ export type FeeToken_Filter = {
1940
+ /** Filter for the block changed event. */
1941
+ _change_block ?: InputMaybe < BlockChangedFilter > ;
1942
+ accepted ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
1943
+ accepted_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
1944
+ accepted_not ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
1945
+ accepted_not_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
1946
+ and ?: InputMaybe < Array < InputMaybe < FeeToken_Filter > > > ;
1947
+ id ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
1948
+ id_gt ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
1949
+ id_gte ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
1950
+ id_in ?: InputMaybe < Array < Scalars [ "ID" ] [ "input" ] > > ;
1951
+ id_lt ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
1952
+ id_lte ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
1953
+ id_not ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
1954
+ id_not_in ?: InputMaybe < Array < Scalars [ "ID" ] [ "input" ] > > ;
1955
+ or ?: InputMaybe < Array < InputMaybe < FeeToken_Filter > > > ;
1956
+ rateDecimals ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1957
+ rateDecimals_gt ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1958
+ rateDecimals_gte ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1959
+ rateDecimals_in ?: InputMaybe < Array < Scalars [ "Int" ] [ "input" ] > > ;
1960
+ rateDecimals_lt ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1961
+ rateDecimals_lte ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1962
+ rateDecimals_not ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
1963
+ rateDecimals_not_in ?: InputMaybe < Array < Scalars [ "Int" ] [ "input" ] > > ;
1964
+ rateInEth ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1965
+ rateInEth_gt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1966
+ rateInEth_gte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1967
+ rateInEth_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
1968
+ rateInEth_lt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1969
+ rateInEth_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1970
+ rateInEth_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1971
+ rateInEth_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
1972
+ rounds_ ?: InputMaybe < Round_Filter > ;
1973
+ tokenAndETHShift_ ?: InputMaybe < TokenAndEthShift_Filter > ;
1974
+ totalPaid ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1975
+ totalPaidInETH ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1976
+ totalPaidInETH_gt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1977
+ totalPaidInETH_gte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1978
+ totalPaidInETH_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
1979
+ totalPaidInETH_lt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1980
+ totalPaidInETH_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1981
+ totalPaidInETH_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1982
+ totalPaidInETH_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
1983
+ totalPaid_gt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1984
+ totalPaid_gte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1985
+ totalPaid_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
1986
+ totalPaid_lt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1987
+ totalPaid_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1988
+ totalPaid_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
1989
+ totalPaid_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
1990
+ } ;
1991
+
1992
+ export enum FeeToken_OrderBy {
1993
+ Accepted = "accepted" ,
1994
+ Id = "id" ,
1995
+ RateDecimals = "rateDecimals" ,
1996
+ RateInEth = "rateInEth" ,
1997
+ Rounds = "rounds" ,
1998
+ TokenAndEthShift = "tokenAndETHShift" ,
1999
+ TotalPaid = "totalPaid" ,
2000
+ TotalPaidInEth = "totalPaidInETH" ,
2001
+ }
2002
+
1911
2003
export type JurorTokensPerCourt = {
1912
2004
__typename ?: "JurorTokensPerCourt" ;
1913
2005
court : Court ;
@@ -2225,6 +2317,8 @@ export type Query = {
2225
2317
evidenceGroup ?: Maybe < EvidenceGroup > ;
2226
2318
evidenceGroups : Array < EvidenceGroup > ;
2227
2319
evidences : Array < Evidence > ;
2320
+ feeToken ?: Maybe < FeeToken > ;
2321
+ feeTokens : Array < FeeToken > ;
2228
2322
jurorTokensPerCourt ?: Maybe < JurorTokensPerCourt > ;
2229
2323
jurorTokensPerCourts : Array < JurorTokensPerCourt > ;
2230
2324
penalties : Array < Penalty > ;
@@ -2515,6 +2609,22 @@ export type QueryEvidencesArgs = {
2515
2609
where ?: InputMaybe < Evidence_Filter > ;
2516
2610
} ;
2517
2611
2612
+ export type QueryFeeTokenArgs = {
2613
+ block ?: InputMaybe < Block_Height > ;
2614
+ id : Scalars [ "ID" ] [ "input" ] ;
2615
+ subgraphError ?: _SubgraphErrorPolicy_ ;
2616
+ } ;
2617
+
2618
+ export type QueryFeeTokensArgs = {
2619
+ block ?: InputMaybe < Block_Height > ;
2620
+ first ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
2621
+ orderBy ?: InputMaybe < FeeToken_OrderBy > ;
2622
+ orderDirection ?: InputMaybe < OrderDirection > ;
2623
+ skip ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
2624
+ subgraphError ?: _SubgraphErrorPolicy_ ;
2625
+ where ?: InputMaybe < FeeToken_Filter > ;
2626
+ } ;
2627
+
2518
2628
export type QueryJurorTokensPerCourtArgs = {
2519
2629
block ?: InputMaybe < Block_Height > ;
2520
2630
id : Scalars [ "ID" ] [ "input" ] ;
@@ -2616,6 +2726,7 @@ export type Round = {
2616
2726
dispute : Dispute ;
2617
2727
disputeKit : DisputeKit ;
2618
2728
drawnJurors : Array < Draw > ;
2729
+ feeToken ?: Maybe < FeeToken > ;
2619
2730
id : Scalars [ "ID" ] [ "output" ] ;
2620
2731
nbVotes : Scalars [ "BigInt" ] [ "output" ] ;
2621
2732
penalties : Scalars [ "BigInt" ] [ "output" ] ;
@@ -2679,6 +2790,27 @@ export type Round_Filter = {
2679
2790
dispute_starts_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2680
2791
dispute_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2681
2792
drawnJurors_ ?: InputMaybe < Draw_Filter > ;
2793
+ feeToken ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2794
+ feeToken_ ?: InputMaybe < FeeToken_Filter > ;
2795
+ feeToken_contains ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2796
+ feeToken_contains_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2797
+ feeToken_ends_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2798
+ feeToken_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2799
+ feeToken_gt ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2800
+ feeToken_gte ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2801
+ feeToken_in ?: InputMaybe < Array < Scalars [ "String" ] [ "input" ] > > ;
2802
+ feeToken_lt ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2803
+ feeToken_lte ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2804
+ feeToken_not ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2805
+ feeToken_not_contains ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2806
+ feeToken_not_contains_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2807
+ feeToken_not_ends_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2808
+ feeToken_not_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2809
+ feeToken_not_in ?: InputMaybe < Array < Scalars [ "String" ] [ "input" ] > > ;
2810
+ feeToken_not_starts_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2811
+ feeToken_not_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2812
+ feeToken_starts_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2813
+ feeToken_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
2682
2814
id ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
2683
2815
id_gt ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
2684
2816
id_gte ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
@@ -2746,6 +2878,13 @@ export enum Round_OrderBy {
2746
2878
DisputeRuled = "dispute__ruled" ,
2747
2879
DisputeTied = "dispute__tied" ,
2748
2880
DrawnJurors = "drawnJurors" ,
2881
+ FeeToken = "feeToken" ,
2882
+ FeeTokenAccepted = "feeToken__accepted" ,
2883
+ FeeTokenId = "feeToken__id" ,
2884
+ FeeTokenRateDecimals = "feeToken__rateDecimals" ,
2885
+ FeeTokenRateInEth = "feeToken__rateInEth" ,
2886
+ FeeTokenTotalPaid = "feeToken__totalPaid" ,
2887
+ FeeTokenTotalPaidInEth = "feeToken__totalPaidInETH" ,
2749
2888
Id = "id" ,
2750
2889
NbVotes = "nbVotes" ,
2751
2890
Penalties = "penalties" ,
@@ -2792,6 +2931,8 @@ export type Subscription = {
2792
2931
evidenceGroup ?: Maybe < EvidenceGroup > ;
2793
2932
evidenceGroups : Array < EvidenceGroup > ;
2794
2933
evidences : Array < Evidence > ;
2934
+ feeToken ?: Maybe < FeeToken > ;
2935
+ feeTokens : Array < FeeToken > ;
2795
2936
jurorTokensPerCourt ?: Maybe < JurorTokensPerCourt > ;
2796
2937
jurorTokensPerCourts : Array < JurorTokensPerCourt > ;
2797
2938
penalties : Array < Penalty > ;
@@ -3082,6 +3223,22 @@ export type SubscriptionEvidencesArgs = {
3082
3223
where ?: InputMaybe < Evidence_Filter > ;
3083
3224
} ;
3084
3225
3226
+ export type SubscriptionFeeTokenArgs = {
3227
+ block ?: InputMaybe < Block_Height > ;
3228
+ id : Scalars [ "ID" ] [ "input" ] ;
3229
+ subgraphError ?: _SubgraphErrorPolicy_ ;
3230
+ } ;
3231
+
3232
+ export type SubscriptionFeeTokensArgs = {
3233
+ block ?: InputMaybe < Block_Height > ;
3234
+ first ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
3235
+ orderBy ?: InputMaybe < FeeToken_OrderBy > ;
3236
+ orderDirection ?: InputMaybe < OrderDirection > ;
3237
+ skip ?: InputMaybe < Scalars [ "Int" ] [ "input" ] > ;
3238
+ subgraphError ?: _SubgraphErrorPolicy_ ;
3239
+ where ?: InputMaybe < FeeToken_Filter > ;
3240
+ } ;
3241
+
3085
3242
export type SubscriptionJurorTokensPerCourtArgs = {
3086
3243
block ?: InputMaybe < Block_Height > ;
3087
3244
id : Scalars [ "ID" ] [ "input" ] ;
@@ -3182,9 +3339,12 @@ export type TokenAndEthShift = {
3182
3339
__typename ?: "TokenAndETHShift" ;
3183
3340
dispute : Dispute ;
3184
3341
ethAmount : Scalars [ "BigInt" ] [ "output" ] ;
3342
+ feeToken ?: Maybe < FeeToken > ;
3343
+ feeTokenAmount : Scalars [ "BigInt" ] [ "output" ] ;
3185
3344
id : Scalars [ "ID" ] [ "output" ] ;
3345
+ isNativeCurrency : Scalars [ "Boolean" ] [ "output" ] ;
3186
3346
juror : User ;
3187
- tokenAmount : Scalars [ "BigInt" ] [ "output" ] ;
3347
+ pnkAmount : Scalars [ "BigInt" ] [ "output" ] ;
3188
3348
} ;
3189
3349
3190
3350
export type TokenAndEthShift_Filter = {
@@ -3220,6 +3380,35 @@ export type TokenAndEthShift_Filter = {
3220
3380
ethAmount_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3221
3381
ethAmount_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3222
3382
ethAmount_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
3383
+ feeToken ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3384
+ feeTokenAmount ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3385
+ feeTokenAmount_gt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3386
+ feeTokenAmount_gte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3387
+ feeTokenAmount_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
3388
+ feeTokenAmount_lt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3389
+ feeTokenAmount_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3390
+ feeTokenAmount_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3391
+ feeTokenAmount_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
3392
+ feeToken_ ?: InputMaybe < FeeToken_Filter > ;
3393
+ feeToken_contains ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3394
+ feeToken_contains_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3395
+ feeToken_ends_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3396
+ feeToken_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3397
+ feeToken_gt ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3398
+ feeToken_gte ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3399
+ feeToken_in ?: InputMaybe < Array < Scalars [ "String" ] [ "input" ] > > ;
3400
+ feeToken_lt ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3401
+ feeToken_lte ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3402
+ feeToken_not ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3403
+ feeToken_not_contains ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3404
+ feeToken_not_contains_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3405
+ feeToken_not_ends_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3406
+ feeToken_not_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3407
+ feeToken_not_in ?: InputMaybe < Array < Scalars [ "String" ] [ "input" ] > > ;
3408
+ feeToken_not_starts_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3409
+ feeToken_not_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3410
+ feeToken_starts_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3411
+ feeToken_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3223
3412
id ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
3224
3413
id_gt ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
3225
3414
id_gte ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
@@ -3228,6 +3417,10 @@ export type TokenAndEthShift_Filter = {
3228
3417
id_lte ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
3229
3418
id_not ?: InputMaybe < Scalars [ "ID" ] [ "input" ] > ;
3230
3419
id_not_in ?: InputMaybe < Array < Scalars [ "ID" ] [ "input" ] > > ;
3420
+ isNativeCurrency ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
3421
+ isNativeCurrency_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
3422
+ isNativeCurrency_not ?: InputMaybe < Scalars [ "Boolean" ] [ "input" ] > ;
3423
+ isNativeCurrency_not_in ?: InputMaybe < Array < Scalars [ "Boolean" ] [ "input" ] > > ;
3231
3424
juror ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3232
3425
juror_ ?: InputMaybe < User_Filter > ;
3233
3426
juror_contains ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
@@ -3250,14 +3443,14 @@ export type TokenAndEthShift_Filter = {
3250
3443
juror_starts_with ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3251
3444
juror_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] [ "input" ] > ;
3252
3445
or ?: InputMaybe < Array < InputMaybe < TokenAndEthShift_Filter > > > ;
3253
- tokenAmount ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3254
- tokenAmount_gt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3255
- tokenAmount_gte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3256
- tokenAmount_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
3257
- tokenAmount_lt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3258
- tokenAmount_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3259
- tokenAmount_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3260
- tokenAmount_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
3446
+ pnkAmount ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3447
+ pnkAmount_gt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3448
+ pnkAmount_gte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3449
+ pnkAmount_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
3450
+ pnkAmount_lt ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3451
+ pnkAmount_lte ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3452
+ pnkAmount_not ?: InputMaybe < Scalars [ "BigInt" ] [ "input" ] > ;
3453
+ pnkAmount_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] [ "input" ] > > ;
3261
3454
} ;
3262
3455
3263
3456
export enum TokenAndEthShift_OrderBy {
@@ -3271,7 +3464,16 @@ export enum TokenAndEthShift_OrderBy {
3271
3464
DisputeRuled = "dispute__ruled" ,
3272
3465
DisputeTied = "dispute__tied" ,
3273
3466
EthAmount = "ethAmount" ,
3467
+ FeeToken = "feeToken" ,
3468
+ FeeTokenAmount = "feeTokenAmount" ,
3469
+ FeeTokenAccepted = "feeToken__accepted" ,
3470
+ FeeTokenId = "feeToken__id" ,
3471
+ FeeTokenRateDecimals = "feeToken__rateDecimals" ,
3472
+ FeeTokenRateInEth = "feeToken__rateInEth" ,
3473
+ FeeTokenTotalPaid = "feeToken__totalPaid" ,
3474
+ FeeTokenTotalPaidInEth = "feeToken__totalPaidInETH" ,
3274
3475
Id = "id" ,
3476
+ IsNativeCurrency = "isNativeCurrency" ,
3275
3477
Juror = "juror" ,
3276
3478
JurorActiveDisputes = "juror__activeDisputes" ,
3277
3479
JurorId = "juror__id" ,
@@ -3280,7 +3482,7 @@ export enum TokenAndEthShift_OrderBy {
3280
3482
JurorTotalDisputes = "juror__totalDisputes" ,
3281
3483
JurorTotalResolvedDisputes = "juror__totalResolvedDisputes" ,
3282
3484
JurorTotalStake = "juror__totalStake" ,
3283
- TokenAmount = "tokenAmount " ,
3485
+ PnkAmount = "pnkAmount " ,
3284
3486
}
3285
3487
3286
3488
export type User = {
@@ -3798,7 +4000,7 @@ export type UserQuery = {
3798
4000
__typename ?: "JurorTokensPerCourt" ;
3799
4001
court : { __typename ?: "Court" ; id : string ; name ?: string | null } ;
3800
4002
} > ;
3801
- shifts : Array < { __typename ?: "TokenAndETHShift" ; tokenAmount : any ; ethAmount : any } > ;
4003
+ shifts : Array < { __typename ?: "TokenAndETHShift" ; pnkAmount : any ; ethAmount : any } > ;
3802
4004
} | null ;
3803
4005
} ;
3804
4006
@@ -4512,7 +4714,7 @@ export const UserDocument = {
4512
4714
selectionSet : {
4513
4715
kind : "SelectionSet" ,
4514
4716
selections : [
4515
- { kind : "Field" , name : { kind : "Name" , value : "tokenAmount " } } ,
4717
+ { kind : "Field" , name : { kind : "Name" , value : "pnkAmount " } } ,
4516
4718
{ kind : "Field" , name : { kind : "Name" , value : "ethAmount" } } ,
4517
4719
] ,
4518
4720
} ,
0 commit comments