Skip to content

Commit 4320e03

Browse files
committed
chore: remove mention of DAO handled by Zama
1 parent 8b741b9 commit 4320e03

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

docs/confidential-wrapper.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ This document gives an overview of the **Confidential Wrapper,** a smart contrac
1010
* **Unwrapping**: Converting confidential tokens back into ERC-20 tokens.
1111
* **Rate**: The conversion ratio between underlying token units and confidential token units (due to decimal differences).
1212
* **Operator**: An address authorized to transfer confidential tokens on behalf of another address.
13-
* **Owner**: The owner of the wrapper contract. In the FHEVM protocol, this is initially set to a DAO [governance](governance.md) contract handled by Zama. Ownership will then be transferred to the underlying token's owner.
13+
* **Owner**: The owner of the wrapper contract. In the FHEVM protocol, this is initially set to the Protocol DAO governance (see [governance.md](governance.md)). Ownership will then be transferred to the underlying token's owner.
1414
* **Registry**: The registry contract that maps ERC-20 tokens to their corresponding confidential wrappers. More information [here](registry-contract.md).
1515
* **ACL**: The Access Control List (ACL) contract that manages the permissions for encrypted amounts. More information in the [FHEVM library documentation](https://docs.zama.org/protocol/protocol/overview/library#access-control).
1616
* **Input proof**: A proof that the encrypted amount is valid. More information in the [`relayer-sdk` documentation](https://docs.zama.org/protocol/relayer-sdk-guides/fhevm-relayer/input).
1717
* **Public decryption**: A request to publicly decrypt an encrypted amount. More information in the [`relayer-sdk` documentation](https://docs.zama.org/protocol/relayer-sdk-guides/fhevm-relayer/decryption/public-decryption).
1818

19-
2019
## Contract information
2120

2221
| Resource | Link |
@@ -367,4 +366,4 @@ wrapper.supportsInterface(type(IERC165).interfaceId);
367366

368367
## Upgradeability
369368

370-
The contract uses **UUPS (Universal Upgradeable Proxy Standard)** with 2-step ownership transfer. Only the owner can upgrade the contract. Initially, the owner is set to a DAO [governance](governance.md) contract handled by Zama. Ownership will then be transferred to the underlying token's owner.
369+
The contract uses **UUPS (Universal Upgradeable Proxy Standard)** with 2-step ownership transfer. Only the owner can upgrade the contract. Initially, the owner is set to the Protocol DAO governance (see [governance.md](governance.md)). Ownership will then be transferred to the underlying token's owner.

docs/governance.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ flowchart
7373

7474
An example of governance architecture for the token and its OFT contracts can be found in the [zama-token.md](zama-token.md) file.
7575

76-
## Contract addresses
77-
78-
All deployed governance contract addresses can be found in the [addresses directory](addresses/README.md).
79-
8076
## Operator wallets
8177

8278
Each operator maintains their own wallets for participating in the DAO and multisigs. Operators are free to choose how they instantiate their wallet but are strongly encouraged to use a hardware, MPC, or multisig wallet. Where possible, the same wallet may be used for multiple multisigs.

docs/registry-contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document explains the **Confidential Token Wrappers Registry,** an onchain
1010
* **TokenWrapperPair**: A pair of a token and its confidential wrapper.
1111
* **Valid**: A valid confidential wrapper has been verified by the registry owner and can be used to wrap and unwrap tokens from the underlying token.
1212
* **Invalid**: An invalid confidential wrapper has been revoked by the registry owner and should not be used to wrap and unwrap tokens from the underlying token.
13-
* **Owner**: The owner of the registry. In the FHEVM protocol, this is a DAO governance contract handled by Zama.
13+
* **Owner**: The owner of the registry. In the FHEVM protocol, this is the Protocol DAO governance (see [governance.md](governance.md)).
1414

1515
## Contract information
1616

0 commit comments

Comments
 (0)