From 38f8a2dbb6a1ce9d0af9ce37379e666105e80958 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 12 Oct 2023 09:37:14 -0400 Subject: [PATCH] dep: update module hash --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 5f0903e..1a94d25 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,8 +7,7 @@ interface AbortableGenerator { iterable: () => AsyncIterable; } -export const MODULE = - "zdiQLfg3eWeoaxrvFf7PVJquqrwSMFTUX3oR5qohBoDB8KiFaVdSqQK8Vm"; +export const MODULE = "zrjLXRiNfZ6gdyVcy88fxpLQRMXzam6y3jigbVj43DeEohx"; export class IPFSClient extends NetworkClient { public async stat(cid: string, options?: Partial) {