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