Skip to content

Commit

Permalink
fix: update bootstrap address
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 28, 2024
1 parent 05e523e commit 1a3d976
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://raw.githubusercontent.com/dao-xyz/peerbit-bootstrap/master/bootstrap${v ? "-" + v : ""}.env`,
`https://bootstrap.peerchecker.com/bootstrap${v ? "-" + v : ""}.env`,
)
).text()
)
Expand Down

0 comments on commit 1a3d976

Please sign in to comment.