diff --git a/index.html b/index.html index 3aa3247..ff6bfc9 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ + @@ -254,8 +255,8 @@

Binance Smart Chain

Did you forget your Binance Address?

- If you have your BSC/BTC/FLO Private Key, enter it here and recover your - Binance Address. + If you have your BSC/BTC/FLO Private Key, enter it here and recover + your Binance Address.

@@ -1120,6 +1121,7 @@

${title}

if (/^[0-9a-fA-F]{64}$/.test(keyToConvert)) { keyToConvert = coinjs.privkey2wif(keyToConvert); } + console.log("lkkkk", keyToConvert); const ethPrivateKey = coinjs.wif2privkey(keyToConvert).privkey; BSCAddress = floEthereum.ethAddressFromPrivateKey(ethPrivateKey); floAddress = keyToConvert.startsWith("R") @@ -1222,6 +1224,9 @@

Balance

buttonLoader("check_balance_button", false); }); } + + + function handleInvalidSearch() { if (document.startViewTransition) document.startViewTransition(() => { @@ -1269,74 +1274,81 @@

Sender

Check balance - - - - - - - - - + + + + + + + + + + + + + + + +