changing flosight url

This commit is contained in:
Sai Raj 2021-09-04 19:35:30 +05:30 committed by GitHub
parent 7a23b2285d
commit 4da8a031d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,7 +324,7 @@
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6"></script> <script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6"></script>
<script> <script>
const cryptocoin = "FLO"; const cryptocoin = "FLO";
const mainnet = `https://flosight.duckdns.org/`; const mainnet = `https://livenet.flocha.in`;
const testnet = `https://testnet-flosight.duckdns.org`; const testnet = `https://testnet-flosight.duckdns.org`;
const adminID = "FDG64XNjdsA4rAgfm4ABEs2RcTgqn8Jecv"; const adminID = "FDG64XNjdsA4rAgfm4ABEs2RcTgqn8Jecv";
const kudosID = "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf"; const kudosID = "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf";
@ -1438,4 +1438,4 @@
</script> </script>
</body> </body>
</html> </html>