diff --git a/electron/start-plebbit-rpc.js b/electron/start-plebbit-rpc.js index f01f0533..f34199ef 100644 --- a/electron/start-plebbit-rpc.js +++ b/electron/start-plebbit-rpc.js @@ -15,7 +15,7 @@ const defaultPlebbitOptions = { // find the user's OS data path dataPath: !isDev ? envPaths.data : path.join(dirname, '..', '.plebbit'), ipfsHttpClientsOptions: ['http://localhost:50019/api/v0'], - httpRoutersOptions: ['https://routing.lol', 'https://peers.pleb.bot'], + httpRoutersOptions: ['https://routing.lol', 'https://peers.pleb.bot', 'https://peers.plebpubsub.xyz', 'https://peers.forumindex.com'], }; // generate plebbit rpc auth key if doesn't exist