We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6dd80 commit 6d66c90Copy full SHA for 6d66c90
kms/auth-eth/contracts/DstackApp.sol
@@ -1,8 +1,6 @@
1
// SPDX-License-Identifier: MIT
2
pragma solidity ^0.8.22;
3
4
-/// @custom:oz-upgrades-from DstackAppV1
5
-
6
import "./IAppAuth.sol";
7
import "./IAppAuthBasicManagement.sol";
8
import "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol";
kms/auth-eth/contracts/DstackKms.sol
-/// @custom:oz-upgrades-from DstackKmsV1
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
kms/auth-eth/contracts/test-utils/DstackAppV1.sol
kms/auth-eth/contracts/test-utils/DstackKmsV1.sol
0 commit comments