feat: Use TokenTransfer optimization helper in Ekubo
This commit is contained in:
committed by
Diana Carvalho
parent
ae6fe0402d
commit
d9066d0a09
@@ -24,6 +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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user