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 = { 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>