Address INVALID_ARGUMENT issue

This commit is contained in:
Bryce
2018-06-22 13:35:49 -07:00
parent 80fe1938b8
commit 82d59dbea8
5 changed files with 8688 additions and 3 deletions

View File

@@ -31,4 +31,7 @@ declare module 'ethers' {
public static getDeployTransaction(bytecode: string, abi: any, ...args: any[]): Partial<TxData>;
constructor(address: string, abi: any, provider: any);
}
const enum errors {
INVALID_ARGUMENT = 'INVALID_ARGUMENT',
}
}