Merge pull request #203 from sc-forks/stable-ganache

Bump testrpc-sc to 6.1.0
pull/204/head
c-g-e-w-e-k-e- 7 years ago committed by GitHub
commit 43a7ce483b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/app.js
  2. 1126
      package-lock.json
  3. 2
      package.json

@ -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

1126
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -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",

Loading…
Cancel
Save