Skip to content

Commit

Permalink
use subgraph deployment if for zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
gmbronco committed Sep 23, 2024
1 parent 7205177 commit 2132eee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-bulldogs-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'backend': patch
---

use subgraph deployment if for zkevm
4 changes: 3 additions & 1 deletion config/zkevm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ export default <NetworkData>{
},
subgraphs: {
startDate: '2023-05-17',
balancer: [`https://api.studio.thegraph.com/query/24660/balancer-polygon-zk-v2/version/latest`],
balancer: [
`https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmVNcphdNjTCaJ4ammPtFzRyD4gmyNBomKcVFZ98RADpS1`,
],
beetsBar: 'https://',
blocks: 'https://api.studio.thegraph.com/query/48427/bleu-polygon-zkevm-blocks/version/latest',
gauge: `https://api.studio.thegraph.com/query/24660/balancer-gauges-polygon-zk/version/latest`,
Expand Down

0 comments on commit 2132eee

Please sign in to comment.