Skip to content

Commit

Permalink
Reenable OUSD triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jun 25, 2024
1 parent 5dac006 commit 5f8eeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eagleproject/notify/triggers/vault_oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def assert_price_in_bounds(symbol):
)


def run_trigger(transfers, new_transfers):
def run_trigger():
""" Template trigger """
events = []

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

0 comments on commit 5f8eeee

Please sign in to comment.