mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-12 10:53:09 +00:00
11 lines
216 B
Go
11 lines
216 B
Go
package utilities
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
var ConnectPeerTimeout = 10 * time.Second //default timeout for node to connect to another node
|
|
|
|
var DefaultPubsubTopic = "/waku/2/rs/16/64"
|
|
var PubsubTopic1 = "/waku/2/rs/3/1"
|