Skip to content

Commit

Permalink
fix: update code snippet (yearn#293)
Browse files Browse the repository at this point in the history
* fix: update code snippet

* fix: enclose it in backticks
  • Loading branch information
orbxball authored and sambacha committed Sep 7, 2021

Verified

This commit was signed with the committer’s verified signature.
jennydaman Jennings Zhang
1 parent 26a87d1 commit 434df5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
@@ -37,11 +37,11 @@ The below instructions show some python commands that assume you are using the b
vault.setManagementFee(0)
```

1. (Optional) Set governance to ychad.eth (0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52) if vault is planned to be endorsed soon:
1. (Optional) Set governance to ychad.eth (`0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52`) if vault is planned to be endorsed soon:
- Note you can still make changes to the vault after setting governance up until governance is accepted

```python
vault.setManagementFee(0)
vault.setGovernance(ychad.eth)
```


0 comments on commit 434df5a

Please sign in to comment.