refactor: PR comments

- rename utils.rs to group_swaps.rs
- extend instead of push in order to avoid calling abi_encode_packed again
This commit is contained in:
TAMARA LIPOWSKI
2025-02-19 10:25:16 -05:00
parent ac831176d4
commit 5ab233ed0a
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
mod group_swaps;
pub mod strategy_encoder_registry;
mod strategy_encoders;
mod strategy_validators;
mod utils;