Skip to content

Commit

Permalink
update cow subgraphs (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns authored Oct 4, 2024
1 parent 767757b commit 8532816
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-apricots-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

update cow subgraph on other chains
2 changes: 1 addition & 1 deletion config/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default <NetworkData>{
balancer: [
`https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmPbjY6L1NhPjpBv7wDTfG9EPx5FpCuBqeg1XxByzBTLcs`,
],
cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmTSU862YAXb5XMhGsE7JCajuvf5FPiZjrdvC9nnbzd86x`,
cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmQp9XdsXkbV2GbZo8VLHMTBopHmGeh3bwhzZgzKMjEmp1`,
beetsBar: 'https://',
blocks: 'https://api.studio.thegraph.com/query/48427/arbitrum-blocks/version/latest',
gauge: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmT3h6pogdPkxfWsBxKNtpq7kR9fqKaQ9jGxe7fZx7MUVE`,
Expand Down
2 changes: 1 addition & 1 deletion config/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default <NetworkData>{
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/QmZ5RYZdrdSreBaMxjB65MUzW4WzVeSQU5tLwRskQNKnTW`,
cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmUf6mvN2LhFmhMehAgunqdGWhx4at3HUdmnmmxg25FiZt`,
},
eth: {
address: '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee',
Expand Down

0 comments on commit 8532816

Please sign in to comment.