Update Light Push protocol string to match nim-waku v0.4

This commit is contained in:
Franck Royer 2021-06-11 14:32:49 +10:00
parent ba8390f02a
commit bc544c8e0b
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Test: Upgrade nim-waku node to v0.4. - Test: Upgrade nim-waku node to v0.4.
- Waku Light Push upgraded to `2.0.0-beta1`.
## [0.6.0] - 2021-06-09 ## [0.6.0] - 2021-06-09

View File

@ -10,7 +10,7 @@ import { DefaultPubsubTopic } from '../waku_relay';
import { PushRPC } from './push_rpc'; 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 { PushResponse };
export interface CreateOptions { export interface CreateOptions {