Skip to content

Commit

Permalink
fix: add va1 bootstrapper (#649)
Browse files Browse the repository at this point in the history
Adds the new bootstrapper to the default list
  • Loading branch information
achingbrain authored Oct 23, 2024
1 parent 0238ed4 commit 460853f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/helia/src/utils/bootstrappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ export const bootstrapConfig = {
'/dnsaddr/bootstrap.libp2p.io/p2p/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN',
'/dnsaddr/bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb',
'/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt',
// 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'
]
}

0 comments on commit 460853f

Please sign in to comment.