Michal Iskierko 6d31343205 feat: Waku v2 bridge
Issue #12610
2024-02-22 17:07:59 +01:00

9 lines
202 B
Go

package wakuv2
// Waku protocol parameters
const (
Version = uint64(2) // Peer version number
VersionStr = "2" // The same, as a string
Name = "waku" // Nickname of the protocol
)