modif ganache script

This commit is contained in:
2019-06-26 19:30:20 +01:00
parent 9c4c0d40a9
commit e4877471ed
6 changed files with 363 additions and 820 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -27,10 +27,10 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test",
"test": "TRUFFLE_TEST=true PORT=8545 npm run ganache-cli:test",
"test:gas": "GAS_REPORTER=true npm test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "./node_modules/@aragon/test-helpers/ganache-cli.sh"
"ganache-cli:test": "../../scripts/ganache-cli.sh"
},
"keywords": []
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff