Skip to content

Commit

Permalink
Merge pull request #59 from paulvaden/derive-exchange-balacnes
Browse files Browse the repository at this point in the history
Increase returned address limit to 10k
  • Loading branch information
ElliotWood13 authored Jan 16, 2025
2 parents afe89d0 + 896418c commit bf42c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lyra.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_effective_balance(

all_users_query = """
{
subAccountBalances(where: {asset: "0x375804cdcf0d534fdd2657584a7c4ff5ab14a2bb000000000000000000000000"}) {
subAccountBalances(where: {asset: "0x375804cdcf0d534fdd2657584a7c4ff5ab14a2bb000000000000000000000000"} first: 10000) {
subaccount {
id
owner {
Expand Down

0 comments on commit bf42c81

Please sign in to comment.