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