mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 14:53:08 +00:00
Update packages/create/src/index.ts
Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
This commit is contained in:
parent
00e57d61ec
commit
55890f1b9e
@ -171,7 +171,7 @@ export async function defaultLibp2p(
|
||||
streamMuxers: [new Mplex()],
|
||||
connectionEncryption: [new Noise()],
|
||||
identify: {
|
||||
host: userAgent || DefaultUserAgent,
|
||||
host: userAgent ?? DefaultUserAgent,
|
||||
},
|
||||
} as Libp2pOptions,
|
||||
wakuRelay ? { pubsub: wakuRelay } : {},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user