Skip to content

Commit

Permalink
fix: balancer v2 merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 24, 2024
1 parent 9e5be0d commit 84f6684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion y/prices/dex/balancer/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def __init__(self, address: AnyAddressType, asynchronous: bool = False) -> None:
# we need the contract cached so we can decode logs correctly
self.contract

@a_sync_ttl_cache
@stuck_coro_debugger
async def pools(self, block: Optional[Block] = None) -> AsyncIterator["BalancerV2Pool"]:
async for pool in self._events.events(to_block=block):
Expand Down

0 comments on commit 84f6684

Please sign in to comment.