mirror of https://github.com/waku-org/nwaku.git
Add basic submodules
This commit is contained in:
parent
39cafde372
commit
130f99f34a
|
@ -0,0 +1,15 @@
|
|||
[submodule "vendor/nimbus"]
|
||||
path = vendor/nimbus
|
||||
url = git@github.com:status-im/nimbus.git
|
||||
[submodule "vendor/nim-eth"]
|
||||
path = vendor/nim-eth
|
||||
url = git@github.com:status-im/nim-eth.git
|
||||
[submodule "vendor/nim-secp256k1"]
|
||||
path = vendor/nim-secp256k1
|
||||
url = git@github.com:status-im/nim-secp256k1.git
|
||||
[submodule "vendor/nim-libp2p"]
|
||||
path = vendor/nim-libp2p
|
||||
url = git@github.com:status-im/nim-libp2p.git
|
||||
[submodule "vendor/nim-stew"]
|
||||
path = vendor/nim-stew
|
||||
url = git@github.com:status-im/nim-stew.git
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 205b57fe718f18d37d7dfa65cec6799c36fc8b7d
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8a22c073c772e4735f8eeb2d2d01ce985607bb8d
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e8fa92a0c6217103eecce2a9e6f274c7eedac13b
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8065e36c5af31f2f3f3b0d9ea242ae4eef193a30
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ff028982d6fc414c17d98d4c5e6d6d3856c0c598
|
Loading…
Reference in New Issue