-
Notifications
You must be signed in to change notification settings - Fork 5
/
vangen.json
72 lines (72 loc) · 1.62 KB
/
vangen.json
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"domain": "cosmossdk.io",
"docsDomain": "pkg.go.dev",
"index": true,
"repositories": [
{
"prefix": "",
"subs": [
"math",
"api",
"depinject",
"errors",
"errors/v2",
"core",
"core/testing",
"collections",
"collections/protocodec",
"simapp",
"store",
"client/v2",
"indexer/postgres",
"log",
"orm",
"systemtests",
"tools/cosmovisor",
"tools/rosetta",
"tools/confix",
"tools/hubl",
"tools/benchmark",
"schema",
"schema/testing",
"server/v2",
"server/v2/appmanager",
"server/v2/cometbft",
"server/v2/stf",
"store/v2",
"runtime/v2",
"x/accounts",
"x/accounts/defaults/base",
"x/accounts/defaults/lockup",
"x/accounts/defaults/multisig",
"x/auth",
"x/authz",
"x/bank",
"x/circuit",
"x/consensus",
"x/distribution",
"x/feegrant",
"x/feemarket",
"x/evidence",
"x/gov",
"x/group",
"x/protocolpool",
"x/params",
"x/mint",
"x/nft",
"x/slashing",
"x/staking",
"x/tx",
"x/upgrade",
"x/epochs"
],
"type": "git",
"url": "https://github.com/cosmos/cosmos-sdk",
"source": {
"home": "https://github.com/cosmos/cosmos-sdk",
"dir": "https://github.com/cosmos/cosmos-sdk/tree/main{/dir}",
"file": "https://github.com/cosmos/cosmos-sdk/blob/main{/dir}/{file}#L{line}"
}
}
]
}