-
Notifications
You must be signed in to change notification settings - Fork 208
/
.gitmodules
28 lines (28 loc) · 910 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
28
[submodule "cita-forever"]
path = cita-forever
url = https://github.com/citahub/cita-forever.git
branch = develop
[submodule "cita-bft"]
path = cita-bft
url = https://github.com/citahub/cita-bft.git
branch = develop
[submodule "scripts/txtool/txtool/proto"]
path = scripts/txtool/txtool/proto
url = https://github.com/citahub/cita-proto.git
branch = master
[submodule "tests/contracts"]
path = tests/contracts
url = https://github.com/citahub/test-contracts.git
branch = master
[submodule "scripts/contracts/interaction"]
path = scripts/contracts/interaction
url = https://github.com/citahub/cita-sys-interaction.git
branch = master
[submodule "scripts/config_tool/genesis"]
path = scripts/config_tool/genesis
url = https://github.com/citahub/genesis.git
branch = master
[submodule "tests/jsondata"]
path = tests/jsondata
url = https://github.com/citahub/cita-testdata.git
branch = master