Skip to content

Commit

Permalink
Use infura for mainnetStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
ethers committed Jul 22, 2016
1 parent dcbe062 commit 37f63da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mainnetStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
web3 = new Web3(web3.currentProvider);
} else {
// fallback - use your fallback strategy (local node / hosted node + in-dapp id mgmt / fail)
web3 = new Web3(new Web3.providers.HttpProvider("http://frontier-lb.ether.camp"));
web3 = new Web3(new Web3.providers.HttpProvider("https://mainnet.infura.io:8545"));
}

var heightPerRelay;
Expand Down

0 comments on commit 37f63da

Please sign in to comment.