Add supportedNips to all storages

This commit is contained in:
Alex Gleason
2024-01-03 21:39:54 -06:00
parent 8ab0fefbf2
commit a4bc951eee
6 changed files with 13 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ function storeEvent(event: Event, opts: StoreEventOpts = {}): Promise<void> {
}
const client: EventStore = {
supportedNips: [1],
getEvents,
storeEvent,
countEvents: () => Promise.reject(new Error('COUNT not implemented')),