Starter Kit ReferenceSafeClientisDeployed isDeployed Checks if the connected Safe is deployed. Usage example.tssetup.ts_10import { safeClient } from './setup.ts'_10_10const isSafeDeployed = await safeClient.isDeployed() Returns Promise<boolean> The boolean value that indicates if the connected Safe is deployed.getThresholdisOwnerWas this page helpful?Report issue