@highway1/cli 0.1.30 → 0.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -118292,8 +118292,8 @@ function registerJoinCommand(program2) {
118292
118292
  resolve();
118293
118293
  }
118294
118294
  };
118295
- node.libp2p.addEventListener("self:multiaddress:updated", check);
118296
- setTimeout(() => node.libp2p.removeEventListener("self:multiaddress:updated", check), 5e3);
118295
+ node.libp2p.addEventListener("self:peer:update", check);
118296
+ setTimeout(() => node.libp2p.removeEventListener("self:peer:update", check), 5e3);
118297
118297
  });
118298
118298
  }
118299
118299
  connectSpin.succeed("Connected to network!");