mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-13 21:43:07 +00:00
Update Light Push protocol string to match nim-waku v0.4
This commit is contained in:
parent
ba8390f02a
commit
bc544c8e0b
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
- Test: Upgrade nim-waku node to v0.4.
|
||||
- Waku Light Push upgraded to `2.0.0-beta1`.
|
||||
|
||||
## [0.6.0] - 2021-06-09
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ import { DefaultPubsubTopic } from '../waku_relay';
|
||||
|
||||
import { PushRPC } from './push_rpc';
|
||||
|
||||
export const LightPushCodec = '/vac/waku/lightpush/2.0.0-alpha1';
|
||||
export const LightPushCodec = '/vac/waku/lightpush/2.0.0-beta1';
|
||||
export { PushResponse };
|
||||
|
||||
export interface CreateOptions {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user