refactor: refresh
This commit is contained in:
@ -21,13 +21,12 @@ export enum StreamState {
|
||||
}
|
||||
|
||||
export const defaultRelays = {
|
||||
//"ws://localhost:7777": { read: true, write: true },
|
||||
"ws://localhost:8081": { read: true, write: true },
|
||||
"wss://relay.snort.social": { read: true, write: true },
|
||||
"wss://nos.lol": { read: true, write: true },
|
||||
"wss://relay.damus.io": { read: true, write: true },
|
||||
"wss://nostr.wine": { read: true, write: true },
|
||||
};
|
||||
|
||||
|
||||
export const DefaultProviderUrl = "https://api.zap.stream/api/nostr/";
|
||||
//export const DefaultProviderUrl = "http://localhost:5295/api/nostr/";
|
||||
//export const DefaultProviderUrl = "http://localhost:5295/api/nostr/";
|
||||
|
Reference in New Issue
Block a user