@gearbox-protocol/deploy-tools 5.21.6 → 5.21.7
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 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -408715,7 +408715,7 @@ async function loadGovernorBatches(opts) {
|
|
|
408715
408715
|
}
|
|
408716
408716
|
}
|
|
408717
408717
|
let result = Array.from(batches.values());
|
|
408718
|
-
result = result.sort((a, b) => a.block < b.block ? 1 :
|
|
408718
|
+
result = result.sort((a, b) => a.block < b.block ? -1 : 1);
|
|
408719
408719
|
return result.map((b) => ({
|
|
408720
408720
|
id: `batch_${b.block}`,
|
|
408721
408721
|
description: `batch in block ${b.block}`,
|
|
@@ -419033,7 +419033,7 @@ function getRenderer(opts) {
|
|
|
419033
419033
|
var package_default = {
|
|
419034
419034
|
name: "@gearbox-protocol/deploy-tools",
|
|
419035
419035
|
description: "Gearbox deploy tools",
|
|
419036
|
-
version: "5.21.
|
|
419036
|
+
version: "5.21.7",
|
|
419037
419037
|
homepage: "https://gearbox.fi",
|
|
419038
419038
|
keywords: [
|
|
419039
419039
|
"gearbox"
|