We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1375a7b commit 45ad4b6Copy full SHA for 45ad4b6
docs/developers/v3/vault_management.md
@@ -29,6 +29,12 @@ You will only need three variables.
29
2. `governance` : The main address to be in control of the vaults and RoleManager contract. This should be a fully trusted address.
30
3. `management` : Secondary address to manage lower risk more day to day needs of the vault such as debt allocations.
31
32
+:::warning
33
+
34
+Make sure your `governance` and `management` addresses are NOT the same address as this will prevent you from adding strategies.
35
36
+:::
37
38
```solidity
39
projectName = "Project Name" // Name of your project.
40
governance = address(0x69) // Address to be in charge of the project.
0 commit comments