-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
24 lines (24 loc) · 865 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
[submodule "services/frontend"]
path = services/frontend
url = https://github.com/absortium/frontend.git
[submodule "services/backend"]
path = services/backend
url = https://github.com/absortium/backend.git
[submodule "services/ethwallet"]
path = services/ethwallet
url = https://github.com/absortium/ethwallet.git
[submodule "services/poloniexbot"]
path = services/poloniexbot
url = https://github.com/absortium/poloniexbot.git
[submodule "libs/core"]
path = libs/core
url = https://github.com/absortium/core.git
[submodule "libs/poloniex-api"]
path = libs/poloniex-api
url = https://github.com/absortium/poloniex-api.git
[submodule "libs/ethwallet-api"]
path = libs/ethwallet-api
url = https://github.com/absortium/ethwallet-api.git
[submodule "libs/absortium-api"]
path = libs/absortium-api
url = https://github.com/absortium/absortium-api.git