Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Nov 21, 2024
1 parent 2b6b5e6 commit 8111a6e
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 @@ -193,7 +193,7 @@ def run_batch_data_sql(cls, block_range: BlockRange) -> DataFrame:
.replace(
"{{EPSILON_UPPER}}", "12000000000000000"
) # upper ETH cap for payment (in WEI)
.replace("{{env}}", "prod")
.replace("{{env}}", "barn")
)
data_types = {
# According to this: https://stackoverflow.com/a/11548224
Expand Down

0 comments on commit 8111a6e

Please sign in to comment.