chore(wakucanary): fix fitler protocol, add storev3 (#2735)

This commit is contained in:
Vaclav Pavlin 2024-05-27 23:13:59 +02:00 committed by GitHub
parent a65b13fcb8
commit e0079cd0d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -21,9 +21,10 @@ import
# protocols and their tag
const ProtocolsTable = {
"store": "/vac/waku/store/",
"storev3": "/vac/waku/store-query/3",
"relay": "/vac/waku/relay/",
"lightpush": "/vac/waku/lightpush/",
"filter": "/vac/waku/filter/",
"filter": "/vac/waku/filter-subscribe/2",
}.toTable
const WebSocketPortOffset = 1000