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 = {
|
||||
|
||||
//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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user