@gearbox-protocol/deploy-tools 5.18.8 → 5.18.9
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
|
@@ -379560,7 +379560,7 @@ var RedstonePriceFeedContract = class extends AbstractPriceFeedContract {
|
|
|
379560
379560
|
...super.stateHuman(raw),
|
|
379561
379561
|
contractType: "PRICE_FEED::REDSTONE",
|
|
379562
379562
|
dataId: this.dataId,
|
|
379563
|
-
signers: this.signers,
|
|
379563
|
+
signers: this.signers.filter((s) => s !== ADDRESS_0X0),
|
|
379564
379564
|
signersThreshold: this.signersThreshold,
|
|
379565
379565
|
skipCheck: true,
|
|
379566
379566
|
lastPrice: this.lastPrice.toString(),
|
|
@@ -417534,7 +417534,7 @@ function getRenderer(opts) {
|
|
|
417534
417534
|
var package_default = {
|
|
417535
417535
|
name: "@gearbox-protocol/deploy-tools",
|
|
417536
417536
|
description: "Gearbox deploy tools",
|
|
417537
|
-
version: "5.18.
|
|
417537
|
+
version: "5.18.9",
|
|
417538
417538
|
homepage: "https://gearbox.fi",
|
|
417539
417539
|
keywords: [
|
|
417540
417540
|
"gearbox"
|
|
@@ -417577,7 +417577,7 @@ var package_default = {
|
|
|
417577
417577
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
417578
417578
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
417579
417579
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
417580
|
-
"@gearbox-protocol/sdk": "3.0.0-vfour.
|
|
417580
|
+
"@gearbox-protocol/sdk": "3.0.0-vfour.303",
|
|
417581
417581
|
"@gearbox-protocol/sdk-gov": "^2.36.6",
|
|
417582
417582
|
"@types/lodash-es": "^4.17.12",
|
|
417583
417583
|
"@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.18.
|
|
4
|
+
"version": "5.18.9",
|
|
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.303",
|
|
48
48
|
"@gearbox-protocol/sdk-gov": "^2.36.6",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
50
|
"@types/node": "^22.13.10",
|