From 990d77d86e519ef61c6cff2dfe9dc3aa8084f897 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Apr 2023 06:28:27 -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 dc937e6..22285de 100644 --- a/src/index.ts +++ b/src/index.ts @@ -241,7 +241,7 @@ export class Socket extends Client { } } -const MODULE = "_A4f60TEDH1Ta7F6Mhwk357KiVe0_tKlTKHArdnrAqV-Xw"; +const MODULE = "_AXpXQ4czC7B0hcqXfbhGv5T5MFAFprS9KC2c39GYaj9hw"; export const createClient = factory(SwarmClient, MODULE);