Skip to content

Commit

Permalink
Merge pull request #117 from lidofinance/oracle-v2
Browse files Browse the repository at this point in the history
Oracle daemon updates for oracle-v2 contract
  • Loading branch information
skozin authored Apr 5, 2021
2 parents 9cec84d + bc6a923 commit 46980b0
Show file tree
Hide file tree
Showing 2 changed files with 392 additions and 62 deletions.
2 changes: 1 addition & 1 deletion app/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@

def build_report_beacon_tx(epoch, balance, validators): # hash tx
return oracle.functions.reportBeacon(
epoch, balance, validators
epoch, balance // 10 ** 9, validators
).buildTransaction({'from': account.address, 'gas': GAS_LIMIT})


Expand Down
Loading

0 comments on commit 46980b0

Please sign in to comment.