diff --git a/firehose/firehose.go b/firehose/firehose.go index 193e7be..9452f85 100644 --- a/firehose/firehose.go +++ b/firehose/firehose.go @@ -38,7 +38,7 @@ type Firehose struct { func New(postChan chan interface{}, context context.Context) *Firehose { dialer := websocket.DefaultDialer firehose := &Firehose{ - address: "wss://bsky.social/xrpc/com.atproto.sync.subscribeRepos", + address: "wss://bsky.network/xrpc/com.atproto.sync.subscribeRepos", dialer: dialer, postChan: postChan, context: context,