Skip to content

Commit

Permalink
update config port
Browse files Browse the repository at this point in the history
  • Loading branch information
toxotguo committed Aug 4, 2017
1 parent 1fe35a5 commit 6e7b628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systemcontractv2/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

var proxy="http://127.0.0.1:6801";
var proxy="http://127.0.0.1:8545";

console.log('RPC='+proxy);
var output="./output/";
Expand Down
2 changes: 1 addition & 1 deletion tool/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



var proxy="http://127.0.0.1:6801";
var proxy="http://127.0.0.1:8545";


console.log('RPC='+proxy);
Expand Down

0 comments on commit 6e7b628

Please sign in to comment.