@gearbox-protocol/periphery-v3 1.5.1 → 1.5.2
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.
|
@@ -37,7 +37,7 @@ contract DegenDistributorV3 is IDegenDistributorV3 {
|
|
|
37
37
|
|
|
38
38
|
constructor(address addressProvider) {
|
|
39
39
|
treasury = IAddressProviderV3(addressProvider).getAddressOrRevert(AP_TREASURY, NO_VERSION_CONTROL);
|
|
40
|
-
degenNFT = IAddressProviderV3(addressProvider).getAddressOrRevert(AP_DEGEN_NFT,
|
|
40
|
+
degenNFT = IAddressProviderV3(addressProvider).getAddressOrRevert(AP_DEGEN_NFT, 1);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
function updateMerkleRoot(bytes32 newRoot) external treasuryOnly {
|
package/package.json
CHANGED