fix: Forgot to switch to main WDBRN token
All checks were successful
Build Docker / Build Image (push) Successful in 25s

This commit is contained in:
Nathan Woodburn 2024-02-26 19:38:07 +11:00
parent 5430465744
commit 93071c3763
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 2 additions and 2 deletions

2
dist/bundle.js vendored

File diff suppressed because one or more lines are too long

View File

@ -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;