@@ -1683,97 +1683,6 @@ export enum Evidence_OrderBy {
1683
1683
Sender = "sender" ,
1684
1684
}
1685
1685
1686
- export type GatewayDispute = {
1687
- __typename ?: "GatewayDispute" ;
1688
- arbitrationCost : Scalars [ "BigInt" ] ;
1689
- arbitrator : Scalars [ "Bytes" ] ;
1690
- disputeHash : Scalars [ "Bytes" ] ;
1691
- homeDispute : Dispute ;
1692
- id : Scalars [ "ID" ] ;
1693
- relayer : Scalars [ "Bytes" ] ;
1694
- } ;
1695
-
1696
- export type GatewayDispute_Filter = {
1697
- /** Filter for the block changed event. */
1698
- _change_block ?: InputMaybe < BlockChangedFilter > ;
1699
- arbitrationCost ?: InputMaybe < Scalars [ "BigInt" ] > ;
1700
- arbitrationCost_gt ?: InputMaybe < Scalars [ "BigInt" ] > ;
1701
- arbitrationCost_gte ?: InputMaybe < Scalars [ "BigInt" ] > ;
1702
- arbitrationCost_in ?: InputMaybe < Array < Scalars [ "BigInt" ] > > ;
1703
- arbitrationCost_lt ?: InputMaybe < Scalars [ "BigInt" ] > ;
1704
- arbitrationCost_lte ?: InputMaybe < Scalars [ "BigInt" ] > ;
1705
- arbitrationCost_not ?: InputMaybe < Scalars [ "BigInt" ] > ;
1706
- arbitrationCost_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] > > ;
1707
- arbitrator ?: InputMaybe < Scalars [ "Bytes" ] > ;
1708
- arbitrator_contains ?: InputMaybe < Scalars [ "Bytes" ] > ;
1709
- arbitrator_gt ?: InputMaybe < Scalars [ "Bytes" ] > ;
1710
- arbitrator_gte ?: InputMaybe < Scalars [ "Bytes" ] > ;
1711
- arbitrator_in ?: InputMaybe < Array < Scalars [ "Bytes" ] > > ;
1712
- arbitrator_lt ?: InputMaybe < Scalars [ "Bytes" ] > ;
1713
- arbitrator_lte ?: InputMaybe < Scalars [ "Bytes" ] > ;
1714
- arbitrator_not ?: InputMaybe < Scalars [ "Bytes" ] > ;
1715
- arbitrator_not_contains ?: InputMaybe < Scalars [ "Bytes" ] > ;
1716
- arbitrator_not_in ?: InputMaybe < Array < Scalars [ "Bytes" ] > > ;
1717
- disputeHash ?: InputMaybe < Scalars [ "Bytes" ] > ;
1718
- disputeHash_contains ?: InputMaybe < Scalars [ "Bytes" ] > ;
1719
- disputeHash_gt ?: InputMaybe < Scalars [ "Bytes" ] > ;
1720
- disputeHash_gte ?: InputMaybe < Scalars [ "Bytes" ] > ;
1721
- disputeHash_in ?: InputMaybe < Array < Scalars [ "Bytes" ] > > ;
1722
- disputeHash_lt ?: InputMaybe < Scalars [ "Bytes" ] > ;
1723
- disputeHash_lte ?: InputMaybe < Scalars [ "Bytes" ] > ;
1724
- disputeHash_not ?: InputMaybe < Scalars [ "Bytes" ] > ;
1725
- disputeHash_not_contains ?: InputMaybe < Scalars [ "Bytes" ] > ;
1726
- disputeHash_not_in ?: InputMaybe < Array < Scalars [ "Bytes" ] > > ;
1727
- homeDispute ?: InputMaybe < Scalars [ "String" ] > ;
1728
- homeDispute_ ?: InputMaybe < Dispute_Filter > ;
1729
- homeDispute_contains ?: InputMaybe < Scalars [ "String" ] > ;
1730
- homeDispute_contains_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1731
- homeDispute_ends_with ?: InputMaybe < Scalars [ "String" ] > ;
1732
- homeDispute_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1733
- homeDispute_gt ?: InputMaybe < Scalars [ "String" ] > ;
1734
- homeDispute_gte ?: InputMaybe < Scalars [ "String" ] > ;
1735
- homeDispute_in ?: InputMaybe < Array < Scalars [ "String" ] > > ;
1736
- homeDispute_lt ?: InputMaybe < Scalars [ "String" ] > ;
1737
- homeDispute_lte ?: InputMaybe < Scalars [ "String" ] > ;
1738
- homeDispute_not ?: InputMaybe < Scalars [ "String" ] > ;
1739
- homeDispute_not_contains ?: InputMaybe < Scalars [ "String" ] > ;
1740
- homeDispute_not_contains_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1741
- homeDispute_not_ends_with ?: InputMaybe < Scalars [ "String" ] > ;
1742
- homeDispute_not_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1743
- homeDispute_not_in ?: InputMaybe < Array < Scalars [ "String" ] > > ;
1744
- homeDispute_not_starts_with ?: InputMaybe < Scalars [ "String" ] > ;
1745
- homeDispute_not_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1746
- homeDispute_starts_with ?: InputMaybe < Scalars [ "String" ] > ;
1747
- homeDispute_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1748
- id ?: InputMaybe < Scalars [ "ID" ] > ;
1749
- id_gt ?: InputMaybe < Scalars [ "ID" ] > ;
1750
- id_gte ?: InputMaybe < Scalars [ "ID" ] > ;
1751
- id_in ?: InputMaybe < Array < Scalars [ "ID" ] > > ;
1752
- id_lt ?: InputMaybe < Scalars [ "ID" ] > ;
1753
- id_lte ?: InputMaybe < Scalars [ "ID" ] > ;
1754
- id_not ?: InputMaybe < Scalars [ "ID" ] > ;
1755
- id_not_in ?: InputMaybe < Array < Scalars [ "ID" ] > > ;
1756
- relayer ?: InputMaybe < Scalars [ "Bytes" ] > ;
1757
- relayer_contains ?: InputMaybe < Scalars [ "Bytes" ] > ;
1758
- relayer_gt ?: InputMaybe < Scalars [ "Bytes" ] > ;
1759
- relayer_gte ?: InputMaybe < Scalars [ "Bytes" ] > ;
1760
- relayer_in ?: InputMaybe < Array < Scalars [ "Bytes" ] > > ;
1761
- relayer_lt ?: InputMaybe < Scalars [ "Bytes" ] > ;
1762
- relayer_lte ?: InputMaybe < Scalars [ "Bytes" ] > ;
1763
- relayer_not ?: InputMaybe < Scalars [ "Bytes" ] > ;
1764
- relayer_not_contains ?: InputMaybe < Scalars [ "Bytes" ] > ;
1765
- relayer_not_in ?: InputMaybe < Array < Scalars [ "Bytes" ] > > ;
1766
- } ;
1767
-
1768
- export enum GatewayDispute_OrderBy {
1769
- ArbitrationCost = "arbitrationCost" ,
1770
- Arbitrator = "arbitrator" ,
1771
- DisputeHash = "disputeHash" ,
1772
- HomeDispute = "homeDispute" ,
1773
- Id = "id" ,
1774
- Relayer = "relayer" ,
1775
- }
1776
-
1777
1686
export type JurorTokensPerCourt = {
1778
1687
__typename ?: "JurorTokensPerCourt" ;
1779
1688
court : Court ;
@@ -1868,70 +1777,6 @@ export enum OrderDirection {
1868
1777
Desc = "desc" ,
1869
1778
}
1870
1779
1871
- export type OutgoingBatch = {
1872
- __typename ?: "OutgoingBatch" ;
1873
- batchMerkleRoot : Scalars [ "String" ] ;
1874
- epoch : Scalars [ "BigInt" ] ;
1875
- id : Scalars [ "ID" ] ;
1876
- size : Scalars [ "BigInt" ] ;
1877
- } ;
1878
-
1879
- export type OutgoingBatch_Filter = {
1880
- /** Filter for the block changed event. */
1881
- _change_block ?: InputMaybe < BlockChangedFilter > ;
1882
- batchMerkleRoot ?: InputMaybe < Scalars [ "String" ] > ;
1883
- batchMerkleRoot_contains ?: InputMaybe < Scalars [ "String" ] > ;
1884
- batchMerkleRoot_contains_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1885
- batchMerkleRoot_ends_with ?: InputMaybe < Scalars [ "String" ] > ;
1886
- batchMerkleRoot_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1887
- batchMerkleRoot_gt ?: InputMaybe < Scalars [ "String" ] > ;
1888
- batchMerkleRoot_gte ?: InputMaybe < Scalars [ "String" ] > ;
1889
- batchMerkleRoot_in ?: InputMaybe < Array < Scalars [ "String" ] > > ;
1890
- batchMerkleRoot_lt ?: InputMaybe < Scalars [ "String" ] > ;
1891
- batchMerkleRoot_lte ?: InputMaybe < Scalars [ "String" ] > ;
1892
- batchMerkleRoot_not ?: InputMaybe < Scalars [ "String" ] > ;
1893
- batchMerkleRoot_not_contains ?: InputMaybe < Scalars [ "String" ] > ;
1894
- batchMerkleRoot_not_contains_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1895
- batchMerkleRoot_not_ends_with ?: InputMaybe < Scalars [ "String" ] > ;
1896
- batchMerkleRoot_not_ends_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1897
- batchMerkleRoot_not_in ?: InputMaybe < Array < Scalars [ "String" ] > > ;
1898
- batchMerkleRoot_not_starts_with ?: InputMaybe < Scalars [ "String" ] > ;
1899
- batchMerkleRoot_not_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1900
- batchMerkleRoot_starts_with ?: InputMaybe < Scalars [ "String" ] > ;
1901
- batchMerkleRoot_starts_with_nocase ?: InputMaybe < Scalars [ "String" ] > ;
1902
- epoch ?: InputMaybe < Scalars [ "BigInt" ] > ;
1903
- epoch_gt ?: InputMaybe < Scalars [ "BigInt" ] > ;
1904
- epoch_gte ?: InputMaybe < Scalars [ "BigInt" ] > ;
1905
- epoch_in ?: InputMaybe < Array < Scalars [ "BigInt" ] > > ;
1906
- epoch_lt ?: InputMaybe < Scalars [ "BigInt" ] > ;
1907
- epoch_lte ?: InputMaybe < Scalars [ "BigInt" ] > ;
1908
- epoch_not ?: InputMaybe < Scalars [ "BigInt" ] > ;
1909
- epoch_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] > > ;
1910
- id ?: InputMaybe < Scalars [ "ID" ] > ;
1911
- id_gt ?: InputMaybe < Scalars [ "ID" ] > ;
1912
- id_gte ?: InputMaybe < Scalars [ "ID" ] > ;
1913
- id_in ?: InputMaybe < Array < Scalars [ "ID" ] > > ;
1914
- id_lt ?: InputMaybe < Scalars [ "ID" ] > ;
1915
- id_lte ?: InputMaybe < Scalars [ "ID" ] > ;
1916
- id_not ?: InputMaybe < Scalars [ "ID" ] > ;
1917
- id_not_in ?: InputMaybe < Array < Scalars [ "ID" ] > > ;
1918
- size ?: InputMaybe < Scalars [ "BigInt" ] > ;
1919
- size_gt ?: InputMaybe < Scalars [ "BigInt" ] > ;
1920
- size_gte ?: InputMaybe < Scalars [ "BigInt" ] > ;
1921
- size_in ?: InputMaybe < Array < Scalars [ "BigInt" ] > > ;
1922
- size_lt ?: InputMaybe < Scalars [ "BigInt" ] > ;
1923
- size_lte ?: InputMaybe < Scalars [ "BigInt" ] > ;
1924
- size_not ?: InputMaybe < Scalars [ "BigInt" ] > ;
1925
- size_not_in ?: InputMaybe < Array < Scalars [ "BigInt" ] > > ;
1926
- } ;
1927
-
1928
- export enum OutgoingBatch_OrderBy {
1929
- BatchMerkleRoot = "batchMerkleRoot" ,
1930
- Epoch = "epoch" ,
1931
- Id = "id" ,
1932
- Size = "size" ,
1933
- }
1934
-
1935
1780
export enum Period {
1936
1781
Appeal = "appeal" ,
1937
1782
Commit = "commit" ,
@@ -1978,12 +1823,8 @@ export type Query = {
1978
1823
evidenceGroup ?: Maybe < EvidenceGroup > ;
1979
1824
evidenceGroups : Array < EvidenceGroup > ;
1980
1825
evidences : Array < Evidence > ;
1981
- gatewayDispute ?: Maybe < GatewayDispute > ;
1982
- gatewayDisputes : Array < GatewayDispute > ;
1983
1826
jurorTokensPerCourt ?: Maybe < JurorTokensPerCourt > ;
1984
1827
jurorTokensPerCourts : Array < JurorTokensPerCourt > ;
1985
- outgoingBatch ?: Maybe < OutgoingBatch > ;
1986
- outgoingBatches : Array < OutgoingBatch > ;
1987
1828
round ?: Maybe < Round > ;
1988
1829
rounds : Array < Round > ;
1989
1830
tokenAndETHShift ?: Maybe < TokenAndEthShift > ;
@@ -2270,22 +2111,6 @@ export type QueryEvidencesArgs = {
2270
2111
where ?: InputMaybe < Evidence_Filter > ;
2271
2112
} ;
2272
2113
2273
- export type QueryGatewayDisputeArgs = {
2274
- block ?: InputMaybe < Block_Height > ;
2275
- id : Scalars [ "ID" ] ;
2276
- subgraphError ?: _SubgraphErrorPolicy_ ;
2277
- } ;
2278
-
2279
- export type QueryGatewayDisputesArgs = {
2280
- block ?: InputMaybe < Block_Height > ;
2281
- first ?: InputMaybe < Scalars [ "Int" ] > ;
2282
- orderBy ?: InputMaybe < GatewayDispute_OrderBy > ;
2283
- orderDirection ?: InputMaybe < OrderDirection > ;
2284
- skip ?: InputMaybe < Scalars [ "Int" ] > ;
2285
- subgraphError ?: _SubgraphErrorPolicy_ ;
2286
- where ?: InputMaybe < GatewayDispute_Filter > ;
2287
- } ;
2288
-
2289
2114
export type QueryJurorTokensPerCourtArgs = {
2290
2115
block ?: InputMaybe < Block_Height > ;
2291
2116
id : Scalars [ "ID" ] ;
@@ -2302,22 +2127,6 @@ export type QueryJurorTokensPerCourtsArgs = {
2302
2127
where ?: InputMaybe < JurorTokensPerCourt_Filter > ;
2303
2128
} ;
2304
2129
2305
- export type QueryOutgoingBatchArgs = {
2306
- block ?: InputMaybe < Block_Height > ;
2307
- id : Scalars [ "ID" ] ;
2308
- subgraphError ?: _SubgraphErrorPolicy_ ;
2309
- } ;
2310
-
2311
- export type QueryOutgoingBatchesArgs = {
2312
- block ?: InputMaybe < Block_Height > ;
2313
- first ?: InputMaybe < Scalars [ "Int" ] > ;
2314
- orderBy ?: InputMaybe < OutgoingBatch_OrderBy > ;
2315
- orderDirection ?: InputMaybe < OrderDirection > ;
2316
- skip ?: InputMaybe < Scalars [ "Int" ] > ;
2317
- subgraphError ?: _SubgraphErrorPolicy_ ;
2318
- where ?: InputMaybe < OutgoingBatch_Filter > ;
2319
- } ;
2320
-
2321
2130
export type QueryRoundArgs = {
2322
2131
block ?: InputMaybe < Block_Height > ;
2323
2132
id : Scalars [ "ID" ] ;
@@ -2549,12 +2358,8 @@ export type Subscription = {
2549
2358
evidenceGroup ?: Maybe < EvidenceGroup > ;
2550
2359
evidenceGroups : Array < EvidenceGroup > ;
2551
2360
evidences : Array < Evidence > ;
2552
- gatewayDispute ?: Maybe < GatewayDispute > ;
2553
- gatewayDisputes : Array < GatewayDispute > ;
2554
2361
jurorTokensPerCourt ?: Maybe < JurorTokensPerCourt > ;
2555
2362
jurorTokensPerCourts : Array < JurorTokensPerCourt > ;
2556
- outgoingBatch ?: Maybe < OutgoingBatch > ;
2557
- outgoingBatches : Array < OutgoingBatch > ;
2558
2363
round ?: Maybe < Round > ;
2559
2364
rounds : Array < Round > ;
2560
2365
tokenAndETHShift ?: Maybe < TokenAndEthShift > ;
@@ -2841,22 +2646,6 @@ export type SubscriptionEvidencesArgs = {
2841
2646
where ?: InputMaybe < Evidence_Filter > ;
2842
2647
} ;
2843
2648
2844
- export type SubscriptionGatewayDisputeArgs = {
2845
- block ?: InputMaybe < Block_Height > ;
2846
- id : Scalars [ "ID" ] ;
2847
- subgraphError ?: _SubgraphErrorPolicy_ ;
2848
- } ;
2849
-
2850
- export type SubscriptionGatewayDisputesArgs = {
2851
- block ?: InputMaybe < Block_Height > ;
2852
- first ?: InputMaybe < Scalars [ "Int" ] > ;
2853
- orderBy ?: InputMaybe < GatewayDispute_OrderBy > ;
2854
- orderDirection ?: InputMaybe < OrderDirection > ;
2855
- skip ?: InputMaybe < Scalars [ "Int" ] > ;
2856
- subgraphError ?: _SubgraphErrorPolicy_ ;
2857
- where ?: InputMaybe < GatewayDispute_Filter > ;
2858
- } ;
2859
-
2860
2649
export type SubscriptionJurorTokensPerCourtArgs = {
2861
2650
block ?: InputMaybe < Block_Height > ;
2862
2651
id : Scalars [ "ID" ] ;
@@ -2873,22 +2662,6 @@ export type SubscriptionJurorTokensPerCourtsArgs = {
2873
2662
where ?: InputMaybe < JurorTokensPerCourt_Filter > ;
2874
2663
} ;
2875
2664
2876
- export type SubscriptionOutgoingBatchArgs = {
2877
- block ?: InputMaybe < Block_Height > ;
2878
- id : Scalars [ "ID" ] ;
2879
- subgraphError ?: _SubgraphErrorPolicy_ ;
2880
- } ;
2881
-
2882
- export type SubscriptionOutgoingBatchesArgs = {
2883
- block ?: InputMaybe < Block_Height > ;
2884
- first ?: InputMaybe < Scalars [ "Int" ] > ;
2885
- orderBy ?: InputMaybe < OutgoingBatch_OrderBy > ;
2886
- orderDirection ?: InputMaybe < OrderDirection > ;
2887
- skip ?: InputMaybe < Scalars [ "Int" ] > ;
2888
- subgraphError ?: _SubgraphErrorPolicy_ ;
2889
- where ?: InputMaybe < OutgoingBatch_Filter > ;
2890
- } ;
2891
-
2892
2665
export type SubscriptionRoundArgs = {
2893
2666
block ?: InputMaybe < Block_Height > ;
2894
2667
id : Scalars [ "ID" ] ;
@@ -3343,7 +3116,31 @@ export type CourtTreeQueryVariables = Exact<{ [key: string]: never }>;
3343
3116
3344
3117
export type CourtTreeQuery = {
3345
3118
__typename ?: "Query" ;
3346
- court ?: { __typename ?: "Court" ; id : string } | null ;
3119
+ court ?: {
3120
+ __typename ?: "Court" ;
3121
+ name ?: string | null ;
3122
+ id : string ;
3123
+ children : Array < {
3124
+ __typename ?: "Court" ;
3125
+ name ?: string | null ;
3126
+ id : string ;
3127
+ children : Array < {
3128
+ __typename ?: "Court" ;
3129
+ name ?: string | null ;
3130
+ id : string ;
3131
+ children : Array < {
3132
+ __typename ?: "Court" ;
3133
+ name ?: string | null ;
3134
+ id : string ;
3135
+ children : Array < {
3136
+ __typename ?: "Court" ;
3137
+ name ?: string | null ;
3138
+ id : string ;
3139
+ } > ;
3140
+ } > ;
3141
+ } > ;
3142
+ } > ;
3143
+ } | null ;
3347
3144
} ;
3348
3145
3349
3146
export type DisputeDetailsQueryVariables = Exact < {
0 commit comments