diff --git a/server.py b/server.py index 2389161..b7bdb68 100644 --- a/server.py +++ b/server.py @@ -214,6 +214,9 @@ def getTokens(): token["price"] = get_token_price(token["mint"]) token["value"] = token["price"] * token["balance"] + + if token["value"] < 0.01: + continue data = getTokenData(str(mint)) token["name"] = data["name"] diff --git a/stWDBRN.bsdesign b/stWDBRN.bsdesign index efcdd3c..dabaa86 100644 Binary files a/stWDBRN.bsdesign and b/stWDBRN.bsdesign differ diff --git a/templates/index.html b/templates/index.html index ab156eb..47849d6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,10 +45,10 @@
-