Skip to content

Commit 6e0a889

Browse files
committed
Add EVM examples and update submodules
1 parent cf0d123 commit 6e0a889

16 files changed

+16
-0
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@
1010
[submodule "evm/lib/openzeppelin-foundry-upgrades"]
1111
path = evm/lib/openzeppelin-foundry-upgrades
1212
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
13+
[submodule "examples/evm/lib/forge-std"]
14+
path = examples/evm/lib/forge-std
15+
url = https://github.com/foundry-rs/forge-std
16+
[submodule "examples/evm/lib/openzeppelin-contracts"]
17+
path = examples/evm/lib/openzeppelin-contracts
18+
url = https://github.com/OpenZeppelin/openzeppelin-contracts
19+
[submodule "examples/evm/lib/openzeppelin-contracts-upgradeable"]
20+
path = examples/evm/lib/openzeppelin-contracts-upgradeable
21+
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
22+
[submodule "examples/evm/lib/openzeppelin-foundry-upgrades"]
23+
path = examples/evm/lib/openzeppelin-foundry-upgrades
24+
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
File renamed without changes.
File renamed without changes.

examples/evm/lib/forge-std

Submodule forge-std added at 8e40513
Submodule openzeppelin-contracts added at c64a1ed

0 commit comments

Comments
 (0)