From 00f37b829bf4e81fb10006c04c2c83390132f2ca Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 16 Apr 2023 22:43:30 -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 3345ea6..fb07abc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -255,7 +255,7 @@ export class Socket extends Client { } } -export const MODULE = "_AXrQLca2khpy2m0bhEqpD3xsK6xlvekjq-bmhBrzoc4yg"; +export const MODULE = "_AU-CzTIzrnnJSoVjfWG_d3cAb8_hONuZ1XaqbFlygrFlg"; export const createClient = factory(SwarmClient, MODULE);