Skip to content

Commit

Permalink
update mainnet cow subgraph (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns authored Oct 4, 2024
1 parent 3c6840e commit a6e8e1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/violet-bottles-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

update cow subgraph for mainnet
2 changes: 1 addition & 1 deletion config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default <NetworkData>{
},
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`,
],
Expand Down

0 comments on commit a6e8e1a

Please sign in to comment.