mirror of https://github.com/waku-org/js-waku.git
updating default pubsub topic
This commit is contained in:
parent
dfc9ead062
commit
591a79046c
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* DefaultPubsubTopic is the default gossipsub topic to use for Waku.
|
* DefaultPubsubTopic is the default gossipsub topic to use for Waku.
|
||||||
*/
|
*/
|
||||||
export const DefaultPubsubTopic = "/waku/2/default-waku/proto";
|
export const DefaultPubsubTopic = "/waku/2/rs/0/0";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default cluster ID for The Waku Network
|
* The default cluster ID for The Waku Network
|
||||||
|
|
Loading…
Reference in New Issue