From b2c57a2ea7cbdd63ab0a66ae8862b1ee7ba6971c Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 16 Apr 2023 22:45:45 -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 3abcc58..cd8df35 100644 --- a/src/index.ts +++ b/src/index.ts @@ -87,5 +87,5 @@ export class IPFSClient extends Client { export const createClient = factory( IPFSClient, - "AAD_sKxIPbN-n7sNpYycq0M6wyix_UMIhqFiUPILfKiuqA" + "AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg" );