Skip to content

Commit

Permalink
fix: enable temporarily just bootstray2
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Dec 22, 2024
1 parent ab72baa commit 4bce724
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/network/src/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class DRPNetworkNode {
? this._config.bootstrap_peers
: [
//"/dns4/bootstrap1.topology.gg/tcp/443/wss/p2p/12D3KooWBu1pZ3v2u6tXSmkN35kiMLENpv3bEXcyT1GJTVhipAkG",
"/dns4/bootstrap2.topology.gg/tcp/443/wss/p2p/12D3KooWLGuTtCHLpd1SBHeyvzT3kHVe2dw8P7UdoXsfQHu8qvkf",
"/dns4/bootstrap2.topology.gg/tcp/50000/ws/p2p/12D3KooWLGuTtCHLpd1SBHeyvzT3kHVe2dw8P7UdoXsfQHu8qvkf",
];

const _pubsubPeerDiscovery = pubsubPeerDiscovery({
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.4.3";
export const VERSION = "0.4.4";
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4bce724

Please sign in to comment.