pub async fn store_code(
    settings: &WorkspaceSettings,
    contracts: &[impl Deploy]
) -> Result<()>