@gearbox-protocol/deploy-tools 5.9.13 → 5.9.14
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
|
@@ -366321,7 +366321,7 @@ var GaugeContract = class extends BaseContract {
|
|
|
366321
366321
|
quotaParams: this.quotaParams.entries().reduce(
|
|
366322
366322
|
(acc, [address, params]) => ({
|
|
366323
366323
|
...acc,
|
|
366324
|
-
[address]: {
|
|
366324
|
+
[this.labelAddress(address)]: {
|
|
366325
366325
|
minRate: percentFmt(params.minRate, raw),
|
|
366326
366326
|
maxRate: percentFmt(params.maxRate, raw),
|
|
366327
366327
|
totalVotesLpSide: params.totalVotesLpSide / WAD,
|
|
@@ -411079,7 +411079,7 @@ function getRenderer(opts) {
|
|
|
411079
411079
|
var package_default = {
|
|
411080
411080
|
name: "@gearbox-protocol/deploy-tools",
|
|
411081
411081
|
description: "Gearbox deploy tools",
|
|
411082
|
-
version: "5.9.
|
|
411082
|
+
version: "5.9.14",
|
|
411083
411083
|
homepage: "https://gearbox.fi",
|
|
411084
411084
|
keywords: [
|
|
411085
411085
|
"gearbox"
|
|
@@ -411122,7 +411122,7 @@ var package_default = {
|
|
|
411122
411122
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
411123
411123
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
411124
411124
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
411125
|
-
"@gearbox-protocol/sdk": "3.0.0-vfour.
|
|
411125
|
+
"@gearbox-protocol/sdk": "3.0.0-vfour.224",
|
|
411126
411126
|
"@gearbox-protocol/sdk-gov": "^2.34.0",
|
|
411127
411127
|
"@types/lodash-es": "^4.17.12",
|
|
411128
411128
|
"@types/node": "^22.12.0",
|
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.9.
|
|
4
|
+
"version": "5.9.14",
|
|
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.224",
|
|
48
48
|
"@gearbox-protocol/sdk-gov": "^2.34.0",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
50
|
"@types/node": "^22.12.0",
|