@gearbox-protocol/deploy-tools 5.21.4 → 5.21.6

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.
Files changed (2) hide show
  1. package/dist/index.mjs +4 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -416742,7 +416742,8 @@ var UpdateParser = class extends ProviderBase {
416742
416742
  }
416743
416743
  async parse(opts) {
416744
416744
  await this.init();
416745
- const { batchDir, safeTxHashes, governor } = opts;
416745
+ const { batchDir, safeTxHashes, unsafeMainnetMeta, governor } = opts;
416746
+ this.#output.input = { governor, safeTxHashes, unsafeMainnetMeta };
416746
416747
  if (batchDir) {
416747
416748
  await this.#parseBatchDir(batchDir, opts.unsafeMainnetMeta);
416748
416749
  } else if (governor) {
@@ -416855,6 +416856,7 @@ var UpdateParser = class extends ProviderBase {
416855
416856
  }
416856
416857
  async #parseGovernorQueue(governorAddress, fromBlock, toBlock) {
416857
416858
  this.logger.info("parsing governor queue");
416859
+ await this.metaRepo.loadFromRepo();
416858
416860
  const latest = await this.client.getBlockNumber();
416859
416861
  const batches = await loadGovernorBatches({
416860
416862
  client: this.client,
@@ -419031,7 +419033,7 @@ function getRenderer(opts) {
419031
419033
  var package_default = {
419032
419034
  name: "@gearbox-protocol/deploy-tools",
419033
419035
  description: "Gearbox deploy tools",
419034
- version: "5.21.4",
419036
+ version: "5.21.6",
419035
419037
  homepage: "https://gearbox.fi",
419036
419038
  keywords: [
419037
419039
  "gearbox"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/deploy-tools",
3
3
  "description": "Gearbox deploy tools",
4
- "version": "5.21.4",
4
+ "version": "5.21.6",
5
5
  "homepage": "https://gearbox.fi",
6
6
  "keywords": [
7
7
  "gearbox"