Skip to content

Commit 45ad4b6

Browse files
authored
chore: add warning to roleManager deployment instructions (yearn#556)
1 parent 1375a7b commit 45ad4b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/developers/v3/vault_management.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ You will only need three variables.
2929
2. `governance` : The main address to be in control of the vaults and RoleManager contract. This should be a fully trusted address.
3030
3. `management` : Secondary address to manage lower risk more day to day needs of the vault such as debt allocations.
3131

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+
3238
```solidity
3339
projectName = "Project Name" // Name of your project.
3440
governance = address(0x69) // Address to be in charge of the project.

0 commit comments

Comments
 (0)