Shifting from testnet to mainnet
This commit is contained in:
parent
a37b8c22d4
commit
b23be97420
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user