LedgerHQ / wallet-connect-live-app

https://wallet-connect-live-app.vercel.app/
7 stars 6 forks source link

feat: add support for btc, ltc and doge signMessage [LIVE-11978] #174

Closed Justkant closed 4 months ago

Justkant commented 4 months ago

📝 Description

Add support for BTC, TBTC, LTC and DOGE signMessage

You can test locally with this version of the test example dApp from wallet-connect web-examples repo: https://github.com/Justkant/web-examples/tree/feature/bip122

❓ Context

📸 Demo

🚀 Expectations to reach

Pull Requests must pass the CI and be internally validated in order to be merged.

Wozacosta commented 4 months ago

Pushed a commit (https://github.com/LedgerHQ/wallet-connect-live-app/pull/174/commits/b85e64bc09cad5bf8b32fe9d69ca74c4a8d9ebf4) that fixes the display of btc/ltc/dgc balances.

Before

SCR-20240606-jvor

Now

SCR-20240606-jwxz SCR-20240606-jwbb
Justkant commented 4 months ago

Before merging this we should update the manifest to add permissions and currencies needed

Wozacosta commented 4 months ago

Tested again, works fine with your changes!