Merge pull request #628 from plebbit/master

chore(electron): update router urls
This commit is contained in:
Tom (plebeius.eth)
2025-01-08 17:08:30 +01:00
committed by GitHub
+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