Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Mar 10, 2024
1 parent 0d812d9 commit 1e2dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/orderbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def get_batch_rewards(cls, block_range: BlockRange) -> DataFrame:
) # upper ETH cap for payment (in WEI)
)
cow_reward_query_barn = (
open_query("orderbook/batch_rewards.sql")
open_query("orderbook/barn_batch_rewards.sql")
.replace("{{start_block}}", str(block_range.block_from))
.replace("{{end_block}}", str(block_range.block_to))
.replace(
Expand Down

0 comments on commit 1e2dc35

Please sign in to comment.