diff --git a/src/encoding/evm/strategy_encoder/strategy_encoders.rs b/src/encoding/evm/strategy_encoder/strategy_encoders.rs index b6e4e7f..7ac8fd7 100644 --- a/src/encoding/evm/strategy_encoder/strategy_encoders.rs +++ b/src/encoding/evm/strategy_encoder/strategy_encoders.rs @@ -1030,7 +1030,7 @@ mod tests { let component = ProtocolComponent { // All Ekubo swaps go through the core contract - not necessary to specify pool id // for test - protocol_system: "ekubo".to_string(), + protocol_system: "ekubo_v2".to_string(), static_attributes, ..Default::default() };