57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
// Cache-All Feasibility Test Config
|
|
// Root npubs to resolve follow graph from
|
|
"root_npubs": [
|
|
"npub1rmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yus54xv06"
|
|
],
|
|
|
|
// Relays to test (from server relay list, connected ones only)
|
|
"upstream_relays": [
|
|
"wss://laantungir.net",
|
|
"wss://nos.lol",
|
|
"wss://nostr-pub.wellorder.net",
|
|
"wss://nostr.mom",
|
|
"wss://nostr.oxtr.dev",
|
|
"wss://offchain.pub",
|
|
"wss://premium.primal.net",
|
|
"wss://relay.damus.io",
|
|
"wss://relay.ditto.pub",
|
|
"wss://relay.divine.video",
|
|
"wss://relay.momostr.pink",
|
|
"wss://relay.mostr.pub",
|
|
"wss://relay.nostrplebs.com",
|
|
"wss://relay.primal.net",
|
|
"wss://theforest.nostr1.com"
|
|
],
|
|
|
|
// Local relay (not used by test, but required by config parser)
|
|
"local_relay": "ws://localhost:8888",
|
|
|
|
// Kinds to follow (not used by test, but required by config parser)
|
|
"kinds": [0, 1, 3, 5, 6, 7, 9735, 10002, 30023],
|
|
|
|
// Admin kinds
|
|
"admin_kinds": ["*"],
|
|
|
|
// Backfill config (not used by test)
|
|
"backfill": {
|
|
"enabled": false,
|
|
"events_per_tick": 500,
|
|
"tick_interval_seconds": 5
|
|
},
|
|
|
|
// Live config (not used by test)
|
|
"live": {
|
|
"enabled": false,
|
|
"resubscribe_interval_seconds": 300
|
|
},
|
|
|
|
// Follow graph refresh (not used by test)
|
|
"follow_graph_refresh_seconds": 600,
|
|
|
|
// State (not used by test)
|
|
"state": {
|
|
"backfilled_until": 0
|
|
}
|
|
}
|