forked from eosnetworkfoundation/mandel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
26 lines (26 loc) · 1001 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
[submodule "libraries/chainbase"]
path = libraries/chainbase
url = https://github.com/eosnetworkfoundation/mandel-chainbase
ignore = dirty
[submodule "libraries/appbase"]
path = libraries/appbase
url = https://github.com/eosnetworkfoundation/mandel-appbase
ignore = dirty
[submodule "libraries/softfloat"]
path = libraries/softfloat
url = https://github.com/eosnetworkfoundation/mandel-berkeley-softfloat-3
[submodule "libraries/fc"]
path = libraries/fc
url = https://github.com/eosnetworkfoundation/mandel-fc
[submodule "libraries/yubihsm"]
path = libraries/yubihsm
url = https://github.com/Yubico/yubihsm-shell
[submodule "libraries/eos-vm"]
path = libraries/eos-vm
url = https://github.com/eosnetworkfoundation/mandel-eos-vm
[submodule "eosio-wasm-spec-tests"]
path = eosio-wasm-spec-tests
url = https://github.com/eosnetworkfoundation/mandel-wasm-spec-tests
[submodule "tests/abieos"]
path = tests/abieos
url = https://github.com/eosnetworkfoundation/mandel-abieos