From 51211a21ba64d81c50eb4e13146b1246c8da46e0 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 27 Jun 2018 18:33:32 +0200 Subject: Improve `ganache-core`'s `GanacheOpts` type and require it instead of `any` --- packages/typescript-typings/types/ganache-core/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/typescript-typings') diff --git a/packages/typescript-typings/types/ganache-core/index.d.ts b/packages/typescript-typings/types/ganache-core/index.d.ts index 84635038f..c07e6a78e 100644 --- a/packages/typescript-typings/types/ganache-core/index.d.ts +++ b/packages/typescript-typings/types/ganache-core/index.d.ts @@ -7,7 +7,9 @@ declare module 'ganache-core' { }; port?: number; network_id?: number; + networkId?: number; mnemonic?: string; + gasLimit?: number; } // tslint:disable-next-line:completed-docs export function provider(opts: GanacheOpts): Provider; -- cgit v1.2.3