Upgrade Nostrify to v0.15, use MockRelay in tests instead of NCache

This commit is contained in:
Alex Gleason
2024-04-26 12:33:52 -05:00
parent f3bc12252a
commit f61d29eb66
5 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,5 @@
import { LNURL, NostrEvent, NSchema as n } from '@nostrify/nostrify';
import { NostrEvent, NSchema as n } from '@nostrify/nostrify';
import { LNURL } from '@nostrify/nostrify/ln';
import { Conf } from '@/config.ts';
import { db } from '@/db.ts';
import { addRelays } from '@/db/relays.ts';