Make an RPC constructor param implicit

This commit is contained in:
Leonid Logvinov
2018-01-30 14:03:54 +01:00
parent 6ebf8a57d1
commit 6205209fbb
23 changed files with 27 additions and 26 deletions

View File

@@ -28,7 +28,7 @@ import { TokenUtils } from './utils/token_utils';
chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(devConstants.RPC_URL);
const blockchainLifecycle = new BlockchainLifecycle();
const NON_EXISTENT_ORDER_HASH = '0x79370342234e7acd6bbeac335bd3bb1d368383294b64b8160a00f4060e4d3777';