Skip to content

Commit

Permalink
Merge pull request #157 from ZorrillosDev/fix--search
Browse files Browse the repository at this point in the history
fix: watchit node id
  • Loading branch information
geolffreym authored Jul 11, 2022
2 parents 60bbf16 + 6310b2c commit 3048ea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "watchit",
"author": "ZorrillosDev",
"version": "0.3.4-alpha.1",
"version": "0.3.5-alpha.1",
"private": true,
"main": "./src/main/index.js",
"description": "Open movies everywhere",
Expand Down
2 changes: 1 addition & 1 deletion src/main/core/ipfs/browser/settings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = () => {
return {
Bootstrap: [
'/dns4/watchit.movie/tcp/443/wss/p2p/12D3KooWGuS8AVUokZ7MKCvNTXn6mv5wYLAP86Rg5snDz7SbZgSZ',
'/dns4/watchit.movie/tcp/443/wss/p2p/12D3KooWGBpPVpV8BCHuXznEpayo9KcLAPtPPvqQjLKUQbXeqg5R',
'/dns4/direct.vps1.phillm.net/tcp/443/wss/p2p/QmbPFTECrXd7o2HS2jWAJ2CyAckv3Z5SFy8gnEHKxxH52g',
'/dns4/direct.vps2.phillm.net/tcp/443/wss/p2p/12D3KooWCcy4kVFxv6PpvzybLW5cytmwYCEHQSQpsWXoAX2QPkt4',
'/dns4/direct.vps3.phillm.net/tcp/443/wss/p2p/12D3KooWD4Z47R1pnzTxCVQAiTKTHasWU2xTAcffyC38BNKM68yw'
Expand Down
2 changes: 1 addition & 1 deletion src/main/core/ipfs/node/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = (ports) => {
Discovery: { MDNS: { Enabled: true, Interval: 10 } },
Peering: {
Peers: [
{ ID: '12D3KooWGuS8AVUokZ7MKCvNTXn6mv5wYLAP86Rg5snDz7SbZgSZ', Addrs: ['/ip4/172.104.243.69/tcp/4001'] },
{ ID: '12D3KooWGBpPVpV8BCHuXznEpayo9KcLAPtPPvqQjLKUQbXeqg5R', Addrs: ['/ip4/172.104.243.69/tcp/4001'] },
{ ID: 'QmVzpedLC9oeUPsZZmVFZLZo12sMk6CfXpG2ykUj3xdwTa', Addrs: ['/ip4/34.210.174.172/tcp/4001'] },
{ ID: 'QmbPFTECrXd7o2HS2jWAJ2CyAckv3Z5SFy8gnEHKxxH52g', Addrs: ['/ip4/144.172.69.157/tcp/4001'] },
{ ID: 'QmVPdm5PwdEb2sPTvaZTdx1bvntZQfWurFwzgLYAapkJXr', Addrs: ['/ip4/51.159.132.97/tcp/4001'] },
Expand Down

0 comments on commit 3048ea4

Please sign in to comment.