Shifting from testnet to mainnet

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

View File

@ -192,10 +192,10 @@
</div>
</body>
<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")