From a3d8858bb1425e43234a071d2e50e78266b8e189 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 17 Jul 2018 16:27:46 +0200 Subject: Fix typing --- packages/typescript-typings/types/ethereumjs-abi/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/typescript-typings') diff --git a/packages/typescript-typings/types/ethereumjs-abi/index.d.ts b/packages/typescript-typings/types/ethereumjs-abi/index.d.ts index af8630c2d..2d9fc9fcd 100644 --- a/packages/typescript-typings/types/ethereumjs-abi/index.d.ts +++ b/packages/typescript-typings/types/ethereumjs-abi/index.d.ts @@ -1,4 +1,4 @@ -declare module 'ethereumjs-util' { +declare module 'ethereumjs-abi' { export function soliditySHA3(argTypes: string[], args: any[]): Buffer; export function soliditySHA256(argTypes: string[], args: any[]): Buffer; export function methodID(name: string, types: string[]): Buffer; -- cgit v1.2.3