-
Notifications
You must be signed in to change notification settings - Fork 206
/
.gitmodules
48 lines (48 loc) · 1.56 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
39
40
41
42
43
44
45
46
47
48
[submodule "deps/hermes"]
# Commit: v1.5.1
path = deps/hermes
url = https://github.com/informalsystems/ibc-rs.git
# TODO [LSM]: Revert to cosmos relayer once they've merged
# the fix for the unbonding time query
[submodule "deps/relayer"]
# Commit: v2.4.2
path = deps/relayer
url = https://github.com/cosmos/relayer.git
[submodule "deps/gaia"]
# Commit: v12.0.0-rc0
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: v20.5.0-no-fees
path = deps/osmosis
url = https://github.com/Stride-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
[submodule "deps/dydx"]
# Commit: protocol/v3.0.0-rc1
path = deps/dydx
url = https://github.com/dydxprotocol/v4-chain.git
[submodule "deps/noble"]
# Commit: v3.1.0
path = deps/noble
url = https://github.com/strangelove-ventures/noble.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