dep: update module hash

This commit is contained in:
Derrick Hammer 2023-07-14 04:58:45 -04:00
parent 2ee6531298
commit 7fc2375fa2
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,9 @@ interface AbortableGenerator {
iterable: () => AsyncIterable<Uint8Array>;
}
export const MODULE =
"zduTW8neeep7BcgyJyysyH5pSNPcLfS1EgTxVf3zncYbrJJQLxu9wjvzZM";
export class IPFSClient extends Client {
public async ready() {
return this.callModuleReturn("ready");
@ -83,7 +86,4 @@ export class IPFSClient extends Client {
}
}
export const createClient = factory<IPFSClient>(
IPFSClient,
"AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg",
);
export const createClient = factory<IPFSClient>(IPFSClient, MODULE);