Skip to content

Commit

Permalink
Merge pull request #45 from BalancerMaxis/chore/deprecate-frontendv2-…
Browse files Browse the repository at this point in the history
…staging-branch

chore: staging branch is deprecated
  • Loading branch information
gosuto-inzasheru authored Sep 26, 2024
2 parents 53e437b + a8ff619 commit d8d1ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bal_tools/subgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def get_subgraph_url_legacy(self, subgraph):
magic_word = "blocks:"

chain_url_slug = "gnosis-chain" if self.chain == "gnosis" else self.chain
config_file = f"https://raw.githubusercontent.com/balancer/frontend-v2/develop/src/lib/config/{chain_url_slug}/index.ts"
config_file = f"https://raw.githubusercontent.com/balancer/frontend-v2/master/src/lib/config/{chain_url_slug}/index.ts"

found_magic_word = False
with urlopen(config_file) as f:
Expand Down

0 comments on commit d8d1ca1

Please sign in to comment.