Skip to content

Commit

Permalink
sdk: upgrade subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jan 5, 2024
1 parent f927f26 commit 50ca42f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zodiac-roles-sdk",
"version": "2.2.19",
"version": "2.2.20",
"license": "LGPL-3.0+",
"main": "build/cjs/sdk/src/index.js",
"module": "build/esm/sdk/src/index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/sdk/src/subgraph.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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",
[1]: "https://api.studio.thegraph.com/query/23167/zodiac-roles-mainnet/v2.1.1",
[5]: "https://api.studio.thegraph.com/query/23167/zodiac-roles-goerli/v2.1.1",
// [10]: "",
// [56]: "",
[100]:
"https://api.studio.thegraph.com/query/23167/zodiac-roles-gnosis/v2.1.0",
"https://api.studio.thegraph.com/query/23167/zodiac-roles-gnosis/v2.1.1",
[137]:
"https://api.studio.thegraph.com/query/23167/zodiac-roles-polygon/v2.1.0",
"https://api.studio.thegraph.com/query/23167/zodiac-roles-polygon/v2.1.1",
// [42161]: "",
// [43114]: "",
[80001]:
"https://api.studio.thegraph.com/query/23167/zodiac-roles-mumbai/v2.1.0",
"https://api.studio.thegraph.com/query/23167/zodiac-roles-mumbai/v2.1.1",
[11155111]:
"https://api.studio.thegraph.com/query/23167/zodiac-roles-sepolia/v2.1.0",
"https://api.studio.thegraph.com/query/23167/zodiac-roles-sepolia/v2.1.1",
}

export default SUBGRAPH

0 comments on commit 50ca42f

Please sign in to comment.