nostr:npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft I'm initialising NDK with
const options = opts || {
explicitRelayUrls: DEFAULT_RELAYS,
enableOutboxModel: true,
cacheAdapter: new NDKCacheAdapterDexie({ dbName: 'irisdb-nostr' }),
};
ndkInstance = new NDK(options);
but not seeing connections to relays other than explicitRelayUrls. Should it be connecting to author relays as per outbox model?