From fd7dba32e3b3ea4a6fa0b8d8c12a9096b1a386e0 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Apr 2023 07:26:19 -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 e0f7111..ba4178c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,5 +68,5 @@ export class IPFSClient extends Client { export const createClient = factory( IPFSClient, - "_B2ft0PHA2Kz75uUJe2_0_lVaDI5Y-fgEhCqvI0RBBYBvw" + "AABspp2cAyOVG2ows3KA6J9-frjdfOmyvGR8Wc0nELi4eA" );