diff --git a/dist/index.js b/dist/index.js index 6925086..6ad3ddb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -14,7 +14,7 @@ export class IPFSClient extends Client { return this.connectModuleGenerator("cat", { cid, options }); } async ipns(cid) { - return this.callModuleReturn("ipnsResolve"); + return this.callModuleReturn("ipnsResolve", { cid }); } async activePeers() { return this.callModuleReturn("getActivePeers");