Removing explorer.mediciland.com as a flosight as it is causing problems
This commit is contained in:
Vivek Teega 2021-02-11 18:23:45 +05:30 committed by GitHub
parent ab10325fd8
commit caa44ac2aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1191,7 +1191,7 @@
//Required for blockchain API operators //Required for blockchain API operators
apiURL: { apiURL: {
FLO: ['https://explorer.mediciland.com/', 'https://flosight.duckdns.org/'], FLO: ['https://flosight.duckdns.org/'],
FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/'] FLO_TEST: ['https://testnet-flosight.duckdns.org/', 'https://testnet.flocha.in/']
}, },
adminID: "F7HEAV9226tqXtRk34XrA9nZCb8ZcbVJt1", adminID: "F7HEAV9226tqXtRk34XrA9nZCb8ZcbVJt1",
@ -10914,7 +10914,7 @@
} }
// Since it failed in ranchimallfloAPI, broadcast to multiple flosights // Since it failed in ranchimallfloAPI, broadcast to multiple flosights
let flosight_url = ['https://flosight.duckdns.org', 'https://explorer.mediciland.com'], let flosight_url = ['https://flosight.duckdns.org'],
url_index = 0, url_index = 0,
broadcast_status = false, broadcast_status = false,
temp_counter = 1 temp_counter = 1
@ -14746,4 +14746,4 @@
</script> </script>
</body> </body>
</html> </html>