Refine domain, integrate into app
tests / tests (push) Failing after 5m14s

This commit is contained in:
Jon Staab
2026-06-19 12:50:34 -07:00
parent 1bd62d3024
commit e2a6ef21cd
115 changed files with 1354 additions and 3176 deletions
+2 -4
View File
@@ -4,9 +4,7 @@ import {
Filter,
getPubkeyTagValues,
TrustedEvent,
asDecryptedEvent,
readList,
getRelaysFromList,
getRelayTagValues,
RELAYS,
} from "@welshman/util"
import {Nip01Signer, ISigner} from "@welshman/signer"
@@ -118,7 +116,7 @@ export const requestDVM = async ({
})
relays = router
.FromRelays(events.flatMap(e => getRelaysFromList(readList(asDecryptedEvent(e)))))
.FromRelays(events.flatMap(e => getRelayTagValues(e.tags)))
.policy(addMinimalFallbacks)
.getUrls()
}