From 4e504124b21577d22ffb069f541555b32161b417 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 18 Mar 2023 14:42:22 -0400 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 8300e60..b39876d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -218,7 +218,7 @@ export class Socket extends Client { } } -const MODULE = "_A5eH4eOmFJF09HWAn5gJZ01Wm8FkYzxtCYustVPwvvBCA"; +const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ"; export const createClient = factory(SwarmClient, MODULE);