You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.graphql
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,8 @@ type GraphNetwork @entity(immutable: false) {
225
225
fishermanRewardCut: Int!
226
226
"Maximum Penalty to Indexer on successful disputes for indexing disputes. Percentage of the indexer's stake snapshot (own stake plus delegated). In parts per million"
227
227
maxSlashingCut: Int!
228
+
"Dispute period in seconds"
229
+
disputePeriod: BigInt!
228
230
229
231
# Bridge totals (Only available on L1 networks)
230
232
"Total amount of GRT deposited to the L1 gateway. Note that the actual amount claimed in L2 might be lower due to tickets not redeemed."
0 commit comments