forked from Stride-Labs/stride
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
38 lines (38 loc) · 1.31 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
35
36
37
38
[submodule "deps/hermes"]
# Commit: fd92eb6d17342bc83003f2067d6a9cd8261f2884
path = deps/hermes
url = https://github.com/informalsystems/ibc-rs.git
[submodule "deps/relayer"]
# Commit: e95dd80608536c31d37354bdd7f7ec46a2172009
path = deps/relayer
url = https://github.com/cosmos/relayer.git
[submodule "deps/gaia"]
# Commit: v9.1.0
path = deps/gaia
url = https://github.com/cosmos/gaia.git
[submodule "deps/juno"]
# Commit: v14.1.0
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: v9.0.1
path = deps/stargaze
url = https://github.com/public-awesome/stargaze.git
[submodule "deps/evmos"]
# Commit: ec337e0357ae6b6727ad9092ac0ce3667df91319
path = deps/evmos
url = https://github.com/evmos/evmos
# 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