Skip to content

Commit

Permalink
convert npub to hex
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jul 17, 2023
1 parent 626f6d7 commit 7a28851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/.well-known/nostr.json/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export function GET() {
return new Response(
JSON.stringify({
names: {
_: 'npub1dwn7wphjhrlej6ks4sktgn77w82ayq6hn6lj37ll75tav55nd3vq07xzaj'
_: '6ba7e706f2b8ff996ad0ac2cb44fde71d5d203579ebf28fbfff517d652936c58'
}
}),
{ headers: { 'Access-Control-Allow-Origin': '*' } }
Expand Down

0 comments on commit 7a28851

Please sign in to comment.