@gearbox-protocol/deploy-tools 5.24.17 → 5.24.19
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 +4 -4
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -390876,10 +390876,10 @@ function formatAnswer({ price, success, updatedAt }, raw = true) {
|
|
|
390876
390876
|
return "failed";
|
|
390877
390877
|
}
|
|
390878
390878
|
let priceS = formatBN(price, 8);
|
|
390879
|
-
let updated = format(new Date(Number(updatedAt) * 1e3), "
|
|
390879
|
+
let updated = updatedAt ? format(new Date(Number(updatedAt) * 1e3), "dd MMM yyyy HH:mm") : "";
|
|
390880
390880
|
if (raw) {
|
|
390881
390881
|
priceS = `${priceS} (${price.toString(10)})`;
|
|
390882
|
-
updated =
|
|
390882
|
+
updated = [updated, `(${updatedAt.toString(10)})`].filter(Boolean).join(" ");
|
|
390883
390883
|
}
|
|
390884
390884
|
return `${priceS} at ${updated}`;
|
|
390885
390885
|
}
|
|
@@ -421478,7 +421478,7 @@ function getRenderer(opts) {
|
|
|
421478
421478
|
var package_default = {
|
|
421479
421479
|
name: "@gearbox-protocol/deploy-tools",
|
|
421480
421480
|
description: "Gearbox deploy tools",
|
|
421481
|
-
version: "5.24.
|
|
421481
|
+
version: "5.24.19",
|
|
421482
421482
|
homepage: "https://gearbox.fi",
|
|
421483
421483
|
keywords: [
|
|
421484
421484
|
"gearbox"
|
|
@@ -421521,7 +421521,7 @@ var package_default = {
|
|
|
421521
421521
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
421522
421522
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
421523
421523
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
421524
|
-
"@gearbox-protocol/sdk": "3.0.0-vfour.
|
|
421524
|
+
"@gearbox-protocol/sdk": "3.0.0-vfour.344",
|
|
421525
421525
|
"@gearbox-protocol/sdk-gov": "^2.36.6",
|
|
421526
421526
|
"@types/lodash-es": "^4.17.12",
|
|
421527
421527
|
"@types/node": "^22.13.10",
|
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.24.
|
|
4
|
+
"version": "5.24.19",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
45
45
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
46
46
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
47
|
-
"@gearbox-protocol/sdk": "3.0.0-vfour.
|
|
47
|
+
"@gearbox-protocol/sdk": "3.0.0-vfour.344",
|
|
48
48
|
"@gearbox-protocol/sdk-gov": "^2.36.6",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
50
|
"@types/node": "^22.13.10",
|