Add initial project structure with Svelte, TypeScript support, and basic Nostr client implementation
This commit is contained in:
11
app/web/src/constants.js
Normal file
11
app/web/src/constants.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// Default Nostr relays for searching
|
||||
export const DEFAULT_RELAYS = [
|
||||
'wss://relay.damus.io',
|
||||
'wss://relay.nostr.band',
|
||||
'wss://nos.lol',
|
||||
'wss://relay.nostr.net',
|
||||
'wss://relay.minibits.cash',
|
||||
'wss://relay.coinos.io/',
|
||||
'wss://nwc.primal.net',
|
||||
'wss://relay.orly.dev',
|
||||
];
|
||||
Reference in New Issue
Block a user