fix: restore bootstrap nodes list

This commit is contained in:
Derrick Hammer 2023-09-02 07:04:12 -04:00
parent 6e84338ddc
commit b7caaa09da
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 4 deletions

View File

@ -19,6 +19,7 @@ import { wordlist } from "@scure/bip39/wordlists/english";
import { HDKey } from "ed25519-keygen/hdkey"; import { HDKey } from "ed25519-keygen/hdkey";
import { import {
BOOTSTRAP_NODES,
CID_HASH_TYPES, CID_HASH_TYPES,
CID_TYPES, CID_TYPES,
createKeyPair, createKeyPair,
@ -136,10 +137,7 @@ let config = {
db, db,
p2p: { p2p: {
peers: { peers: {
initial: [ initial: [...BOOTSTRAP_NODES],
// ...BOOTSTRAP_NODES,
"ws://z2DX2geLzZnff444mUFXZj7F3J2PA4SbRbfUiPwofk8Umix@127.0.0.1:5050/s5/p2p",
],
}, },
}, },
logger: { logger: {