We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30333b6 commit 8bec89fCopy full SHA for 8bec89f
packages/clients/peerbit/src/bootstrap.ts
@@ -5,7 +5,7 @@ export const resolveBootstrapAddresses = async (
5
return (
6
await (
7
await fetch(
8
- `https://bootstrap.peerchecker.com/bootstrap${v ? "-" + v : ""}.env`,
+ `https://bootstrap.peerbit.org/bootstrap${v ? "-" + v : ""}.env`,
9
)
10
).text()
11
0 commit comments