Skip to content

Commit

Permalink
Rename emergency.md -> upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Oct 25, 2024
1 parent 10ac37b commit 0f29908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/emergency.md → docs/upgrade.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Emergency Response
# Upgrading Contracts

Sometimes, we need to fix problems in our smart contracts. We can do this by upgrading contracts that use ERC1967Proxy. Here's how to do it:

Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,4 +431,4 @@ forge script script/DeployRecoveryControllerZKSync.s.sol:Deploy --zksync --rpc-u

## Emergency Response

For information on how to handle emergency situations and upgrade contracts, please refer to our [Emergency Response Guide](../../docs/emergency.md).
For information on how upgrade contracts for handling emergency situations, please refer to our [Upgrading Contracts](../../docs/upgrade.md).

0 comments on commit 0f29908

Please sign in to comment.