From 9740402e820a7a7d8a7c5a21e1a4fc42d5a81fe4 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 8 Apr 2023 21:02:10 -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 fe8a823..e3db886 100644 --- a/src/index.ts +++ b/src/index.ts @@ -255,7 +255,7 @@ export class Socket extends Client { } } -export const MODULE = "_AVKgzVYC8Sb_qiTA6kw5BDzQ4Ch-8D4sldQJl8dXF9oTw"; +export const MODULE = "_AVbH2uOdd4s4hypKB3QqaP1kxJO_Q5m6y4hsEro6dpVJQ"; export const createClient = factory(SwarmClient, MODULE);