mirror of https://github.com/waku-org/js-waku.git
Merge branch 'master' of github.com:waku-org/js-waku into weboko/missing-dep
This commit is contained in:
commit
a2d79c2551
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Removed `/vac/waku/relay/2.0.0-beta2` from `WakuRelay` protocols.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Documentation links.
|
||||
|
|
|
@ -4,10 +4,7 @@ export const minute = 60 * second;
|
|||
/**
|
||||
* RelayCodec is the libp2p identifier for the waku relay protocol
|
||||
*/
|
||||
export const RelayCodecs = [
|
||||
"/vac/waku/relay/2.0.0-beta2",
|
||||
"/vac/waku/relay/2.0.0",
|
||||
];
|
||||
export const RelayCodecs = ["/vac/waku/relay/2.0.0"];
|
||||
|
||||
export const RelayPingContentTopic = "/relay-ping/1/ping/null";
|
||||
|
||||
|
|
Loading…
Reference in New Issue