From 3587dbd3a05d1ae4cfe5f7a793c3ed21f9f9b01b Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 4 Sep 2023 06:14:02 -0400 Subject: [PATCH] dep: 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 e6bb9a4..5f0903e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ interface AbortableGenerator { } export const MODULE = - "zdiUTf3Dmdo9kku6SHar2isbWVt7ThUJpaZvT3VuDJZuV8MJEysti4RDXu"; + "zdiQLfg3eWeoaxrvFf7PVJquqrwSMFTUX3oR5qohBoDB8KiFaVdSqQK8Vm"; export class IPFSClient extends NetworkClient { public async stat(cid: string, options?: Partial) {