Fix artifacts paths

This commit is contained in:
Leonid Logvinov
2018-05-07 14:32:17 +02:00
parent b699a61f56
commit 906af858a5
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ export const coverage = {
return coverageSubprovider;
},
_getCoverageSubprovider(): CoverageSubprovider {
const artifactsPath = '../migrations/src/artifacts';
const artifactsPath = '../migrations/artifacts/1.0.0';
const contractsPath = 'src/contracts';
const networkId = 50;
const defaultFromAddress = constants.TESTRPC_FIRST_ADDRESS;