Improve collection loader

This commit is contained in:
Jon Staab
2024-09-05 16:29:23 -07:00
parent 3868daa04e
commit b9c73ea826
3 changed files with 34 additions and 35 deletions
+1
View File
@@ -14,6 +14,7 @@ export type AppContext = {
authTimeout: number
requestTimeout: number
dufflepudUrl?: string
indexerRelays?: string[]
}
export const getDefaultNetContext = (overrides: Partial<NetContext> = {}) => ({