From 56c5aa29338ca6354bd5fd466d89141aa99c4c09 Mon Sep 17 00:00:00 2001 From: "Eugene Y. Q. Shen" Date: Sat, 14 Sep 2024 10:42:00 -0700 Subject: [PATCH] [CHAIN-47] remove openzeppelin-foundry-upgrades We are using named proxies instead of generic ERC1967 UUPS proxies. --- .gitmodules | 3 --- foundry-template/README.md | 1 - nest/lib/openzeppelin-foundry-upgrades | 1 - 3 files changed, 5 deletions(-) delete mode 160000 nest/lib/openzeppelin-foundry-upgrades diff --git a/.gitmodules b/.gitmodules index 188bad0..42cbfbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/foundry-template/README.md b/foundry-template/README.md index e38039d..5369139 100644 --- a/foundry-template/README.md +++ b/foundry-template/README.md @@ -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 ``` diff --git a/nest/lib/openzeppelin-foundry-upgrades b/nest/lib/openzeppelin-foundry-upgrades deleted file mode 160000 index dd9e5dd..0000000 --- a/nest/lib/openzeppelin-foundry-upgrades +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dd9e5dd22b885b364354af6a1cbad8a36958e3df