Skip to content

Commit

Permalink
Disable oracle trigger for OUSD
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jun 25, 2024
1 parent a72354e commit 5dac006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eagleproject/notify/triggers/vault_oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run_trigger(transfers, new_transfers):
""" Template trigger """
events = []

for assets in [OUSD_BACKING_ASSETS, OETH_BACKING_ASSETS]:
for assets in [OETH_BACKING_ASSETS]:
for symbol in assets:
if symbol == "FRXETH":
continue
Expand Down

0 comments on commit 5dac006

Please sign in to comment.