@gearbox-protocol/sdk 11.11.0 → 11.11.1
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.
|
@@ -116,11 +116,11 @@ class BotsPlugin extends import_sdk.BasePlugin {
|
|
|
116
116
|
if (b.status === "success") {
|
|
117
117
|
expectedBots.upsert(b.result, { ...configs[i], treasury });
|
|
118
118
|
this.logger?.debug(
|
|
119
|
-
`
|
|
119
|
+
`expected bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`
|
|
120
120
|
);
|
|
121
121
|
} else {
|
|
122
122
|
this.logger?.error(
|
|
123
|
-
`failed
|
|
123
|
+
`failed compute address for bot [${minHealthFactor}, ${maxHealthFactor}]`,
|
|
124
124
|
b.error
|
|
125
125
|
);
|
|
126
126
|
}
|
|
@@ -114,11 +114,11 @@ class BotsPlugin extends BasePlugin {
|
|
|
114
114
|
if (b.status === "success") {
|
|
115
115
|
expectedBots.upsert(b.result, { ...configs[i], treasury });
|
|
116
116
|
this.logger?.debug(
|
|
117
|
-
`
|
|
117
|
+
`expected bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`
|
|
118
118
|
);
|
|
119
119
|
} else {
|
|
120
120
|
this.logger?.error(
|
|
121
|
-
`failed
|
|
121
|
+
`failed compute address for bot [${minHealthFactor}, ${maxHealthFactor}]`,
|
|
122
122
|
b.error
|
|
123
123
|
);
|
|
124
124
|
}
|