Bump testrpc-sc to 6.1.0
@ -174,7 +174,7 @@ class App {
return new Promise((resolve, reject) => {
if (!this.norpc) {
const defaultRpcOptions = `--gasLimit ${gasLimitHex} --accounts ${this.accounts} --port ${this.port}`;
const options = this.testrpcOptions || defaultRpcOptions;
const options = this.testrpcOptions + ` --gasLimit ${gasLimitHex}` || defaultRpcOptions;
const command = './node_modules/ethereumjs-testrpc-sc/build/cli.node.js ';
// Launch
@ -22,7 +22,7 @@
"license": "ISC",
"dependencies": {
"death": "^1.1.0",
"ethereumjs-testrpc-sc": "6.0.7",
"ethereumjs-testrpc-sc": "6.1.0",
"istanbul": "^0.4.5",
"keccakjs": "^0.2.1",
"req-cwd": "^1.0.1",