mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
chore(wakucanary): fix fitler protocol, add storev3 (#2735)
This commit is contained in:
parent
a65b13fcb8
commit
e0079cd0d4
@ -21,9 +21,10 @@ import
|
|||||||
# protocols and their tag
|
# protocols and their tag
|
||||||
const ProtocolsTable = {
|
const ProtocolsTable = {
|
||||||
"store": "/vac/waku/store/",
|
"store": "/vac/waku/store/",
|
||||||
|
"storev3": "/vac/waku/store-query/3",
|
||||||
"relay": "/vac/waku/relay/",
|
"relay": "/vac/waku/relay/",
|
||||||
"lightpush": "/vac/waku/lightpush/",
|
"lightpush": "/vac/waku/lightpush/",
|
||||||
"filter": "/vac/waku/filter/",
|
"filter": "/vac/waku/filter-subscribe/2",
|
||||||
}.toTable
|
}.toTable
|
||||||
|
|
||||||
const WebSocketPortOffset = 1000
|
const WebSocketPortOffset = 1000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user