From 2ffe9647f8b41604f2fb775c5a1687b4211f2377 Mon Sep 17 00:00:00 2001 From: Esteban Abaroa Date: Sat, 4 Jan 2025 00:13:42 +0000 Subject: [PATCH] chore(electron): update router urls --- electron/start-plebbit-rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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