diff --git a/fetch_coins.py b/fetch_coins.py index d07f357..db0b431 100644 --- a/fetch_coins.py +++ b/fetch_coins.py @@ -90,6 +90,8 @@ def load_ownership_coins(): continue if fm.get("subtype") != "ownership-coin": continue + if fm.get("status") == "liquidated": + continue chain = fm.get("chain") or {} if isinstance(chain, str):