-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
18 lines (18 loc) · 821 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "contracts/lib/forge-std"]
path = contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "contracts/lib/foundry-devops"]
path = contracts/lib/foundry-devops
url = https://github.com/cyfrin/foundry-devops
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "contracts/lib/openzeppelin-contracts-upgradeable"]
path = contracts/lib/openzeppelin-contracts-upgradeable
url = https://github.com/openzeppelin/openzeppelin-contracts-upgradeable
[submodule "contracts/lib/solmate"]
path = contracts/lib/solmate
url = https://github.com/transmissions11/solmate
[submodule "contracts/lib/ccip"]
path = contracts/lib/ccip
url = https://github.com/smartcontractkit/ccip