github.com/status-im/status-go@v1.1.0/wakuv2/const.go (about) 1 package wakuv2 2 3 // Waku protocol parameters 4 const ( 5 Version = uint64(2) // Peer version number 6 VersionStr = "2" // The same, as a string 7 Name = "waku" // Nickname of the protocol 8 )