deployedContracts: {
    contracts: {
        address: string;
        name: string;
        startBlock: number;
    }[];
    network: string;
}[]

Type declaration

  • contracts: {
        address: string;
        name: string;
        startBlock: number;
    }[]
  • network: string