feat: Add StrategySelector

This way the user could be able to extend this easily
This commit is contained in:
Diana Carvalho
2025-01-14 10:45:34 +00:00
parent 647f697ea2
commit 6e67875821
5 changed files with 36 additions and 23 deletions

View File

@@ -1,8 +1,6 @@
use alloy_primitives::Address;
use alloy_sol_types::SolValue;
use anyhow::Error;
use num_bigint::BigUint;
use std::cmp::min;
use crate::encoding::models::{
ActionType, EncodingContext, NativeAction, Order, PROPELLER_ROUTER_ADDRESS,