oz contracts

This commit is contained in:
gozzy 2023-03-20 18:55:52 +00:00
parent 71222d5759
commit 85cc752b91
3 changed files with 15 additions and 0 deletions

12
.gitmodules vendored Normal file
View File

@ -0,0 +1,12 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.5.1
[submodule "lib/prb-math"]
path = lib/prb-math
url = https://github.com/paulRBerg/prb-math
branch = v3
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = v4.8.2

@ -0,0 +1 @@
Subproject commit d00acef4059807535af0bd0dd0ddf619747a044b

View File

@ -1,4 +1,6 @@
@prb/math/=lib/prb-math/src/ @prb/math/=lib/prb-math/src/
@openzeppelin/=lib/openzeppelin-contracts/contracts/
@interfaces/=src/interfaces/
@root/=src/ @root/=src/
forge-std/=lib/forge-std/src/ forge-std/=lib/forge-std/src/