From 5b373d66f16e89bf82bb50155d5a2912002cd19a Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 19 Feb 2024 15:23:02 +1100 Subject: [PATCH] fix: Disable using test token --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 828e693..f46b57d 100644 --- a/src/index.js +++ b/src/index.js @@ -4,7 +4,7 @@ import base58 from 'bs58' document.addEventListener('DOMContentLoaded', async function() { // Set testing to true if running in a local environment - const testing = true; + const testing = false; let TOKENID = "G9GQFWQmTiBzm1Hh4gM4ydQB4en3wPUxBZ1PS8DruXy8"; let supply = 100000; let balance = 0;