-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitmodules
21 lines (21 loc) · 851 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "lib/forge-std"]
# v1.5.6 set to commit e8a047e on branch master
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/solmate"]
# set to commit 2001af4 on branch main
path = lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "lib/openzeppelin-contracts"]
# v4.8.2 set to commit d00acef on branch master
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/openzeppelin-contracts-upgradeable"]
# v4.8.2 set to commit f6c4c9c on branch master
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
branch = v4.8.2
[submodule "lib/array-lib"]
# set to commit beba8db on branch master
path = lib/array-lib
url = https://github.com/grappafinance/array-lib