Skip to content

Commit

Permalink
Update upgradeable-proxies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Nov 21, 2024
1 parent 4180379 commit ed49b22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ contract DemoV2 {

In addition to updating the version string, this contract also adds a `name` state variable and a `setName` function that allows us to set the value of `name`. We'll use this function later when we upgrade our proxy.

Finally, we'll create a file called `Proxies.sol` to import our proxy contracts. This file will look a little different than the others:
Finally, we'll create a file called `Proxies.sol` to import our proxy contracts. This file will look a little different from the others:

```solidity
// SPDX-License-Identifier: UNLICENSED
Expand Down

0 comments on commit ed49b22

Please sign in to comment.