Skip to content

Commit

Permalink
[CHAIN-47] remove openzeppelin-foundry-upgrades (#6)
Browse files Browse the repository at this point in the history
We are using named proxies instead of generic ERC1967 UUPS proxies.
  • Loading branch information
eyqs authored Sep 14, 2024
1 parent 47b50cc commit 1eea256
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "nest/lib/openzeppelin-contracts-upgradeable"]
path = nest/lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "nest/lib/openzeppelin-foundry-upgrades"]
path = nest/lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
1 change: 0 additions & 1 deletion foundry-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ Copy this folder to start a new Foundry project, then run the following to initi

```bash
$ forge install foundry-rs/forge-std
$ forge install OpenZeppelin/openzeppelin-foundry-upgrades
$ forge install OpenZeppelin/openzeppelin-contracts-upgradeable
```
1 change: 0 additions & 1 deletion nest/lib/openzeppelin-foundry-upgrades
Submodule openzeppelin-foundry-upgrades deleted from dd9e5d

0 comments on commit 1eea256

Please sign in to comment.