Skip to content

Commit

Permalink
fix missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Dec 13, 2024
1 parent f7ae7de commit 7b295a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/balancer_v2_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ def get_participants(

if __name__ == "__main__":
balancer = BalancerV2Integration(IntegrationID.BALANCER_FRAXTAL_FRAX_USDE)
participants = balancer.get_participants()
participants = balancer.get_participants(None)
balances = balancer.get_balance(participants)

0 comments on commit 7b295a8

Please sign in to comment.