Skip to content

Commit

Permalink
fix typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Dec 14, 2023
1 parent fabd684 commit fbb6f7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/sdk/src/subgraph.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const SUBGRAPH = {
[1]: "https://api.studio.thegraph.com/query/23167/zodiac-roles-mainnet/v2.1.0",
[5]: "https://api.studio.thegraph.com/query/23167/zodiac-roles-goerli/v2.1.0",
[10]: "",
[56]: "",
// [10]: "",
// [56]: "",
[100]:
"https://api.studio.thegraph.com/query/23167/zodiac-roles-gnosis/v2.1.0",
[137]:
"https://api.studio.thegraph.com/query/23167/zodiac-roles-polygon/v2.1.0",
[42161]: "",
[43114]: "",
// [42161]: "",
// [43114]: "",
[80001]:
"https://api.studio.thegraph.com/query/23167/zodiac-roles-mumbai/v2.1.0",
[11155111]:
Expand Down

0 comments on commit fbb6f7a

Please sign in to comment.