fix: Updates to new datatype after merging main

This commit is contained in:
TAMARA LIPOWSKI
2025-08-21 11:03:01 -04:00
parent acb93c0fe6
commit e9c1a39608
3 changed files with 4 additions and 4 deletions

View File

@@ -800,7 +800,7 @@ fn test_uniswap_v3_hashflow() {
let swap_usdc_wbtc = SwapBuilder::new(hashflow_component, usdc.clone(), wbtc.clone())
.estimated_amount_in(BigUint::from_str("4308094737").unwrap())
.protocol_state(&hashflow_state)
.protocol_state(Arc::new(hashflow_state))
.build();
let encoder = get_tycho_router_encoder(UserTransferType::TransferFrom);