@gearbox-protocol/periphery-v3 1.3.5 → 1.3.6
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.
|
@@ -472,7 +472,7 @@ contract DataCompressorV3_00 is IDataCompressorV3_00, ContractsRegisterTrait, Li
|
|
|
472
472
|
|
|
473
473
|
unchecked {
|
|
474
474
|
for (uint256 i; i < len; ++i) {
|
|
475
|
-
address tokenIn = IZapper(zappers[i]).
|
|
475
|
+
address tokenIn = IZapper(zappers[i]).tokenIn();
|
|
476
476
|
address tokenOut = IZapper(zappers[i]).tokenOut();
|
|
477
477
|
result.zappers[i] = ZapperInfo({tokenIn: tokenIn, tokenOut: tokenOut, zapper: zappers[i]});
|
|
478
478
|
}
|
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.6",
|
|
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>",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@commitlint/config-conventional": "17.6.0",
|
|
20
20
|
"@gearbox-protocol/core-v2": "1.19.0-base.16",
|
|
21
21
|
"@gearbox-protocol/core-v3": "^1.40.2",
|
|
22
|
-
"@gearbox-protocol/integrations-v3": "^1.
|
|
22
|
+
"@gearbox-protocol/integrations-v3": "^1.20.0",
|
|
23
23
|
"@gearbox-protocol/oracles-v3": "^1.7.6",
|
|
24
24
|
"@gearbox-protocol/sdk-gov": "^1.5.10",
|
|
25
25
|
"@openzeppelin/contracts": "^4.9.3"
|