chore: Load maverick calldata from file

- Also remove irrelevant comment
This commit is contained in:
TAMARA LIPOWSKI
2025-04-30 11:18:04 -04:00
parent bcef8f69f6
commit d09497faca
4 changed files with 8 additions and 5 deletions

View File

@@ -643,6 +643,7 @@ mod tests {
models::{protocol::ProtocolComponent, Chain as TychoCoreChain},
Bytes,
};
use crate::encoding::evm::utils::write_calldata_to_file;
use super::*;
use crate::encoding::models::TransferType;
@@ -1595,5 +1596,7 @@ mod tests {
))
.to_lowercase()
);
write_calldata_to_file("test_encode_maverick_v2", hex_swap.as_str());
}
}