Skip to content

Commit cb09591

Browse files
committed
added delegate call example to implementation of Upgradable Contracts learning project: A comprehensive educational resource for building upgradeable smart contracts on Ethereum and Base blockchain using Foundry and OpenZeppelin. Includes proxy patterns (Transparent, UUPS, Beacon), security best practices, test suites, deployment scripts, and detailed documentation with architectural explanations. Features SmallProxy.sol example, Foundry configuration, and structured learning modules for developers. - .gitmodules
1 parent 9d5ddf2 commit cb09591

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
[submodule "lib/openzeppelin-contracts"]
55
path = lib/openzeppelin-contracts
66
url = https://github.com/OpenZeppelin/openzeppelin-contracts
7+
[submodule "lib/openzeppelin-foundry-upgrades"]
8+
path = lib/openzeppelin-foundry-upgrades
9+
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
10+
[submodule "lib/openzeppelin-contracts-upgradeable"]
11+
path = lib/openzeppelin-contracts-upgradeable
12+
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable

0 commit comments

Comments
 (0)