From 141d23f78afc822023f59a4b4dce175a8ba7cffd Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 30 May 2017 16:30:29 +0200 Subject: Implement setProxyAllowanceAsync --- src/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index ec2fe744a..5a5ba0e0a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -1,3 +1,4 @@ export const constants = { NULL_ADDRESS: '0x0000000000000000000000000000000000000000', + TESTRPC_NETWORK_ID: 50, }; -- cgit v1.2.3