feat: Make check amount optional

This commit is contained in:
Diana Carvalho
2025-01-15 10:33:31 +00:00
parent 5a661ab6ca
commit 6f8bbd89a5
3 changed files with 19 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ use crate::encoding::utils::{encode_input, ple_encode};
use alloy_sol_types::SolValue;
use anyhow::Error;
use num_bigint::BigUint;
use std::cmp::PartialEq;
struct RouterEncoder<S: StrategySelector, A: UserApprovalsManager> {
strategy_selector: S,