From 6dc2c8f92282f665ac4604a0b096d6b6ad5f4000 Mon Sep 17 00:00:00 2001 From: void-57 Date: Sat, 28 Feb 2026 04:35:04 +0530 Subject: [PATCH] Fix proxy ID listener derivation and add TON/ALGO blockchain selection popup - Handle CashAddr format validating natively for BCH in floCrypto.js - Require explicit TON vs ALGO blockchain selection for 128-char hex private keys during login - Fix fallback logic in messenger.js to cleanly default to myFloID listener instead of duplicate listener addresses --- index.html | 40 +++++++++++++++++++++++++++++++++++++--- scripts/floCloudAPI.js | 4 ++-- scripts/floCrypto.js | 18 +++++++++++++++++- scripts/messenger.js | 2 +- 4 files changed, 57 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 7ae713e..6291802 100644 --- a/index.html +++ b/index.html @@ -275,6 +275,29 @@ + +

Select Blockchain

+

Your private key format is used by Bitcoin and Bitcoin Cash. Please select the correct blockchain for this + key:

+
+ + +
+
+ +
+
+ +

Select Blockchain

+

Your private key format is used by TON and Algorand. Please select the correct blockchain for this key:

+
+ + +
+
+ +
+