Changing to FLO mainnet
This commit is contained in:
parent
65284528a5
commit
38fb975be3
12
index.html
12
index.html
@ -10,16 +10,16 @@
|
|||||||
const floGlobals = {
|
const floGlobals = {
|
||||||
|
|
||||||
//Required for all
|
//Required for all
|
||||||
blockchain: "FLO_TEST",
|
blockchain: "FLO",
|
||||||
|
|
||||||
//Required for blockchain API operators
|
//Required for blockchain API operators
|
||||||
apiURL: {
|
apiURL: {
|
||||||
FLO: 'https://flosight.duckdns.org',
|
FLO: 'https://livenet.flocha.in',
|
||||||
FLO_TEST: 'https://testnet-flosight.duckdns.org'
|
FLO_TEST: 'https://testnet-flosight.duckdns.org'
|
||||||
},
|
},
|
||||||
adminID: "oTZw3ydCRKDhcYC5Bp6mRJMGTTVv9JHtg8",
|
adminID: "FEzk75EGMPEQMrCuPosGiwuK162hcEu49E",
|
||||||
sendAmt: 0.001,
|
//sendAmt: 0.001,
|
||||||
fee: 0.0005,
|
//fee: 0.0005,
|
||||||
|
|
||||||
//Required for Supernode operations
|
//Required for Supernode operations
|
||||||
supernodes: {}, //each supnernode must be stored as floID : {uri:<uri>,pubKey:<publicKey>}
|
supernodes: {}, //each supnernode must be stored as floID : {uri:<uri>,pubKey:<publicKey>}
|
||||||
@ -6022,4 +6022,4 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user