Shifting from testnet to mainnet

This commit is contained in:
Sai Raj 2019-05-18 15:13:34 +05:30 committed by GitHub
parent a37b8c22d4
commit b23be97420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,10 +350,10 @@ svg {
<div id="rootDiv"><div id="downloadBar"></div></div>
<script>
const cryptocoin = "FLO_TEST"
const cryptocoin = "FLO"
const mainnet = `https://flosight.duckdns.org`;
const testnet = `https://testnet-flosight.duckdns.org`;
const adminID = "oW8i29qzPXX2TZ5Wb4pYkH456ccMznzYoM";
const adminID = "FDG64XNjdsA4rAgfm4ABEs2RcTgqn8Jecv";
if(cryptocoin == "FLO")
var server = mainnet;
else if(cryptocoin == "FLO_TEST")