From 516990475b73b03443c409588ae697463c1762f7 Mon Sep 17 00:00:00 2001 From: gmbronco <83549293+gmbronco@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:34:06 +0200 Subject: [PATCH] chore: avax subgraph deployment ID update --- .changeset/great-pillows-joke.md | 5 +++++ config/avalanche.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/great-pillows-joke.md 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',