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