@gearbox-protocol/deploy-tools 2.2.1 → 2.2.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.
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -309759,6 +309759,7 @@ var require_UpdateParser = __commonJS({
|
|
|
309759
309759
|
} else {
|
|
309760
309760
|
await __privateMethod(this, _parseSafeTxHashes, parseSafeTxHashes_fn).call(this, safeTxHashes);
|
|
309761
309761
|
}
|
|
309762
|
+
this.logger.info("done");
|
|
309762
309763
|
return __privateGet(this, _output2);
|
|
309763
309764
|
}
|
|
309764
309765
|
};
|
|
@@ -309804,7 +309805,7 @@ var require_UpdateParser = __commonJS({
|
|
|
309804
309805
|
};
|
|
309805
309806
|
_parseNormalizedBatch = new WeakSet();
|
|
309806
309807
|
parseNormalizedBatch_fn = async function(batch, i, total, meta) {
|
|
309807
|
-
this.logger.
|
|
309808
|
+
this.logger.info(`[${i + 1}/${total}] processing ${(0, helpers_1.updateTitle)(batch)}`);
|
|
309808
309809
|
const transactions = [];
|
|
309809
309810
|
for (const tx of batch.transactions) {
|
|
309810
309811
|
transactions.push(await __privateMethod(this, _parseNormalizedTx, parseNormalizedTx_fn).call(this, tx, meta));
|
|
@@ -355368,7 +355369,7 @@ var require_package3 = __commonJS({
|
|
|
355368
355369
|
module2.exports = {
|
|
355369
355370
|
name: "@gearbox-protocol/deploy-tools",
|
|
355370
355371
|
description: "Gearbox deploy tools",
|
|
355371
|
-
version: "2.2.
|
|
355372
|
+
version: "2.2.2",
|
|
355372
355373
|
homepage: "https://gearbox.fi",
|
|
355373
355374
|
keywords: [
|
|
355374
355375
|
"gearbox"
|