Skip to content

Commit

Permalink
chore(electron): update router urls
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanabaroa committed Jan 4, 2025
1 parent 3168515 commit b191689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/start-plebbit-rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b191689

Please sign in to comment.