Skip to content

Commit

Permalink
Fix oracles sync time (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Feb 21, 2022
1 parent 251a69d commit e4b4d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracle/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
default=150,
cast=lambda x: Web3.toWei(x, "gwei"),
),
SYNC_PERIOD=timedelta(hours=1),
SYNC_PERIOD=timedelta(days=1),
IS_POA=True,
DEPOSIT_TOKEN_SYMBOL="ETH",
),
Expand Down

0 comments on commit e4b4d6b

Please sign in to comment.