Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from truffle-box/develop
Browse files Browse the repository at this point in the history
Changed localhost refs to 127.0.0.1
  • Loading branch information
OnlyOneJMJQ authored Nov 9, 2017
2 parents 51d0e89 + e4d1122 commit 3681881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ App = {
web3 = new Web3(web3.currentProvider);
} else {
// set the provider you want from Web3.providers
App.web3Provider = new Web3.providers.HttpProvider('http://localhost:9545');
App.web3Provider = new Web3.providers.HttpProvider('http://127.0.0.1:9545');
web3 = new Web3(App.web3Provider);
}

Expand Down

0 comments on commit 3681881

Please sign in to comment.