API Kit Reference
getServiceSingletonsInfo

getServiceSingletonsInfo

Returns the list of Safe Singleton contracts.

Usage


_10
import { apiKit } from './setup.ts'
_10
_10
const singletons = await apiKit.getServiceSingletonsInfo()

Returns

Promise<SafeSingletonResponse[]>

The list of Safe Singleton contracts.

Was this page helpful?