diff --git a/.changeset/great-pillows-joke.md b/.changeset/great-pillows-joke.md new file mode 100644 index 000000000..9fb0fa6c1 --- /dev/null +++ b/.changeset/great-pillows-joke.md @@ -0,0 +1,5 @@ +--- +'backend': patch +--- + +avax subgraph deployment update diff --git a/config/avalanche.ts b/config/avalanche.ts index 78a5e1f5c..8e60c6c14 100644 --- a/config/avalanche.ts +++ b/config/avalanche.ts @@ -13,7 +13,7 @@ export default { subgraphs: { startDate: '2023-06-06', balancer: [ - `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmeJY1ZjmuJVPvmVghZSuiSxEx2a9kmpKnjr4Qw5hNdpLU`, + `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmNudbtVu2eACfxNpFz37MVwKxxHPh1Lg5MzFKwQZG2xsU`, ], beetsBar: 'https://', blocks: 'https://api.studio.thegraph.com/query/48427/avalanche-blocks/version/latest',