Skip to content

Commit

Permalink
fix: remote testing parameter from query
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Apr 11, 2024
1 parent a803c8d commit cf0d9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availability-oracle/src/network_subgraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct GraphqlResponse {

const DEPLOYMENTS_QUERY: &str = r#"
query($threshold: BigInt!, $max_creation: Int!, $skip: Int!) {
subgraphDeployments(first: 1000, skip: $skip, where: { id: "0x8ac6d590f88f1bd48f5f495b2a56f9a183f9b335d3d3a72807dbf2247c7ee558", signalledTokens_gt: $threshold, createdAt_lt: $max_creation }) {
subgraphDeployments(first: 1000, skip: $skip, where: { signalledTokens_gt: $threshold, createdAt_lt: $max_creation }) {
id
stakedTokens
deniedAt
Expand Down

0 comments on commit cf0d9c7

Please sign in to comment.