Skip to content

Commit

Permalink
chore: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
FJ-Riveros committed Nov 19, 2024
1 parent 634a1ef commit 636565a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/hyperdrive.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def update_participants(self):
start_block=HYPERDRIVE_SUSDE_POOL_DEPLOYMENT_BLOCK,
)

def get_participants(self):
def get_participants(self, blocks: list[int] | None) -> set[str]:
self.update_participants()
return self.pool_users
return self.pool_users # type: ignore

def get_balance(self, user: str, block: int) -> float:
# update hyperdrive participants
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ python-dotenv~=1.0.0
requests==2.32.0
tqdm~=4.66.4
rich==13.7.1
types-requests==2.31.0.6

0 comments on commit 636565a

Please sign in to comment.