From bf0919393d8e3cdc5cc8007c11673a2ea752b2ab Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Apr 2023 11:35: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 daa2c65..6e6dcf4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,5 +68,5 @@ export class IPFSClient extends Client { export const createClient = factory( IPFSClient, - "AADLLkMvvdm4F1syYGEXB2HsR6QKFqvtwltHSEKldZ3-2Q" + "AAChdANbL0wYGNUJsH7zfa6tCSnhGQItgCeGf-KJlw2Pew" );