diff --git a/index.html b/index.html index 72ac808..4af099e 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,7 @@ console.log(result) floGlobals.myFloID = floCrypto.toFloID(floDapps.user.id); floGlobals.myBtcID = btcOperator.convert.legacy2bech(floGlobals.myFloID) + floGlobals.myEthID = floEthereum.ethAddressFromCompressedPublicKey(floDapps.user.public) document.querySelectorAll('.user-profile-id').forEach(el => el.textContent = floGlobals.myFloID) //load messages from IDB and render them console.log(`Loading Data! Please Wait...`) @@ -766,6 +767,10 @@
BTC address
+ +
+ My Ethereum address + +
@@ -5163,4 +5177,4 @@ - + \ No newline at end of file