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