From 58330046072d26e2eee918e43afabe9f2b3b8ab3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 3 Jul 2023 05:07:21 -0400 Subject: [PATCH] dep: update module hash --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 8669e53..0bfae4a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ import { Client, factory } from "@lumeweb/libkernel/module"; import type { Peer } from "@lumeweb/libpeerdiscovery"; import { hexToBuf } from "@lumeweb/libweb"; -const MODULE = "zduHR9bx43UsjTQomS9K2AzvjRVuh3YjqaMvS32FUKVYx3sCoBsibakc8w"; +const MODULE = "zduKMDrpMCKsrYv6DE8oDnUXMmZCH5jfHMnGiXKfrJqvyQzF8BnjC1AVbM"; export class PeerDiscoveryClient extends Client { public async register(source: string): Promise {