Make an RPC constructor param implicit
This commit is contained in:
@@ -15,7 +15,7 @@ chaiSetup.configure();
|
||||
const expect = chai.expect;
|
||||
const web3 = web3Factory.create();
|
||||
const web3Wrapper = new Web3Wrapper(web3.currentProvider);
|
||||
const blockchainLifecycle = new BlockchainLifecycle(devConstants.RPC_URL);
|
||||
const blockchainLifecycle = new BlockchainLifecycle();
|
||||
|
||||
describe('ZRXToken', () => {
|
||||
let owner: string;
|
||||
|
Reference in New Issue
Block a user