Uses the new nostrnwc deep link for connections

This commit is contained in:
Vitor Pamplona
2025-10-24 17:53:31 -04:00
parent a157c60697
commit 67e3b05a42
6 changed files with 71 additions and 28 deletions
@@ -38,7 +38,7 @@ class Nip47WalletConnect {
val url = UriParser(uri)
if (url.scheme() != "nostrwalletconnect" && url.scheme() != "nostr+walletconnect") {
if (url.scheme() != "nostrwalletconnect" && url.scheme() != "nostr+walletconnect" && url.scheme() != "amethyst+walletconnect") {
throw IllegalArgumentException("Not a Wallet Connect QR Code")
}