From 21486473c4e9209614765f1643a3e83969cfc653 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 9 Apr 2023 17:16:53 -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 7fc88ad..e9c8727 100644 --- a/src/index.ts +++ b/src/index.ts @@ -80,5 +80,5 @@ export class IPFSClient extends Client { export const createClient = factory( IPFSClient, - "AAADHtX7m4wC7kFA8wMqFzowlgweBG1FgQjGTabVOMRqBA" + "AABQIM9nyK61LFfr5jUAivD6JYRvQsC5XSNE71XXHfn-sg" );