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