Skip to content

Commit

Permalink
docs(contracts): deployment guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 17, 2024
1 parent bf1d824 commit 563d015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-contracts/docs/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For example, when upgrading `BoltManagerV1`, copy it into a new file called `Bol
This is needed to reference check the new contracts with the old contracts so that the OpenZeppelin Upgrades library can
validate the safety of the upgrade. You MUST add this reference when upgrading a contract:

```sol
```solidity
Options memory opts;
opts.referenceContract = "BoltManagerV1.sol";
Upgrades.upgradeProxy(proxy, "BoltManagerV2.sol", "", opts);
Expand Down

0 comments on commit 563d015

Please sign in to comment.