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
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ type GraphNetwork @entity(immutable: false) {
223
223
fishermanRewardPercentage: Int!
224
224
"[HORIZON]Reward to Fisherman on successful disputes. In parts per million"
225
225
fishermanRewardCut: Int!
226
-
"Maximum Penalty to Indexer on successful disputes for indexing disputes. In parts per million"
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
228
229
229
# Bridge totals (Only available on L1 networks)
@@ -1448,6 +1448,8 @@ type Dispute @entity(immutable: false) {
1448
1448
fisherman: GraphAccount!
1449
1449
"Fisherman deposit"
1450
1450
deposit: BigInt!
1451
+
"Whether this dispute was created in the legacy protocol"
0 commit comments