Bring back some net context

This commit is contained in:
Jon Staab
2025-04-01 11:12:34 -07:00
parent 2dadcce48f
commit fd0cdf2c19
8 changed files with 42 additions and 29 deletions
+3 -4
View File
@@ -1,6 +1,5 @@
export const AppContext: {
export type AppContext = {
dufflepudUrl?: string
indexerRelays?: string[]
} = {
indexerRelays: ["wss://purplepag.es/", "wss://relay.nostr.band/", "wss://relay.primal.net/"],
}
export const appContext: AppContext = {}