chore: Rename registry -> swap_encoder_registry

Took 14 minutes

Took 8 seconds
This commit is contained in:
Diana Carvalho
2025-02-04 16:57:44 +00:00
parent 23875b8b02
commit c89f46a2e6
4 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ use crate::encoding::{
errors::EncodingError,
evm::{
strategy_encoder::strategy_encoders::{ExecutorStrategyEncoder, SplitSwapStrategyEncoder},
swap_encoder::registry::SwapEncoderRegistry,
swap_encoder::swap_encoder_registry::SwapEncoderRegistry,
},
models::Solution,
strategy_encoder::{StrategyEncoder, StrategyEncoderRegistry},