@xyo-network/xl1-cli-lib 1.16.2 → 1.16.3

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.
@@ -1783,7 +1783,7 @@ function runBridge(context) {
1783
1783
  __name(runBridge, "runBridge");
1784
1784
 
1785
1785
  // src/commands/mempool/runMempool.ts
1786
- import { getServer as getServer3 } from "@xyo-network/chain-head-reducer";
1786
+ import { getServer as getServer3 } from "@xyo-network/chain-mempool";
1787
1787
  function runMempool(context) {
1788
1788
  void getServer3(context);
1789
1789
  }
@@ -1926,7 +1926,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1926
1926
 
1927
1927
  // src/runCLI.ts
1928
1928
  var configuration;
1929
- var version = isDefined17("1.16.1") ? "1.16.1" : "unknown";
1929
+ var version = isDefined17("1.16.2") ? "1.16.2" : "unknown";
1930
1930
  var getContextFromConfig = /* @__PURE__ */ __name((configuration2) => {
1931
1931
  const logger = initLogger(configuration2);
1932
1932
  const orchestrator = new Orchestrator(logger);