oz contracts
This commit is contained in:
parent
71222d5759
commit
85cc752b91
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal 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
|
1
lib/openzeppelin-contracts
Submodule
1
lib/openzeppelin-contracts
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d00acef4059807535af0bd0dd0ddf619747a044b
|
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user