From 21cb428b38f0ad518db68f45f45a922f7aa6c7fd Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 6 Jul 2017 15:41:27 -0700 Subject: Rename RPC_NETWORK_ID to TESTRPC_NETWORK_ID --- test/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils') diff --git a/test/utils/constants.ts b/test/utils/constants.ts index 2e9a84e64..b677d7361 100644 --- a/test/utils/constants.ts +++ b/test/utils/constants.ts @@ -2,6 +2,6 @@ export const constants = { NULL_ADDRESS: '0x0000000000000000000000000000000000000000', RPC_HOST: 'localhost', RPC_PORT: 8545, - RPC_NETWORK_ID: 50, + TESTRPC_NETWORK_ID: 50, KOVAN_RPC_URL: 'https://kovan.0xproject.com', }; -- cgit v1.2.3