feat: Handle native actions

This commit is contained in:
Diana Carvalho
2025-01-13 17:11:21 +00:00
parent 36fe8f4b76
commit fa462ee9f3
3 changed files with 26 additions and 18 deletions

View File

@@ -28,8 +28,6 @@ impl RouterEncoder {
let encode_for_batch_execute = solution.orders.len() > 1;
for order in solution.orders {
let strategy = self.get_strategy(&order);
// TODO: handle native action??
let contract_interaction = strategy.encode_strategy(
order,
if solution.router_address.is_some() {