File tree Expand file tree Collapse file tree 5 files changed +5
-6985
lines changed Expand file tree Collapse file tree 5 files changed +5
-6985
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ class App {
175175 if ( ! this . norpc ) {
176176 const defaultRpcOptions = `--accounts ${ this . accounts } --port ${ this . port } ` ;
177177 const options = ( this . testrpcOptions || defaultRpcOptions ) + ` --gasLimit ${ gasLimitHex } ` ;
178- const command = './node_modules/ethereumjs-testrpc-sc /build/cli.node.js ' ;
178+ const command = './node_modules/ganache-cli /build/cli.node.js ' ;
179179
180180 // Launch
181181 const execOpts = { maxBuffer : 1024 * 1024 * 10 } ;
Original file line number Diff line number Diff line change 1- const SolidityParser = require ( 'solidity-parser-sc ' ) ;
1+ const SolidityParser = require ( 'solidity-parser' ) ;
22const preprocessor = require ( './preprocessor' ) ;
33const injector = require ( './injector' ) ;
44const parse = require ( './parse' ) ;
Original file line number Diff line number Diff line change 11const SolExplore = require ( 'sol-explore' ) ;
2- const SolidityParser = require ( 'solidity-parser-sc ' ) ;
2+ const SolidityParser = require ( 'solidity-parser' ) ;
33
44const crRegex = / [ \r \n ] + $ / g;
55/**
You can’t perform that action at this time.
0 commit comments