From 011e9e1d023a5655d636e6f3032b519e4d769b8b Mon Sep 17 00:00:00 2001 From: Marios Isaakidis Date: Sun, 17 Mar 2024 05:00:18 +0000 Subject: [PATCH] Update UI text --- frontend/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index af20a56..e4763a5 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -12,15 +12,15 @@

Bread2Gnosis Token Swap

- +
- +
- +
@@ -62,8 +62,10 @@

Bread2Gnosis Token Swap

console.log(`Swap and transfer transaction sent. Waiting for confirmation... Tx: ${tx.hash}`); await tx.wait(); console.log(`Transaction successful. Tx: ${tx.hash}`); + alert("Swap successful!"); } catch (error) { console.error(`Transaction failed: ${error.message}`); + alert("Transaction failed. Please check the browser console for more details.") } }