dep: update module hash

This commit is contained in:
Derrick Hammer 2023-07-29 20:34:56 -04:00
parent ab3fbcb911
commit 0832dfe924
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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