Skip to content

Commit

Permalink
Fix typo in unusual slippage query (#54)
Browse files Browse the repository at this point in the history
* fix typo in unusual slippage query

* change query id to point to slippage breakdown
  • Loading branch information
fhenneke authored Oct 29, 2024
1 parent db6521c commit b26d06e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ select --noqa: ST06
rpt.block_time,
concat(environment, '-', name) as solver_name,
concat(
'<a href="https://dune.com/queries/4070065',
'&blockchain=ethereum',
'<a href="https://dune.com/queries/4059683',
'?blockchain=ethereum',
'&start_time={{start_time}}',
'&end_time={{end_time}}',
'&slippage_table_name=raw_slippage_breakdown',
Expand Down

0 comments on commit b26d06e

Please sign in to comment.