forked from osmosis-labs/osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchain.schema.json
More file actions
16 lines (16 loc) · 763 Bytes
/
chain.schema.json
File metadata and controls
16 lines (16 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"$schema": "http://json-schema.org/draft-07/schema#",
"codebase":{
"git_repo": "https://github.com/osmosis-labs/osmosis",
"recommended_version": "11.0.0",
"compatible_versions": ["11.0.0"],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-amd64?checksum=sha256:d01423cf847b7f95a94ade8811bbf6dd9ec5938d46af0a14bc62caaaa7b7143e",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.0/osmosisd-11.0.0-linux-arm64?checksum=sha256:375699e90e5b76fd3d7e7a9ab631b40badd97140136f361e6b3f06be3fbd863d"
},
"cosmos_sdk_version": "0.45",
"tendermint_version": "0.34",
"cosmwasm_version": "0.27",
"cosmwasm_enabled": true
}
}