From 3f08512ec35cf728112dc326e0db8a06f844c84b Mon Sep 17 00:00:00 2001 From: franzns <93920061+franzns@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:03:48 +0200 Subject: [PATCH] change subgraphs for cow (#665) --- .changeset/hungry-lobsters-compare.md | 5 +++++ config/gnosis.ts | 4 ++-- config/mainnet.ts | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changeset/hungry-lobsters-compare.md diff --git a/.changeset/hungry-lobsters-compare.md b/.changeset/hungry-lobsters-compare.md new file mode 100644 index 000000000..d8b054897 --- /dev/null +++ b/.changeset/hungry-lobsters-compare.md @@ -0,0 +1,5 @@ +--- +'backend': patch +--- + +subgraph patch diff --git a/config/gnosis.ts b/config/gnosis.ts index f4d844a44..845fb5063 100644 --- a/config/gnosis.ts +++ b/config/gnosis.ts @@ -12,12 +12,12 @@ export default { }, subgraphs: { startDate: '2021-08-23', - balancer: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmRrmoXnm8DqMEFkK2yKcMfXCg2iCskiBmovuJHSruNEb1`, + balancer: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmXXSKeLh14DnJgR1ncHhAHciqacfRshcHKXasAGy7LP4Y`, beetsBar: 'https://', blocks: 'https://api.studio.thegraph.com/query/48427/gnosis-blocks/version/latest', gauge: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/Qme9hQY1NZ8ReVDSSQb893s2fGpeLkgfwXd3YU5rndACaP`, aura: 'https://data.aura.finance/graphql', - cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmP37o4UgJZVEDxrwx2V1hkCZACLFaMfS6r5yzcK13wHeS`, + cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmcCLUtZXzfymZipKM1AZhb5oLgn2CQbAM8iU8czZ1xtqc`, }, eth: { address: '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee', diff --git a/config/mainnet.ts b/config/mainnet.ts index 3e034705e..b1d3be7b1 100644 --- a/config/mainnet.ts +++ b/config/mainnet.ts @@ -20,7 +20,7 @@ export default { }, subgraphs: { startDate: '2019-04-20', - cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmUYseerQ2h7kSDcH66XAmH5Rw7NZVDfSLcWgMkFPh6Duu`, + cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmY6Z5qjyZC1m7Eb53a5ooQWmeWmSCAzNmbC7DToiW8i2u`, balancer: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmQ5TT2yYBZgoUxsat3bKmNe5Fr9LW9YAtDs8aeuc1BRhj`, beetsBar: 'https://', blocks: 'https://api.studio.thegraph.com/query/48427/ethereum-blocks/version/latest',