fiatjaf / window.nostr.js

drop-in <script> that adds seamless NIP-46 support to apps that rely on window.nostr
https://git.njump.me/wnj
19 stars 1 forks source link

`window.nostr.getRelays()` is stuck in `pending` state #8

Open alopatindev opened 1 month ago

alopatindev commented 1 month ago

I tried Amber and nsec.app as signers, used bunker URI to connect here and to add new relays—all this works.

But when I connect here using (new) bunker URI and do window.nostr.getRelays() in the console—I always get pending.

window.nostr.getPublicKey() works though.

Am I missing something?