feat: add univ2 executor test with hex

This commit is contained in:
royvardhan
2025-01-29 23:10:23 +05:30
parent 0007c4924c
commit c482e21a5f
3 changed files with 17 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ mod tests {
.encode_strategy(solution)
.unwrap();
let hex_protocol_data = encode(&protocol_data);
println!("{}", hex_protocol_data);
assert_eq!(
executor_address,
Address::from_str("0x5c2f5a71f67c01775180adc06909288b4c329308").unwrap()