From df49fb1e836717bd8f29eb9807212eb2e753287f Mon Sep 17 00:00:00 2001 From: PoloX2021 <115744849+PoloX2021@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:09:06 +0000 Subject: [PATCH] Typo for chain_id Co-authored-by: Felix Leupold --- cowamm/kpi/competitors/all_competitors_4335231.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cowamm/kpi/competitors/all_competitors_4335231.sql b/cowamm/kpi/competitors/all_competitors_4335231.sql index cfdcc229..d64f4f74 100644 --- a/cowamm/kpi/competitors/all_competitors_4335231.sql +++ b/cowamm/kpi/competitors/all_competitors_4335231.sql @@ -27,7 +27,7 @@ select 'curve' as project, case when '{{blockchain}}' = 'ethereum' then 1 - when '{{blockchain}}' = 'ethereum' then 100 + when '{{blockchain}}' = 'gnosis' then 100 when '{{blockchain}}' = 'arbitrum' then 42161 end as chain_id from "query_4232873(blockchain='{{blockchain}}')"