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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ type GraphNetwork @entity {
234
234
}
235
235
236
236
typeDataService@entity {
237
-
"Verifier address"
237
+
"Data Service address"
238
238
id: ID!
239
239
240
240
"Total GRT currently in provisions for this DataService"
@@ -687,7 +687,7 @@ type Indexer @entity {
687
687
# Staking data
688
688
"CURRENT tokens staked in the protocol. Decreases on withdraw, not on lock"
689
689
stakedTokens: BigInt!
690
-
"CURRENT tokens provisioned to data services in the protocol. In the V1 protocol, all staked tokens were always provisioned since there was only one data service"
690
+
"CURRENT tokens provisioned to data services in the protocol. In the V1 protocol, all staked tokens were always provisioned to an implicit 'subgraph data service'"
691
691
provisionedTokens: BigInt!
692
692
"CURRENT tokens allocated on all subgraphs"
693
693
allocatedTokens: BigInt!
@@ -830,12 +830,12 @@ type IndexerQueryFeePaymentAggregation @entity {
830
830
}
831
831
832
832
typeProvision@entity {
833
-
"Join ID of indexer address (service provider) and DataService address (verifier)"
833
+
"Join ID of indexer address (service provider) and DataService address"
0 commit comments