@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
|
}
|
package/contracts/data/Types.sol
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/periphery-v3",
|
|
3
|
-
"version": "1.3.
|
|
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.
|
|
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",
|