minor fixes

This commit is contained in:
Ren Amamiya
2023-04-20 09:47:02 +07:00
parent a3ca2ef548
commit d7c7983963
9 changed files with 61 additions and 73 deletions

View File

@@ -22,3 +22,13 @@ export const DEFAULT_CHANNELS = [
created_at: 1661333723,
},
];
export const DEFAULT_RELAYS = ['wss://welcome.nostr.wine', 'wss://relay.nostr.band', 'wss://nostr.mutinywallet.com'];
export const FULL_RELAYS = [
'wss://relay.damus.io',
'wss://nostr-pub.wellorder.net',
'wss://nostr.zebedee.cloud',
'wss://nostr.fmt.wiz.biz',
'wss://relay.snort.social',
'wss://offchain.pub',
'wss://relay.current.fyi',
];