Skip to content

Commit

Permalink
Closes #1
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
itsN1X authored May 26, 2021
1 parent 63cef08 commit cb83d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ <h3>The Chosen Ones</h3>
window.addEventListener('load',
function()
{
if(window.ethereum&&Number(window.ethereum.chainId)==100)){web3 = new Web3(web3.currentProvider);}
if(window.ethereum&&(Number(window.ethereum.chainId)==100)){web3 = new Web3(web3.currentProvider);}
else{web3 = new Web3("https://rpc.xdaichain.com")}
gs();
}, false);
Expand Down

0 comments on commit cb83d66

Please sign in to comment.