fix: Disable using test token
All checks were successful
Build Docker / Build Image (push) Successful in 30s

This commit is contained in:
Nathan Woodburn 2024-02-19 15:23:02 +11:00
parent f8c98214bf
commit 5b373d66f1
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -4,7 +4,7 @@ import base58 from 'bs58'
document.addEventListener('DOMContentLoaded', async function() { document.addEventListener('DOMContentLoaded', async function() {
// Set testing to true if running in a local environment // Set testing to true if running in a local environment
const testing = true; const testing = false;
let TOKENID = "G9GQFWQmTiBzm1Hh4gM4ydQB4en3wPUxBZ1PS8DruXy8"; let TOKENID = "G9GQFWQmTiBzm1Hh4gM4ydQB4en3wPUxBZ1PS8DruXy8";
let supply = 100000; let supply = 100000;
let balance = 0; let balance = 0;