From e19c222f30accde6cdfe6b0a6c4c4a0dc450e33e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 6 Jul 2017 15:18:17 -0700 Subject: Add tests for networkId caching and invalidation --- test/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test/utils') diff --git a/test/utils/constants.ts b/test/utils/constants.ts index 9b150b5c1..2e9a84e64 100644 --- a/test/utils/constants.ts +++ b/test/utils/constants.ts @@ -2,5 +2,6 @@ export const constants = { NULL_ADDRESS: '0x0000000000000000000000000000000000000000', RPC_HOST: 'localhost', RPC_PORT: 8545, + RPC_NETWORK_ID: 50, KOVAN_RPC_URL: 'https://kovan.0xproject.com', }; -- cgit v1.2.3