Skip to content

Commit 61016d4

Browse files
committed
chore(protocol-contracts): update contract natspec comment
1 parent 70d51d3 commit 61016d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol-contracts/confidential-token-wrappers-registry/contracts/ConfidentialTokenWrappersRegistry.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {IERC165} from "@openzeppelin/contracts/utils/introspection/IERC165.sol";
77

88
/**
99
* @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.
10+
* @notice registry contract mapping ERC-20 tokens to their corresponding confidential FHEVM wrapper
11+
* extensions of ERC-7984.
1212
* @dev This contract allows an owner to register new entries and flag revoked ones.
1313
*/
1414
contract ConfidentialTokenWrappersRegistry is Ownable2StepUpgradeable, UUPSUpgradeable {

0 commit comments

Comments
 (0)