Skip to content

Commit

Permalink
rollback temp price reduction (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-zadorozhnyi authored Mar 6, 2025
1 parent 5141213 commit cfd0b4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mevblocker/fees/payment_due_4005800.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ WITH block_range AS (
),

final_fee AS (
-- TODO: remove between 2025/03/06 and 2025/03/11
SELECT avg_block_fee_wei * 3 / 4 AS avg_block_fee_wei
SELECT avg_block_fee_wei
FROM "query_4002039(start='{{fee_computation_start}}', end='{{fee_computation_end}}')"
),

Expand Down

0 comments on commit cfd0b4d

Please sign in to comment.