@unicitylabs/sphere-sdk 0.6.9 → 0.6.10-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2612,9 +2612,9 @@ var NostrTransportProvider = class _NostrTransportProvider {
2612
2612
  if (subId) {
2613
2613
  this.nostrClient?.unsubscribe(subId);
2614
2614
  }
2615
- logger.warn("Nostr", `queryEvents timed out after 5s, returning ${events.length} event(s)`, { kinds: filterObj.kinds, limit: filterObj.limit });
2615
+ logger.warn("Nostr", `queryEvents timed out after 15s, returning ${events.length} event(s)`, { kinds: filterObj.kinds, limit: filterObj.limit });
2616
2616
  resolve(events);
2617
- }, 5e3);
2617
+ }, 15e3);
2618
2618
  const subId = this.nostrClient.subscribe(filter, {
2619
2619
  onEvent: (event) => {
2620
2620
  events.push({