pub async fn get_affected_pools_from_code<P, T, N>(
client: P,
market: SharedState<Market>,
state_update: &GethStateUpdateVec,
) -> Result<BTreeMap<PoolWrapper, Vec<(Address, Address)>>>
pub async fn get_affected_pools_from_code<P, T, N>(
client: P,
market: SharedState<Market>,
state_update: &GethStateUpdateVec,
) -> Result<BTreeMap<PoolWrapper, Vec<(Address, Address)>>>