fix: properly add ekubo_v2 to constants

Mistakenly added "ekubo"
This commit is contained in:
TAMARA LIPOWSKI
2025-04-15 16:13:40 -04:00
committed by Diana Carvalho
parent cf0300dd72
commit 11886b3ac1

View File

@@ -24,7 +24,7 @@ pub static IN_TRANSFER_OPTIMIZABLE_PROTOCOLS: LazyLock<HashSet<&'static str>> =
let mut set = HashSet::new();
set.insert("uniswap_v2");
set.insert("uniswap_v3");
set.insert("ekubo");
set.insert("ekubo_v2");
set
});