From 0aba7edf830da0f0efaa465c8069484b62fb7a4d Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Thu, 13 Mar 2025 16:50:39 +0000 Subject: [PATCH] fix: In test asset, use 0 for the last split, and not 0.5 --- don't change below this line --- ENG-4331 Took 5 minutes --- src/encoding/evm/tycho_encoder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoding/evm/tycho_encoder.rs b/src/encoding/evm/tycho_encoder.rs index 96a2953..9283c11 100644 --- a/src/encoding/evm/tycho_encoder.rs +++ b/src/encoding/evm/tycho_encoder.rs @@ -511,7 +511,7 @@ mod tests { }, token_in: dai(), token_out: weth(), - split: 0.5f64, + split: 0f64, }, Swap { component: ProtocolComponent {