Skip to content

Commit

Permalink
move config
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Nov 13, 2024
1 parent 3d063e7 commit 3e58ddd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/buddybook/src/lib/waku-config.ts

This file was deleted.

8 changes: 8 additions & 0 deletions examples/buddybook/src/lib/waku.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
import { createEncoder, createDecoder, type LightNode } from "@waku/sdk";
import { type CreateWakuNodeOptions } from "@waku/sdk";
import protobuf from 'protobufjs';
import { v4 as uuidv4 } from 'uuid';
import { Telemetry, fromFilter, fromStore, TelemetryType, buildExtraData } from "./telemetry";

export const WAKU_NODE_OPTIONS: CreateWakuNodeOptions = {
defaultBootstrap: true,
nodeToUse: {
store: "/dns4/store-02.ac-cn-hongkong-c.status.staging.status.im/tcp/443/wss/p2p/16Uiu2HAmU7xtcwytXpGpeDrfyhJkiFvTkQbLB9upL5MXPLGceG9K"
}
};

export type Signature = {
address: `0x${string}`;
signature: string;
Expand Down

0 comments on commit 3e58ddd

Please sign in to comment.