Tweaks
This commit is contained in:
parent
57418b6355
commit
0b63f33f52
@ -1,5 +1,5 @@
|
||||
{
|
||||
"short_name": "snort.social",
|
||||
"short_name": "Snort",
|
||||
"name": "snort.social - Nostr interface",
|
||||
"description": "Fast nostr web ui",
|
||||
"icons": [
|
||||
|
@ -34,7 +34,9 @@ const LoginSlice = createSlice({
|
||||
}
|
||||
state.relays = {
|
||||
"wss://beta.nostr.v0l.io": { read: true, write: true },
|
||||
"wss://nostr.v0l.io": { read: true, write: true }
|
||||
"wss://nostr.v0l.io": { read: true, write: true },
|
||||
"wss://relay.damus.io": { read: true, write: true },
|
||||
"wss://nostr-pub.wellorder.net": { read: true, write: true }
|
||||
};
|
||||
},
|
||||
setPrivateKey: (state, action) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user