Skip to content

Commit

Permalink
docs(contracts): udpate docs structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 18, 2024
1 parent f863e5c commit eb29ff7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Deploying
# Deployment Guide

**This should only be done once with the `V1` contracts. For upgrades, refer to the [upgrading doc](./upgrading.md).**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upgrading
# Upgrading Guide

When upgrading contracts, always keep the old implementation of the contracts around and increment the version number.
For example, when upgrading `BoltManagerV1`, copy it into a new file called `BoltManagerV2` and make your changes.
Expand Down

0 comments on commit eb29ff7

Please sign in to comment.