UNPKG

@safe-global/safe-modules-deployments

Version:
13 lines (12 loc) 270 B
export interface Deployment { version: string; abi: any[]; networkAddresses: Record<string, string>; contractName: string; released: boolean; } export interface DeploymentFilter { version?: string; released?: boolean; network?: string; }