Skip to content

Commit

Permalink
fix(subgraph): use hosted service for avalanche
Browse files Browse the repository at this point in the history
  • Loading branch information
xykota committed Oct 26, 2023
1 parent 3dee116 commit 59bcaa2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
10 changes: 5 additions & 5 deletions packages/frontend/src/subgraph.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"1": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/G316MkVLSw1ksstmonpSQ1UEBUWmRSZf4QkoRA5CN4TA",
"10": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-optimism",
"42161": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/BVexPGe3pnB7Mw7ajFkEDQJ8XY8XdVKbAL37ydmorhSQ",
"43114": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-avalanche",
"8453": "https://api.studio.thegraph.com/query/56047/sifi-base/version/latest",
"56": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-bsc",
"1": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/G316MkVLSw1ksstmonpSQ1UEBUWmRSZf4QkoRA5CN4TA",
"137": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/VJesTAc98ochTTwDQViVgnM4jWhyRC4pyWHBpDQkCjj",
"8453": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-base",
"42161": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/BVexPGe3pnB7Mw7ajFkEDQJ8XY8XdVKbAL37ydmorhSQ",
"43114": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/4cn8JGVKUJBWRJNt4n5KQNMKyMLjRATUBLQ9oSCbL9QA"
"10": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-optimism"
}
4 changes: 2 additions & 2 deletions packages/subgraph/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"optimism": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-optimism",
"bsc": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-bsc",
"matic": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/VJesTAc98ochTTwDQViVgnM4jWhyRC4pyWHBpDQkCjj",
"avalanche": "https://gateway-arbitrum.network.thegraph.com/api/3e9d2f58d24bcd5d854ba4c4c8df5c3b/subgraphs/id/4cn8JGVKUJBWRJNt4n5KQNMKyMLjRATUBLQ9oSCbL9QA",
"base": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-base"
"avalanche": "https://api.thegraph.com/subgraphs/name/sifiorg/sifi-avalanche",
"base": "https://api.studio.thegraph.com/query/56047/sifi-base/version/latest"
}
9 changes: 8 additions & 1 deletion packages/subgraph/networks-more.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
{
"mainnet": {
"chainId": 1,
"product": "subgraph-studio"
},
"arbitrum-one": {
"chainId": 42161,
"product": "subgraph-studio"
},
"optimism": {
"chainId": 10,
"product": "hosted-service"
},
"bsc": {
"chainId": 56,
"product": "hosted-service"
},
"matic": {
"chainId": 137,
"product": "subgraph-studio"
},
"avalanche": {
"product": "subgraph-studio"
"chainId": 43114,
"product": "hosted-service"
},
"base": {
"chainId": 8453,
"product": "hosted-service"
}
}
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59bcaa2

Please sign in to comment.