very fast at protocol indexer with flexible filtering, xrpc queries, cursor-backed event stream, and more, built on fjall
rust fjall at-protocol atproto indexer
58
fork

Configure Feed

Select the types of activity you want to include in your feed.

[tests] use plc.klbr.net instead of plc.wtf

dawn 8ae2a5d6 fe41ba1f

+2 -2
+2 -2
tests/common.nu
··· 56 56 } 57 57 58 58 export def resolve-pds [did: string] { 59 - let doc = (http get $"https://plc.wtf/($did)" | from json) 59 + let doc = (http get $"https://plc.klbr.net/($did)" | from json) 60 60 ($doc.service | where type == "AtprotoPersonalDataServer" | first).serviceEndpoint 61 61 } 62 62 ··· 144 144 HYDRANT_API_PORT: ($port | into string), 145 145 HYDRANT_ENABLE_DEBUG: "true", 146 146 HYDRANT_DEBUG_PORT: (resolve-test-debug-port ($port + 1) | into string), 147 - HYDRANT_PLC_URL: "https://plc.wtf", 147 + HYDRANT_PLC_URL: "https://plc.klbr.net", 148 148 RUST_LOG: "debug,hyper=error,tokio=error,h2=error,tower=error,rustls=error" 149 149 } | merge $hydrant_vars 150 150