about summary refs log tree commit diff
path: root/src/state/queries/index.ts
blob: ae3d1595c45d54f827c1b6c4beb19c824f3bd5a2 (plain) (blame)
1
2
3
4
5
import {BskyAgent} from '@atproto/api'

export const PUBLIC_BSKY_AGENT = new BskyAgent({
  service: 'https://api.bsky.app',
})