Skip to content

Commit

Permalink
Update check_network.py token amt
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Feb 27, 2025
1 parent b848bfa commit 6af98f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdr_backend/analytics/check_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def check_network_main(ppss: PPSS, lookback_hours: int):
# ---------------- dfbuyer ----------------

dfbuyer_addr = addresses["dfbuyer"].lower()
token_amt = 44940.0
token_amt = 4500.0

check_dfbuyer(dfbuyer_addr, result, web3_pp.subgraph_url, token_amt)

Expand Down

0 comments on commit 6af98f7

Please sign in to comment.