Skip to content

Commit f97d41c

Browse files
committed
Added relays, fixed hex pubkey
1 parent a25539b commit f97d41c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

static/.well-known/nostr.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"names": {
3-
"satoshi": "npub12je32d0zqj2v0qqawja986qn4pj80md9k4unr8w8hhv2p94kdk7sw6jumw"
3+
"satoshi": "54b31535e20494c7801d74ba53e813a86477eda5b579319dc7bdd8a096b66dbd"
44
},
55
"relays": {
66
"54b31535e20494c7801d74ba53e813a86477eda5b579319dc7bdd8a096b66dbd": [
7-
"wss://relay.primal.net/"
7+
"wss://damus.io",
8+
"wss://relay.primal.net/",
9+
"wss://relay.iris.to/",
10+
"wss://iris.to/"
811
]
912
}
1013
}

0 commit comments

Comments
 (0)