From d4f6bc96be28a8a370367b50462f7960e593a903 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 1 Feb 2023 14:19:46 -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 fdea140..ae46622 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,7 +38,7 @@ export class PeerDiscoveryClient extends Client { export const createClient = factory( PeerDiscoveryClient, - "FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA" + "FAC1RHsjGT8DcmOvnBVd8CekuuzE_qpMCRJ4oT_7Tql8bg" ); export { Peer };