From 21af250f228cfa85c2ec4ebbf7c177c8c587702f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 13 Oct 2023 03:10:09 -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 dce7532..9f77663 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 { hexToBytes } from "@lumeweb/libweb"; -const MODULE = "zdiLW9MtAAMssP5vLBgd1FitouiVXzNUYZszFYG44uVKqCPDqUQox9aq1y"; +const MODULE = "zrjPHvVJ3j7Jfn834PV4n7KcWbSW7ZHkxvcPCKWjwAcjPX5"; export class PeerDiscoveryClient extends Client { public async register(source: string): Promise {