From 9d7cefd703ddd94cdefe8c252e41885aaaebc0e6 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Apr 2023 06:33:41 -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 0aaaa4d..e0f7111 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,5 +68,5 @@ export class IPFSClient extends Client { export const createClient = factory( IPFSClient, - "_AkimjN5qo5cYklxdBNszsxh6VXgypNZVq4zk_BIS3s76A" + "_B2ft0PHA2Kz75uUJe2_0_lVaDI5Y-fgEhCqvI0RBBYBvw" );