From a72354ecc6719bc3e441230f78cfb6d582ad26a3 Mon Sep 17 00:00:00 2001 From: Shahul Hameed <10547529+shahthepro@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:24:15 +0530 Subject: [PATCH] Ignore ctoken triggers --- eagleproject/notify/triggers/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eagleproject/notify/triggers/__init__.py b/eagleproject/notify/triggers/__init__.py index 38b3f496..fea6bfc7 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")