mirror of https://github.com/status-im/js-waku.git
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…
Reference in New Issue