dep: update module hash
This commit is contained in:
parent
6c566237de
commit
38f8a2dbb6
|
@ -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>) {
|
||||
|
|
Loading…
Reference in New Issue