mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 16:23:09 +00:00
Change content topic
This commit is contained in:
parent
9692b4af72
commit
0673edacb5
@ -6,7 +6,7 @@ import { Message } from './messaging/Messages';
|
||||
import { bufToHex, equalByteArrays } from 'js-waku/lib/utils';
|
||||
|
||||
export const PublicKeyContentTopic = '/eth-pm/1/public-key/proto';
|
||||
export const DirectMessageContentTopic = '/eth-pm/1/direct-message/proto';
|
||||
export const DirectMessageContentTopic = '/eth-pm/1/private-message/proto';
|
||||
|
||||
export async function initWaku(): Promise<Waku> {
|
||||
const waku = await Waku.create({ bootstrap: true });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user