Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jun 25, 2024
2 parents f8529ad + 5f8eeee commit b27241b
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 b27241b

Please sign in to comment.