-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitmodules
37 lines (37 loc) · 1007 Bytes
/
.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
[submodule "cosmos-sdk"]
path = cosmos-sdk
url = https://github.com/terra-money/cosmos-sdk.git
branch = release/v0.47.x
[submodule "ibc-go"]
path = ibc-go
url = https://github.com/cosmos/ibc-go.git
branch = release/v7.3.x
[submodule "alliance"]
path = alliance
url = https://github.com/terra-money/alliance.git
branch = release/v0.3.x
[submodule "terra"]
path = terra
url = https://github.com/terra-money/core
branch = feat/v2.10/smartaccounts
[submodule "wasmd"]
path = wasmd
url = https://github.com/cosmwasm/wasmd
branch = releases/v0.40.x
[submodule "protobuf"]
path = protobuf
url = https://github.com/regen-network/protobuf
[submodule "ibc-apps"]
path = ibc-apps
url = https://github.com/cosmos/ibc-apps
[submodule "grpc-gateway"]
path = grpc-gateway
url = https://github.com/grpc-ecosystem/grpc-gateway
branch = v1
[submodule "pob"]
path = pob
url = https://github.com/skip-mev/pob
[submodule "feemarket"]
path = feemarket
url = https://github.com/terra-money/feemarket
branch = v0.0.1-alpha.2-terra