From 060faf45ac1c780b9f4cf4ae38de15b22befaf84 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 9 Apr 2023 11:52:44 -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 257a511..3345ea6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -255,7 +255,7 @@ export class Socket extends Client { } } -export const MODULE = "_AV0jHIhooJYvu8a9_9os4aTHQP-QlDymCtvbFCuPcpetw"; +export const MODULE = "_AXrQLca2khpy2m0bhEqpD3xsK6xlvekjq-bmhBrzoc4yg"; export const createClient = factory(SwarmClient, MODULE);