fix the pubkey

This commit is contained in:
Paul Miller
2023-02-11 20:38:41 -06:00
parent 3146575254
commit 0393759239
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ export default function Notes() {
const { events } = useNostrEvents({
filter: {
authors: [
"0d6c8388dcb049b8dd4fc8d3d8c3bb93de3da90ba828e4f09c8ad0f346488a33",
"df173277182f3155d37b330211ba1de4a81500c02d195e964f91be774ec96708"
],
since: 0,
kinds: [1],

View File

@@ -8,6 +8,7 @@ const relayUrls = [
"wss://brb.io",
"wss://nostr.fmt.wiz.biz",
"wss://relay.damus.io",
"wss://eden.nostr.land"
]
export function WaitlistAlreadyIn() {