@gearbox-protocol/deploy-tools 5.21.4 → 5.21.5
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.mjs +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -416855,6 +416855,7 @@ var UpdateParser = class extends ProviderBase {
|
|
|
416855
416855
|
}
|
|
416856
416856
|
async #parseGovernorQueue(governorAddress, fromBlock, toBlock) {
|
|
416857
416857
|
this.logger.info("parsing governor queue");
|
|
416858
|
+
await this.metaRepo.loadFromRepo();
|
|
416858
416859
|
const latest = await this.client.getBlockNumber();
|
|
416859
416860
|
const batches = await loadGovernorBatches({
|
|
416860
416861
|
client: this.client,
|
|
@@ -419031,7 +419032,7 @@ function getRenderer(opts) {
|
|
|
419031
419032
|
var package_default = {
|
|
419032
419033
|
name: "@gearbox-protocol/deploy-tools",
|
|
419033
419034
|
description: "Gearbox deploy tools",
|
|
419034
|
-
version: "5.21.
|
|
419035
|
+
version: "5.21.5",
|
|
419035
419036
|
homepage: "https://gearbox.fi",
|
|
419036
419037
|
keywords: [
|
|
419037
419038
|
"gearbox"
|