Update to truffle 4.0.0
had to up the gasLimit in test.sh to avoid an out of gas error when deploying the scripts
Showing
| ... | ... | @@ -39,7 +39,7 @@ |
| "ethereumjs-testrpc": "^4.1.1", | ||
| "mocha-lcov-reporter": "^1.3.0", | ||
| "solidity-coverage": "^0.2.2", | ||
| "truffle": "^3.4.6", | ||
| "truffle": "^4.0.0", | ||
| "truffle-hdwallet-provider": "0.0.3" | ||
| } | ||
| } |
Please
register
or
sign in
to comment