Changing to testnet

This commit is contained in:
Vivek Teega 2023-10-06 14:09:32 +05:30 committed by GitHub
parent 2ac32bf360
commit ae69e8e1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@
<script id="floGlobals"> <script id="floGlobals">
/* Constants for FLO blockchain operations !!Make sure to add this at beginning!! */ /* Constants for FLO blockchain operations !!Make sure to add this at beginning!! */
const floGlobals = { const floGlobals = {
blockchain: "FLO", blockchain: "FLO_TEST",
adminID: "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf", adminID: "oKKHdK5uYAJ52U91sYsWhnEaEAAhZP779B",
application: "TEST_MODE", application: "TEST_MODE_testnet",
} }
</script> </script>
<script> <script>
@ -54,4 +54,4 @@
(use console) (use console)
</body> </body>
</html> </html>