Merge branch 'master' of github.com:waku-org/js-waku into weboko/missing-dep

This commit is contained in:
weboko 2022-12-23 14:39:11 +01:00
commit a2d79c2551
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -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";