diff --git a/index.html b/index.html
index 0d6c7fb..266104d 100644
--- a/index.html
+++ b/index.html
@@ -10,16 +10,16 @@
const floGlobals = {
//Required for all
- blockchain: "FLO_TEST",
+ blockchain: "FLO",
//Required for blockchain API operators
apiURL: {
- FLO: 'https://flosight.duckdns.org',
+ FLO: 'https://livenet.flocha.in',
FLO_TEST: 'https://testnet-flosight.duckdns.org'
},
- adminID: "oTZw3ydCRKDhcYC5Bp6mRJMGTTVv9JHtg8",
- sendAmt: 0.001,
- fee: 0.0005,
+ adminID: "FEzk75EGMPEQMrCuPosGiwuK162hcEu49E",
+ //sendAmt: 0.001,
+ //fee: 0.0005,
//Required for Supernode operations
supernodes: {}, //each supnernode must be stored as floID : {uri:,pubKey:}
@@ -6022,4 +6022,4 @@