chore(electron): update router urls

This commit is contained in:
Esteban Abaroa
2025-01-04 00:13:42 +00:00
parent 3ef7739534
commit 2ffe9647f8
+1 -1
View File
@@ -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