Skip to content

Commit

Permalink
Disable redundant failing triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Aug 16, 2024
1 parent 5f8eeee commit b72f1d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eagleproject/notify/triggers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit b72f1d2

Please sign in to comment.