Skip to content

Commit 481e748

Browse files
authored
added chains to query (#3761)
1 parent b13e524 commit 481e748

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

packages/data-layer/src/queries.ts

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,21 @@ export const getPaginatedProjects = gql`
454454
tags: { equalTo: "allo-v2" }
455455
not: { tags: { contains: "program" } }
456456
chainId: {
457-
in: [1, 137, 10, 324, 42161, 42220, 43114, 534352, 8453, 1329]
457+
in: [
458+
1
459+
137
460+
10
461+
324
462+
42161
463+
42220
464+
43114
465+
534352
466+
8453
467+
1329
468+
100
469+
42
470+
1088
471+
]
458472
}
459473
rounds: { every: { applicationsExist: true } }
460474
}
@@ -498,7 +512,21 @@ export const getProjectsBySearchTerm = gql`
498512
tags: { equalTo: "allo-v2" }
499513
not: { tags: { contains: "program" } }
500514
chainId: {
501-
in: [1, 137, 10, 324, 42161, 42220, 43114, 534352, 8453, 1329]
515+
in: [
516+
1
517+
137
518+
10
519+
324
520+
42161
521+
42220
522+
43114
523+
534352
524+
8453
525+
1329
526+
100
527+
42
528+
1088
529+
]
502530
}
503531
rounds: { every: { applicationsExist: true } }
504532
}

0 commit comments

Comments
 (0)