UNPKG

@arater/contracts-deployment

Version:

Safe contract deployment library to use it on your client app

3 lines (2 loc) 189 B
import { DeploymentFilter, SingletonDeployment } from './types'; export declare const getProxyFactoryDeployment: (filter?: DeploymentFilter | undefined) => SingletonDeployment | undefined;