This commit is contained in:
Kieran 2022-12-29 10:07:17 +00:00
parent 57418b6355
commit 0b63f33f52
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"short_name": "snort.social",
"short_name": "Snort",
"name": "snort.social - Nostr interface",
"description": "Fast nostr web ui",
"icons": [

View File

@ -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) => {