Skip to content

Commit

Permalink
fix: update code snippet (#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 Apr 22, 2021
1 parent 7325650 commit 1a1f36c
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
Expand Up @@ -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)
```


Expand Down

0 comments on commit 1a1f36c

Please sign in to comment.