Starter Kit Reference
SafeClient
isDeployed

isDeployed

Checks if the connected Safe is deployed.

Usage


_10
import { safeClient } from './setup.ts'
_10
_10
const isSafeDeployed = await safeClient.isDeployed()

Returns

Promise<boolean>

The boolean value that indicates if the connected Safe is deployed.

Was this page helpful?