@gearbox-protocol/periphery-v3 1.5.2 → 1.5.3
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.
|
@@ -13,7 +13,7 @@ import {IDegenDistributorV3} from "../interfaces/IDegenDistributorV3.sol";
|
|
|
13
13
|
bytes32 constant AP_DEGEN_NFT = "DEGEN_NFT";
|
|
14
14
|
|
|
15
15
|
contract DegenDistributorV3 is IDegenDistributorV3 {
|
|
16
|
-
uint256 version = 3_00;
|
|
16
|
+
uint256 public constant version = 3_00;
|
|
17
17
|
|
|
18
18
|
/// @dev Emits each time when call not by treasury
|
|
19
19
|
error TreasuryOnlyException();
|
package/package.json
CHANGED