Skip to content

Commit

Permalink
chore(wakucanary): fix fitler protocol, add storev3 (#2735)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpavlin authored May 27, 2024
1 parent a65b13f commit e0079cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/wakucanary/wakucanary.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0079cd

Please sign in to comment.