@gearbox-protocol/periphery-v3 1.3.16 → 1.3.17

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.
@@ -70,7 +70,7 @@ import "forge-std/console.sol";
70
70
  /// Do not use for data from data compressor for state-changing functions
71
71
  contract DataCompressorV3 is IDataCompressorV3, ContractsRegisterTrait, LinearInterestModelHelper {
72
72
  // Contract version
73
- uint256 public constant version = 3_01;
73
+ uint256 public constant version = 3_00;
74
74
 
75
75
  IZapperRegister public zapperRegister;
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/periphery-v3",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
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>",