From 929aec2e5b7a3fcdb4676932a5e080be6ee0831d Mon Sep 17 00:00:00 2001
From: p00pcvm <103101201+p00pcvm@users.noreply.github.com>
Date: Fri, 3 Jan 2025 20:47:58 -0800
Subject: [PATCH] Update index.html
---
index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 2847e82..06dc477 100644
--- a/index.html
+++ b/index.html
@@ -85,7 +85,8 @@
Welcome to Conway's Farm of Life
console.error("TonConnectUI is not defined. Ensure the script is loaded correctly.");
} else {
const tonConnectUI = window.TonConnectUI.create({
- manifestUrl: 'tonconnect-manifest.json',
+ manifestUrl: 'https://p00pcvm.github.io/tonconnect-manifest.json',
+ buttonRootId: 'ton-connect'
});
document.getElementById('ton-connect-button').addEventListener('click', async () => {