Skip to content

Commit

Permalink
fix: update bootstrap address to peerbit.org
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 28, 2024
1 parent 30333b6 commit 8bec89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/peerbit/src/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const resolveBootstrapAddresses = async (
return (
await (
await fetch(
`https://bootstrap.peerchecker.com/bootstrap${v ? "-" + v : ""}.env`,
`https://bootstrap.peerbit.org/bootstrap${v ? "-" + v : ""}.env`,
)
).text()
)
Expand Down

0 comments on commit 8bec89f

Please sign in to comment.