dep: update module hash

This commit is contained in:
Derrick Hammer 2023-10-12 09:37:14 -04:00
parent 6c566237de
commit 38f8a2dbb6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ interface AbortableGenerator {
iterable: () => AsyncIterable<Uint8Array>;
}
export const MODULE =
"zdiQLfg3eWeoaxrvFf7PVJquqrwSMFTUX3oR5qohBoDB8KiFaVdSqQK8Vm";
export const MODULE = "zrjLXRiNfZ6gdyVcy88fxpLQRMXzam6y3jigbVj43DeEohx";
export class IPFSClient extends NetworkClient {
public async stat(cid: string, options?: Partial<StatOptions>) {