Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Jun 7, 2024
1 parent ae60aaa commit f77a5eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ WITH pool_labels AS (
AND t."from" = 0x0000000000000000000000000000000000000000
AND t."to" =
CASE
WHEN blockchain = 'fantom' THEN 0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948f
WHEN '{{blockchain}}' = 'fantom' THEN 0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948f
ELSE 0xce88686553686DA562CE7Cea497CE749DA109f9F
END --ProtocolFeesCollector address, which is the same across all chains except for fantom
GROUP BY 1, 2, 3
Expand Down

0 comments on commit f77a5eb

Please sign in to comment.