mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-04-25 10:32:14 +00:00
chore: configuration format fix
This commit is contained in:
parent
d8ba284883
commit
2068c845cb
@ -282,7 +282,7 @@ const node = await Libp2p.create({
|
|||||||
interval: 1000,
|
interval: 1000,
|
||||||
enabled: true
|
enabled: true
|
||||||
},
|
},
|
||||||
[Bootstrap.tag:] {
|
[Bootstrap.tag]: {
|
||||||
list: [ // A list of bootstrap peers to connect to starting up the node
|
list: [ // A list of bootstrap peers to connect to starting up the node
|
||||||
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
|
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
|
||||||
"/dnsaddr/bootstrap.libp2p.io/ipfs/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN",
|
"/dnsaddr/bootstrap.libp2p.io/ipfs/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user