Changing to FLO mainnet

This commit is contained in:
Sai Raj 2019-10-06 18:45:31 +05:30 committed by GitHub
parent 65284528a5
commit 38fb975be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:<uri>,pubKey:<publicKey>}
@ -6022,4 +6022,4 @@
</script>
</body>
</html>
</html>