@gearbox-protocol/periphery-v3 1.3.9 → 1.3.10

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.
@@ -287,7 +287,6 @@ contract DataCompressorV3_00 is IDataCompressorV3_00, ContractsRegisterTrait, Li
287
287
  CreditManagerV3(_cm).creditAccountInfo(_creditAccount);
288
288
 
289
289
  result.expirationDate = creditFacade.expirationDate();
290
- result.maxApprovedBots = CreditFacadeV3(address(creditFacade)).maxApprovedBots();
291
290
 
292
291
  result.activeBots = IBotListV3(CreditFacadeV3(address(creditFacade)).botList()).activeBots(_cm, _creditAccount);
293
292
  }
@@ -67,7 +67,6 @@ struct CreditAccountData {
67
67
  // V3 features
68
68
  uint40 expirationDate;
69
69
  address[] activeBots;
70
- uint256 maxApprovedBots;
71
70
  }
72
71
 
73
72
  struct LinearModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/periphery-v3",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "main": "index.js",
5
5
  "repository": "git@github.com:Gearbox-protocol/periphery-v3.git",
6
6
  "author": "Mikael <26343374+0xmikko@users.noreply.github.com>",
@@ -18,7 +18,7 @@
18
18
  "@commitlint/cli": "^17.6.3",
19
19
  "@commitlint/config-conventional": "17.6.0",
20
20
  "@gearbox-protocol/core-v2": "1.19.0-base.16",
21
- "@gearbox-protocol/core-v3": "^1.44.0",
21
+ "@gearbox-protocol/core-v3": "^1.45.3",
22
22
  "@gearbox-protocol/integrations-v3": "^1.23.1",
23
23
  "@gearbox-protocol/oracles-v3": "^1.8.1",
24
24
  "@gearbox-protocol/sdk-gov": "^1.14.0",