We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d51d3 commit 61016d4Copy full SHA for 61016d4
protocol-contracts/confidential-token-wrappers-registry/contracts/ConfidentialTokenWrappersRegistry.sol
@@ -7,8 +7,8 @@ import {IERC165} from "@openzeppelin/contracts/utils/introspection/IERC165.sol";
7
8
/**
9
* @title ConfidentialTokenWrappersRegistry
10
- * @notice A registry contract to map ERC20 token addresses to their corresponding ERC7984
11
- * confidential fhevm wrapper addresses, also called confidential tokens.
+ * @notice registry contract mapping ERC-20 tokens to their corresponding confidential FHEVM wrapper
+ * extensions of ERC-7984.
12
* @dev This contract allows an owner to register new entries and flag revoked ones.
13
*/
14
contract ConfidentialTokenWrappersRegistry is Ownable2StepUpgradeable, UUPSUpgradeable {
0 commit comments