Skip to content

Commit

Permalink
fix: update avalanche pangolin-v2 subgraph url
Browse files Browse the repository at this point in the history
  • Loading branch information
SarjuHansaliya committed Dec 19, 2023
1 parent 957b00c commit 4cefdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@ export const AVALANCHE_MAINNET: Chain = {
supported_by_bridge: true,
rpc_uri: 'https://api.avax.network/ext/bc/C/rpc',
subgraph: {
exchange: 'https://api.studio.thegraph.com/query/59684/avalanche-pangolin-v2/version/latest',
exchange: 'https://gateway-arbitrum.network.thegraph.com/api/f2d0632512eab32ee18295ff38a272be/subgraphs/id/BoQbRerZRKwcvjGUXvq7s1MCHPenVtzonv1cVLhn1qe2',
blocks: 'https://api.studio.thegraph.com/query/59684/avalanche-pangolin-blocks/version/latest',
minichef: 'https://api.studio.thegraph.com/query/59684/avalanche-pangolin-v2/version/latest',
minichef: 'https://gateway-arbitrum.network.thegraph.com/api/f2d0632512eab32ee18295ff38a272be/subgraphs/id/BoQbRerZRKwcvjGUXvq7s1MCHPenVtzonv1cVLhn1qe2',
governance: 'https://api.studio.thegraph.com/query/59684/avalan-pangolin-governor-alpha/version/latest',
elixir: 'https://api.studio.thegraph.com/query/59684/avalanche-pangolin-elixir/version/latest'
},
Expand Down

0 comments on commit 4cefdc7

Please sign in to comment.