Skip to content

Commit 49a756b

Browse files
committed
feat: add dependencies
1 parent 1b226c3 commit 49a756b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "contracts/evm/lib/forge-std"]
2+
path = contracts/evm/lib/forge-std
3+
url = https://github.com/foundry-rs/forge-std
4+
[submodule "contracts/evm/lib/openzeppelin-contracts"]
5+
path = contracts/evm/lib/openzeppelin-contracts
6+
url = https://github.com/openzeppelin/openzeppelin-contracts

contracts/evm/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
out/
33
cache/
44

5-
# Dependencies
6-
lib/
7-
85
# Environment
96
.env
107
.env.local

contracts/evm/lib/forge-std

Submodule forge-std added at 1801b05
Submodule openzeppelin-contracts added at fcbae53

0 commit comments

Comments
 (0)