forked from Stride-Labs/stride
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
34 lines (34 loc) · 1.25 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
28
29
30
31
32
33
34
[submodule "deps/hermes"]
# Commit: fd92eb6d17342bc83003f2067d6a9cd8261f2884
path = deps/hermes
url = https://github.com/informalsystems/ibc-rs.git
[submodule "deps/relayer"]
# Commit: v2.3.0-rc3
path = deps/relayer
url = https://github.com/cosmos/relayer.git
[submodule "deps/gaia"]
# Commit: 5db8fcc9a229730f5115bed82d0f85b6db7184b4
path = deps/gaia
url = https://github.com/cosmos/gaia.git
[submodule "deps/juno"]
# Commit: 955892041359443fbb5addd34c0ab8b66bd8d75c
path = deps/juno
url = https://github.com/CosmosContracts/juno.git
[submodule "deps/osmosis"]
# Commit: 08669da8509059980dc964976ee1ca60c84f5c8a
path = deps/osmosis
url = https://github.com/osmosis-labs/osmosis.git
[submodule "deps/stargaze"]
# Commit: b0bea28fc695a2a5c567e56a37b289a5b75830cc
path = deps/stargaze
url = https://github.com/public-awesome/stargaze.git
# bats
[submodule "dockernet/tests/bats/bats-core"]
path = dockernet/tests/bats/bats-core
url = https://github.com/bats-core/bats-core.git
[submodule "dockernet/tests/bats/bats-assert"]
path = dockernet/tests/bats/bats-assert
url = https://github.com/bats-core/bats-assert.git
[submodule "dockernet/tests/bats/bats-support"]
path = dockernet/tests/bats/bats-support
url = https://github.com/bats-core/bats-support.git