@gearbox-protocol/deploy-tools 5.3.26 → 5.3.27
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 +5 -11
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -375989,7 +375989,7 @@ var PoolQuotaKeeperContract = class extends BaseContract {
|
|
|
375989
375989
|
quotas: this.quotas.entries().reduce(
|
|
375990
375990
|
(acc, [address, params]) => ({
|
|
375991
375991
|
...acc,
|
|
375992
|
-
[address]: {
|
|
375992
|
+
[this.labelAddress(address)]: {
|
|
375993
375993
|
rate: percentFmt(params.rate, raw),
|
|
375994
375994
|
quotaIncreaseFee: percentFmt(params.quotaIncreaseFee, raw),
|
|
375995
375995
|
totalQuoted: formatBNvalue(
|
|
@@ -383422,16 +383422,10 @@ var PriceOracleBaseContract = class extends BaseContract {
|
|
|
383422
383422
|
return {
|
|
383423
383423
|
...super.stateHuman(raw),
|
|
383424
383424
|
mainPriceFeeds: Object.fromEntries(
|
|
383425
|
-
this.mainPriceFeeds.entries().map(([token, v]) => [
|
|
383426
|
-
this.labelAddress(token),
|
|
383427
|
-
v.stateHuman(raw)
|
|
383428
|
-
])
|
|
383425
|
+
this.mainPriceFeeds.entries().map(([token, v]) => [this.labelAddress(token), v.stateHuman(raw)])
|
|
383429
383426
|
),
|
|
383430
383427
|
reservePriceFeeds: Object.fromEntries(
|
|
383431
|
-
this.reservePriceFeeds.entries().map(([token, v]) => [
|
|
383432
|
-
this.labelAddress(token),
|
|
383433
|
-
v.stateHuman(raw)
|
|
383434
|
-
])
|
|
383428
|
+
this.reservePriceFeeds.entries().map(([token, v]) => [this.labelAddress(token), v.stateHuman(raw)])
|
|
383435
383429
|
)
|
|
383436
383430
|
};
|
|
383437
383431
|
}
|
|
@@ -418239,7 +418233,7 @@ function getRenderer(opts) {
|
|
|
418239
418233
|
var package_default = {
|
|
418240
418234
|
name: "@gearbox-protocol/deploy-tools",
|
|
418241
418235
|
description: "Gearbox deploy tools",
|
|
418242
|
-
version: "5.3.
|
|
418236
|
+
version: "5.3.27",
|
|
418243
418237
|
homepage: "https://gearbox.fi",
|
|
418244
418238
|
keywords: [
|
|
418245
418239
|
"gearbox"
|
|
@@ -418282,7 +418276,7 @@ var package_default = {
|
|
|
418282
418276
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
418283
418277
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
418284
418278
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
418285
|
-
"@gearbox-protocol/sdk": "^3.0.0-vfour.
|
|
418279
|
+
"@gearbox-protocol/sdk": "^3.0.0-vfour.173",
|
|
418286
418280
|
"@gearbox-protocol/sdk-gov": "^2.33.2",
|
|
418287
418281
|
"@types/lodash-es": "^4.17.12",
|
|
418288
418282
|
"@types/node": "^22.10.6",
|
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.3.
|
|
4
|
+
"version": "5.3.27",
|
|
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.173",
|
|
48
48
|
"@gearbox-protocol/sdk-gov": "^2.33.2",
|
|
49
49
|
"@types/lodash-es": "^4.17.12",
|
|
50
50
|
"@types/node": "^22.10.6",
|