diff --git a/eagleproject/notify/triggers/__init__.py b/eagleproject/notify/triggers/__init__.py index fea6bfc..1005eb9 100644 --- a/eagleproject/notify/triggers/__init__.py +++ b/eagleproject/notify/triggers/__init__.py @@ -69,6 +69,9 @@ "ctoken_supplyrates", "ctoken_totalborrows", + # Failing for some reason, but Squid already covers this + "ousd_burns", + "vault_oracle", ] log = logging.getLogger("notify.triggers")