From 0b63f33f526bfaa1ff420223f54fe6c5a63ff15d Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 29 Dec 2022 10:07:17 +0000 Subject: [PATCH] Tweaks --- public/manifest.json | 2 +- src/state/Login.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index a06ca99..2c6fc54 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,5 +1,5 @@ { - "short_name": "snort.social", + "short_name": "Snort", "name": "snort.social - Nostr interface", "description": "Fast nostr web ui", "icons": [ diff --git a/src/state/Login.js b/src/state/Login.js index e272589..19410d9 100644 --- a/src/state/Login.js +++ b/src/state/Login.js @@ -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) => {