@gearbox-protocol/deploy-tools 5.17.4 → 5.18.0
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 -3
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -405656,7 +405656,7 @@ var AccountOpener = class extends SDKConstruct {
|
|
|
405656
405656
|
totalUSD += market.priceOracle.convertToUSD(pool.underlying, diff);
|
|
405657
405657
|
}
|
|
405658
405658
|
}
|
|
405659
|
-
totalUSD = totalUSD *
|
|
405659
|
+
totalUSD = totalUSD * PERCENTAGE_FACTOR / 9000n;
|
|
405660
405660
|
this.#logger?.debug(
|
|
405661
405661
|
`total USD to claim from faucet: ${formatBN(totalUSD, 8)}`
|
|
405662
405662
|
);
|
|
@@ -413416,7 +413416,7 @@ function getRenderer(opts) {
|
|
|
413416
413416
|
var package_default = {
|
|
413417
413417
|
name: "@gearbox-protocol/deploy-tools",
|
|
413418
413418
|
description: "Gearbox deploy tools",
|
|
413419
|
-
version: "5.
|
|
413419
|
+
version: "5.18.0",
|
|
413420
413420
|
homepage: "https://gearbox.fi",
|
|
413421
413421
|
keywords: [
|
|
413422
413422
|
"gearbox"
|
|
@@ -413459,7 +413459,7 @@ var package_default = {
|
|
|
413459
413459
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
413460
413460
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
413461
413461
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
413462
|
-
"@gearbox-protocol/sdk": "3.0.0-vfour.
|
|
413462
|
+
"@gearbox-protocol/sdk": "3.0.0-vfour.292",
|
|
413463
413463
|
"@gearbox-protocol/sdk-gov": "^2.36.5",
|
|
413464
413464
|
"@types/lodash-es": "^4.17.12",
|
|
413465
413465
|
"@types/node": "^22.13.5",
|
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.
|
|
4
|
+
"version": "5.18.0",
|
|
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.292",
|
|
48
48
|
"@gearbox-protocol/sdk-gov": "^2.36.5",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
50
|
"@types/node": "^22.13.5",
|