@gearbox-protocol/deploy-tools 5.15.1 → 5.15.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.mjs +3 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -406469,7 +406469,8 @@ async function loadGovernorBatches(opts) {
|
|
|
406469
406469
|
transactions: b.transactions,
|
|
406470
406470
|
status: b.status,
|
|
406471
406471
|
block: b.block,
|
|
406472
|
-
queueTxHash: b.queueTxHash
|
|
406472
|
+
queueTxHash: b.queueTxHash,
|
|
406473
|
+
eta: b.transactions[0]?.eta
|
|
406473
406474
|
}));
|
|
406474
406475
|
}
|
|
406475
406476
|
function compareLogs(a, b) {
|
|
@@ -417606,7 +417607,7 @@ function getRenderer(opts) {
|
|
|
417606
417607
|
var package_default = {
|
|
417607
417608
|
name: "@gearbox-protocol/deploy-tools",
|
|
417608
417609
|
description: "Gearbox deploy tools",
|
|
417609
|
-
version: "5.15.
|
|
417610
|
+
version: "5.15.3",
|
|
417610
417611
|
homepage: "https://gearbox.fi",
|
|
417611
417612
|
keywords: [
|
|
417612
417613
|
"gearbox"
|