-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1 KB
/
.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
28
29
30
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/Openzeppelin/openzeppelin-contracts
branch = v4.8.1
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/Openzeppelin/openzeppelin-contracts-upgradeable
branch = v4.8.1
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1.3.0
[submodule "lib/chainlink"]
path = lib/chainlink
url = https://github.com/smartcontractkit/chainlink
branch = v1.11.0
[submodule "lib/uniswap/v2-core"]
path = lib/uniswap/v2-core
url = https://github.com/Uniswap/v2-core
branch = v1.0.1
[submodule "lib/uniswap/v2-periphery"]
path = lib/uniswap/v2-periphery
url = https://github.com/Uniswap/v2-periphery
[submodule "lib/uniswap/lib"]
path = lib/uniswap/lib
url = https://github.com/Uniswap/solidity-lib
branch = v2.1.0
[submodule "client"]
path = client
url = https://github.com/jongregis/blacksmith.git