From a8b3c35c8923a0d42f31edf6767600d5e2b5f42a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 1 Feb 2023 12:45:53 -0500 Subject: [PATCH] *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 0f1ba68..fdea140 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,7 +38,7 @@ export class PeerDiscoveryClient extends Client { export const createClient = factory( PeerDiscoveryClient, - "FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A" + "FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA" ); export { Peer };