fix definition

This commit is contained in:
Sasha 2024-06-19 01:39:18 +02:00
parent 3967f5c434
commit dcf0b5efd4
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

3
package-lock.json generated
View File

@ -12,10 +12,10 @@
"packages/message-hash",
"packages/enr",
"packages/core",
"packages/relay",
"packages/discovery",
"packages/message-encryption",
"packages/sdk",
"packages/relay",
"packages/tests",
"packages/browser-tests",
"packages/build-utils",
@ -36813,6 +36813,7 @@
"@waku/core": "*",
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/relay": "*",
"@waku/utils": "*",
"app-root-path": "^3.1.0",
"chai-as-promised": "^7.1.1",

View File

@ -9,10 +9,10 @@
"packages/message-hash",
"packages/enr",
"packages/core",
"packages/relay",
"packages/discovery",
"packages/message-encryption",
"packages/sdk",
"packages/relay",
"packages/tests",
"packages/browser-tests",
"packages/build-utils",

View File

@ -28,7 +28,7 @@ export async function createRelayNode(
libp2p: {
...options.libp2p,
services: {
pubsub: wakuGossipSub
pubsub: wakuGossipSub(options)
}
}
});