mirror of https://github.com/waku-org/js-waku.git
chore: remove unused relay protocol identifier (#1063)
* chore: remove unused relay protocol identifier * update: changelog
This commit is contained in:
parent
c8ddb40cc1
commit
d022d8700b
|
@ -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