Skip to content

Commit

Permalink
Disable frxETH oracle alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed May 22, 2024
1 parent 03d29a9 commit ec9a609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eagleproject/notify/triggers/vault_oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def run_trigger(transfers, new_transfers):

for assets in [OUSD_BACKING_ASSETS, OETH_BACKING_ASSETS]:
for symbol in assets:
if symbol == "FRXETH":
continue
retries = 3
while retries > 0:
retries = retries - 1
Expand Down

0 comments on commit ec9a609

Please sign in to comment.