From a6e8e1a32d8a257773e9b5458a06b5dcd9644566 Mon Sep 17 00:00:00 2001 From: franzns <93920061+franzns@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:11:20 +0200 Subject: [PATCH] update mainnet cow subgraph (#1015) --- .changeset/violet-bottles-perform.md | 5 +++++ config/mainnet.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/violet-bottles-perform.md diff --git a/.changeset/violet-bottles-perform.md b/.changeset/violet-bottles-perform.md new file mode 100644 index 000000000..a2336a0f4 --- /dev/null +++ b/.changeset/violet-bottles-perform.md @@ -0,0 +1,5 @@ +--- +'backend': patch +--- + +update cow subgraph for mainnet diff --git a/config/mainnet.ts b/config/mainnet.ts index 7265b8a03..fa0e313a9 100644 --- a/config/mainnet.ts +++ b/config/mainnet.ts @@ -23,7 +23,7 @@ export default { }, subgraphs: { startDate: '2019-04-20', - cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmUvfS6hqU3nGQxFFzxoMBkufYJ7Jh3cYdTUM64hucgqe7`, + cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmaUkhhG43wKu9Krz3GDBwHH82FkF9iL3z7HBk9GznTAvx`, balancer: [ `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmQ5TT2yYBZgoUxsat3bKmNe5Fr9LW9YAtDs8aeuc1BRhj`, ],