Address feedback

This commit is contained in:
Leonid Logvinov
2018-03-09 16:44:44 +01:00
parent 2298a34c37
commit 3b158cb726
6 changed files with 25 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ export const coverage = {
const artifactsPath = './src/artifacts';
const contractsPath = './src/contracts';
const networkId = 50;
return new CoverageSubprovider(artifactsPath, contractsPath, networkId);
const defaultFromAddress = '0x5409ed021d9299bf6814279a6a1411a7e866a631';
return new CoverageSubprovider(artifactsPath, contractsPath, networkId, defaultFromAddress);
},
};