Skip to content

Commit

Permalink
change subgraphs for cow (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns authored Jul 29, 2024
1 parent b3852a2 commit 3f08512
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-lobsters-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

subgraph patch
4 changes: 2 additions & 2 deletions config/gnosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ export default <NetworkData>{
},
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',
Expand Down
2 changes: 1 addition & 1 deletion config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default <NetworkData>{
},
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',
Expand Down

0 comments on commit 3f08512

Please sign in to comment.