forked from lavanet/lava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chain.schema.json
33 lines (33 loc) · 1 KB
/
chain.schema.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
{
"$schema": "http://json-schema.org/draft-07/schema#",
"codebase": {
"git_repo": "https://github.com/lavanet/lava",
"recommended_version": "v0.33.1",
"compatible_versions": [
"v0.33.1"
],
"binaries": {
"linux/amd64": "https://github.com/lavanet/lava/releases/download/v0.33.1/lavad-v0.33.1-linux-amd64?checksum=sha256:ae2e49e53bd8c979ca27c83d3d10a708fc23247dae020840fe46b9b68cb8e925"
},
"cosmos_sdk_version": "github.com/lavanet/[email protected]",
"consensus": {
"type": "cometbft",
"version": "0.37.4"
},
"cosmwasm_enabled": false,
"ibc_go_version": "v7.2.0",
"ics_enabled": [
"ics20-1"
],
"versions": [
{
"name": "v0.33.1",
"tag": "v0.33.1",
"height": 0,
"binaries": {
"linux/amd64": "https://github.com/lavanet/lava/releases/download/v0.33.1/lavad-v0.33.1-linux-amd64?checksum=sha256:ae2e49e53bd8c979ca27c83d3d10a708fc23247dae020840fe46b9b68cb8e925"
}
}
]
}
}