Remove deployer from metacoin and contract tests
This commit is contained in:
@@ -26,6 +26,7 @@ declare module 'ethers' {
|
||||
constructor(abi: any);
|
||||
}
|
||||
export class Contract {
|
||||
public static getDeployTransaction(bytecode: string, abi: any, ...args: any[]): any;
|
||||
constructor(address: string, abi: any, provider: any);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user