Skip to content

Commit cf0d9c7

Browse files
committed
fix: remote testing parameter from query
1 parent a803c8d commit cf0d9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

availability-oracle/src/network_subgraph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ struct GraphqlResponse {
6666

6767
const DEPLOYMENTS_QUERY: &str = r#"
6868
query($threshold: BigInt!, $max_creation: Int!, $skip: Int!) {
69-
subgraphDeployments(first: 1000, skip: $skip, where: { id: "0x8ac6d590f88f1bd48f5f495b2a56f9a183f9b335d3d3a72807dbf2247c7ee558", signalledTokens_gt: $threshold, createdAt_lt: $max_creation }) {
69+
subgraphDeployments(first: 1000, skip: $skip, where: { signalledTokens_gt: $threshold, createdAt_lt: $max_creation }) {
7070
id
7171
stakedTokens
7272
deniedAt

0 commit comments

Comments
 (0)