mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-23 08:03:08 +00:00
up
This commit is contained in:
parent
0a80bcc463
commit
6e5953aab2
1
examples/dogfooding/package-lock.json
generated
1
examples/dogfooding/package-lock.json
generated
@ -9,7 +9,6 @@
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@libp2p/peer-id": "^4.1.2",
|
||||
"@waku/message-hash": "^0.1.16",
|
||||
"@waku/sdk": "0.0.28",
|
||||
"protobufjs": "^7.3.0"
|
||||
},
|
||||
|
||||
@ -127,7 +127,7 @@ export async function app(telemetryClient: TelemetryClient) {
|
||||
seenTimestamp: timestamp,
|
||||
peerId,
|
||||
contentTopic: DEFAULT_CONTENT_TOPIC,
|
||||
pubsubTopic: utils.contentTopicToPubsubTopic(DEFAULT_CONTENT_TOPIC),,
|
||||
pubsubTopic: utils.contentTopicToPubsubTopic(DEFAULT_CONTENT_TOPIC),
|
||||
ephemeral: false,
|
||||
messageHash: reportingHash,
|
||||
errorMessage: failure.error.toString(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user