-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 789 Bytes
/
.gitmodules
File metadata and controls
18 lines (18 loc) · 789 Bytes
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/solady"]
path = contracts/lib/solady
url = https://github.com/vectorized/solady
[submodule "contracts/lib/limit-order-protocol"]
path = contracts/lib/limit-order-protocol
url = https://github.com/1inch/limit-order-protocol
[submodule "contracts/lib/chainlink-evm"]
path = contracts/lib/chainlink-evm
url = https://github.com/smartcontractkit/chainlink-evm
[submodule "contracts/lib/solidity-utils"]
path = contracts/lib/solidity-utils
url = https://github.com/1inch/solidity-utils
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts