Skip to content

Commit 8bec89f

Browse files
fix: update bootstrap address to peerbit.org
1 parent 30333b6 commit 8bec89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/peerbit/src/bootstrap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const resolveBootstrapAddresses = async (
55
return (
66
await (
77
await fetch(
8-
`https://bootstrap.peerchecker.com/bootstrap${v ? "-" + v : ""}.env`,
8+
`https://bootstrap.peerbit.org/bootstrap${v ? "-" + v : ""}.env`,
99
)
1010
).text()
1111
)

0 commit comments

Comments
 (0)