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

Commit

Permalink
hardcode gnosis chain caps for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Nov 22, 2024
1 parent 3685c38 commit 63e0435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sql/orderbook/batch_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ reward_per_auction as (
-- Capped Reward = CLAMP_[-E, E + exec_cost](uncapped_reward_eth)
LEAST(
GREATEST(
- {{EPSILON_LOWER}},
- 10000000000000000000,
observed_score - reference_score
),
{{EPSILON_UPPER}}
20000000000000000000
) as capped_payment,
winning_score,
reference_score
Expand Down

0 comments on commit 63e0435

Please sign in to comment.