Skip to content

Commit

Permalink
Merge pull request #787 from tellor-io/fix-gyd
Browse files Browse the repository at this point in the history
new Balancer V2 subgraph url
  • Loading branch information
0xSpuddy authored Jun 28, 2024
2 parents ecfb843 + b078fff commit 1c8d712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telliot_feeds/sources/gyd_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def get_spot_from_pool(self, contractAddress: str) -> Optional[float]:
return None

async def get_total_liquidity_of_pools(self) -> list[float]:
baseURL = "https://api.thegraph.com/subgraphs/name/balancer-labs/balancer-v2"
baseURL = "https://api.studio.thegraph.com/proxy/75376/balancer-v2/version/latest"
gyd_token_contract_address = "0xe07F9D810a48ab5c3c914BA3cA53AF14E4491e8A"
headers = {
"Content-Type": "application/json",
Expand Down

0 comments on commit 1c8d712

Please sign in to comment.