fix: ekubo -> ekubo_v2

This is how it's called in tycho indexer/simulation.
This commit is contained in:
TAMARA LIPOWSKI
2025-03-31 18:45:36 +02:00
parent 6c35f114e3
commit 18fa0cc7ad

View File

@@ -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()
};