-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
27 lines (27 loc) · 1.27 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
[submodule "server/deps/ckb-js-toolkit-contrib"]
path = server/deps/ckb-js-toolkit-contrib
url = https://github.com/wilfredTA/ckb-js-toolkit-contrib
[submodule "server/deps/ckb-miscellaneous-scripts/deps/secp256k1"]
path = server/deps/ckb-miscellaneous-scripts/deps/secp256k1
url = https://github.com/nervosnetwork/secp256k1
[submodule "server/deps/ckb-miscellaneous-scripts/deps/ckb-c-stdlib"]
path = server/deps/ckb-miscellaneous-scripts/deps/ckb-c-stdlib
url = https://github.com/nervosnetwork/ckb-c-stdlib
[submodule "ckb-js-toolkit-contrib"]
path = ckb-js-toolkit-contrib
url = https://github.com/WilfredTA/ckb-js-toolkit-contrib
[submodule "keyper-bridge/deps/keyper"]
path = keyper-bridge/deps/keyper
url = https://github.com/ququzone/keyper
[submodule "keyper-web-wallet/packages/wallet/deps/keyper"]
path = keyper-web-wallet/packages/wallet/deps/keyper
url = https://github.com/ququzone/keyper
[submodule "wallet/deps/keyper-web-wallet"]
path = wallet/deps/keyper-web-wallet
url = https://github.com/WilfredTA/keyper-web-wallet
[submodule "wallet/deps/keyper-bridge"]
path = wallet/deps/keyper-bridge
url = https://github.com/WilfredTA/keyper-bridge
[submodule "client/deps/keyper-bridge"]
path = client/deps/keyper-bridge
url = https://github.com/WilfredTA/keyper-bridge