Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[do not merge] use dev urls for squid #1573

Open
wants to merge 1 commit into
base: release-60
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/config/subgraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const SUBGRAPH_URLS = {
referrals: "https://subgraph.satsuma-prod.com/3b2ced13c8d9/gmx/gmx-arbitrum-referrals/api",
nissohVault: "https://api.thegraph.com/subgraphs/name/nissoh/gmx-vault",
syntheticsStats: "https://subgraph.satsuma-prod.com/3b2ced13c8d9/gmx/synthetics-arbitrum-stats/api",
subsquid: "https://gmx.squids.live/gmx-synthetics-arbitrum:live/api/graphql",
subsquid: "https://gmx-test.squids.live/hubert-gmx-arbitrum@v1/api/graphql",
},

[AVALANCHE]: {
Expand All @@ -22,7 +22,7 @@ const SUBGRAPH_URLS = {
stats: "https://api.thegraph.com/subgraphs/name/gmx-io/gmx-avalanche-stats",
referrals: "https://subgraph.satsuma-prod.com/3b2ced13c8d9/gmx/gmx-fuji-referrals/api",
syntheticsStats: "https://subgraph.satsuma-prod.com/3b2ced13c8d9/gmx/synthetics-fuji-stats/api",
subsquid: "https://gmx.squids.live/gmx-synthetics-fuji:live/api/graphql",
subsquid: "https://gmx-test.squids.live/hubert-gmx-synthetics-fuji@v18/api/graphql",
},

common: {
Expand Down