@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
- `found bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`
119
+ `expected bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`
120
120
  );
121
121
  } else {
122
122
  this.logger?.error(
123
- `failed to find bot [${minHealthFactor}, ${maxHealthFactor}]`,
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
- `found bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`
117
+ `expected bot [${minHealthFactor}, ${maxHealthFactor}] at ${b.result}`
118
118
  );
119
119
  } else {
120
120
  this.logger?.error(
121
- `failed to find bot [${minHealthFactor}, ${maxHealthFactor}]`,
121
+ `failed compute address for bot [${minHealthFactor}, ${maxHealthFactor}]`,
122
122
  b.error
123
123
  );
124
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.11.0",
3
+ "version": "11.11.1",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",