-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 842 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
25
26
27
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = master
[submodule "lib/ens-contracts"]
path = lib/ens-contracts
url = https://github.com/ensdomains/ens-contracts
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/transmissions11/solmate
branch = main
[submodule "lib/alchemix"]
path = lib/alchemix
url = https://github.com/alchemix-finance/v2-foundry
branch = master
[submodule "lib/openzeppelin"]
path = lib/openzeppelin
url = https://github.com/OpenZeppelin/openzeppelin-contracts
branch = release-v5.1
[submodule "lib/self-repaying-eth"]
path = lib/self-repaying-eth
url = https://github.com/The-Wary-One/self-repaying-eth
branch = main
[submodule "lib/gelato"]
path = lib/gelato
url = https://github.com/gelatodigital/automate
branch = master