From de3daf753060a1bf9ba2f51a07ab97852240e633 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 5 Apr 2023 16:06:10 -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 6e6dcf4..111cf59 100644 --- a/src/index.ts +++ b/src/index.ts @@ -68,5 +68,5 @@ export class IPFSClient extends Client { export const createClient = factory( IPFSClient, - "AAChdANbL0wYGNUJsH7zfa6tCSnhGQItgCeGf-KJlw2Pew" + "AABiAh6CvhMmh3qGSIzbLFKdnauMdTsvLnMlZpJdKyVVrA" );