generated from PaulRBerg/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
24 lines (24 loc) · 862 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "lib/forge-std"]
branch = "master"
path = "lib/forge-std"
url = "https://github.com/foundry-rs/forge-std"
[submodule "lib/prb-test"]
branch = "0.3.1"
path = "lib/prb-test"
url = "https://github.com/PaulRBerg/prb-test"
[submodule "lib/prb-math"]
path = "lib/prb-math"
url = "https://github.com/PaulRBerg/prb-math"
branch = "v3.2.0"
[submodule "lib/openzeppelin-contracts"]
path = "lib/openzeppelin-contracts"
url = "https://github.com/openzeppelin/openzeppelin-contracts"
branch = "v4.8.1"
[submodule "lib-0_5_x/openzeppelin-contracts"]
path = lib-0_5_x/openzeppelin-contracts
url = "https://github.com/openzeppelin/openzeppelin-contracts"
branch = "v2.5.1"
[submodule "lib-0_6_x/openzeppelin-contracts"]
path = "lib-0_6_x/openzeppelin-contracts"
url = "https://github.com/openzeppelin/openzeppelin-contracts"
branch = "v3.4.1"