@xyo-network/xl1-cli-lib 1.15.19 → 1.15.21
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/node/index.mjs
CHANGED
|
@@ -1582,8 +1582,6 @@ var initServices = /* @__PURE__ */ __name(async (context) => {
|
|
|
1582
1582
|
store: {
|
|
1583
1583
|
chainMap
|
|
1584
1584
|
},
|
|
1585
|
-
// head: () => ZERO_HASH,
|
|
1586
|
-
// head: () => head._hash,
|
|
1587
1585
|
head: /* @__PURE__ */ __name(async () => PayloadBuilder7.hash(await chainIterator.head()), "head"),
|
|
1588
1586
|
chainId,
|
|
1589
1587
|
summaryMap: balanceSummaryMap
|
|
@@ -1597,8 +1595,6 @@ var initServices = /* @__PURE__ */ __name(async (context) => {
|
|
|
1597
1595
|
store: {
|
|
1598
1596
|
chainMap
|
|
1599
1597
|
},
|
|
1600
|
-
// head: () => ZERO_HASH,
|
|
1601
|
-
// head: () => head._hash,
|
|
1602
1598
|
head: /* @__PURE__ */ __name(async () => PayloadBuilder7.hash(await chainIterator.head()), "head"),
|
|
1603
1599
|
chainId,
|
|
1604
1600
|
summaryMap: transferSummaryMap
|
|
@@ -1831,7 +1827,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
1831
1827
|
|
|
1832
1828
|
// src/runCLI.ts
|
|
1833
1829
|
var config;
|
|
1834
|
-
var version = isDefined17("1.15.
|
|
1830
|
+
var version = isDefined17("1.15.20") ? "1.15.20" : "unknown";
|
|
1835
1831
|
var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
|
|
1836
1832
|
const logger = initLogger(config3);
|
|
1837
1833
|
const orchestrator = new Orchestrator(logger);
|