This repository has no description
1/**
2 * List of known bot DIDs that should be filtered from feeds by default
3 *
4 * To add a new bot DID, append it to this array.
5 * To remove a bot from the filter list, remove its DID from this array.
6 */
7export const KNOWN_BOT_DIDS: string[] = [
8 'did:plc:4j7exarb62djxycrgdfhuulr', // sensemaker.computer
9 'did:plc:65sucjiel52gefhcdcypynsr', // phi.zzstoatzz.io
10 'did:plc:mxzuau6m53jtdsbqe6f4laov', // void.comind.network
11 'did:plc:lchy7sgr7rl42qqzquljpdbq', // dot.atdot.fyi
12];