test(Bebop): Add a test selling ETH

Took 14 minutes
This commit is contained in:
Diana Carvalho
2025-08-13 15:35:36 +01:00
parent e79347842f
commit 83a44b4d46
2 changed files with 49 additions and 6 deletions

View File

@@ -645,10 +645,6 @@ impl SwapEncoder for BalancerV3SwapEncoder {
/// Bebop uses a Request-for-Quote model where quotes are obtained off-chain
/// and settled on-chain. This encoder supports PMM RFQ execution.
///
/// # Signature Encoding
/// Bebop aggregate orders use concatenated 65-byte ECDSA signatures without length prefixes.
/// Each signature is exactly 65 bytes: r (32) + s (32) + v (1).
///
/// # Fields
/// * `executor_address` - The address of the executor contract that will perform the swap.
/// * `settlement_address` - The address of the Bebop settlement contract.