Skip to content

Commit

Permalink
Add block number subgraph in config
Browse files Browse the repository at this point in the history
  • Loading branch information
timjrobinson committed Aug 1, 2023
1 parent 372ce31 commit d97eaf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions balancer-js/src/lib/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ export const BALANCER_NETWORK_CONFIG: Record<Network, BalancerNetworkConfig> = {
'https://api.thegraph.com/subgraphs/name/balancer-labs/balancer-avalanche-v2',
gaugesSubgraph:
'https://api.thegraph.com/subgraphs/name/balancer-labs/balancer-gauges-avalanche',
blockNumberSubgraph:
'https://api.thegraph.com/subgraphs/name/iliaazhel/avalanche-blocks',
},
thirdParty: {
coingecko: {
Expand Down

0 comments on commit d97eaf2

Please sign in to comment.