From 275c08efe76749d110e12e582ddce1469fb1ef3f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Apr 2023 07:58:34 -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 22285de..1b61319 100644 --- a/src/index.ts +++ b/src/index.ts @@ -241,7 +241,7 @@ export class Socket extends Client { } } -const MODULE = "_AXpXQ4czC7B0hcqXfbhGv5T5MFAFprS9KC2c39GYaj9hw"; +const MODULE = "_AXaAhoQvjUXiua5jXa-uPPwyOoV0JrRkKNBfKqWTCTf2A"; export const createClient = factory(SwarmClient, MODULE);