Skip to content

Commit

Permalink
Merge branch 'main' into 203-readme-instructions-dont-work
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Oct 25, 2024
2 parents d904b66 + 5a95c3d commit 0354433
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/utils/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ export const defaultConfig: BootstrapConfig = {
list: [
'/dns4/am6.bootstrap.libp2p.io/tcp/443/wss/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb',
'/dns4/sg1.bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt',
'/dns4/sv15.bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN'
'/dns4/sv15.bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN',
// va1 is not in the TXT records for _dnsaddr.bootstrap.libp2p.io yet
// so use the host name directly
'/dnsaddr/va1.bootstrap.libp2p.io/p2p/12D3KooWKnDdG3iXw9eTFijk3EWSunZcFi54Zka4wmtqtt6rPxc8',
'/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ'
]
},
privateKey: 'generated by `auto-config.ts`',
Expand Down

0 comments on commit 0354433

Please sign in to comment.