diff --git a/eagleproject/notify/triggers/__init__.py b/eagleproject/notify/triggers/__init__.py index 38b3f49..fea6bfc 100644 --- a/eagleproject/notify/triggers/__init__.py +++ b/eagleproject/notify/triggers/__init__.py @@ -64,6 +64,11 @@ # NOTE: Removing this since for some reason they seem to spam Discord notifications. # Also, with the new Prometheus monitoring system, this is redundant "assetblock_holdings", + + "ctoken_totalsupply", + "ctoken_supplyrates", + "ctoken_totalborrows", + ] log = logging.getLogger("notify.triggers")