{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ConfigResponse",
"type": "object",
"required": [
"admin",
"paused"
],
"properties": {
"admin": {
"type": "string"
},
"mine_contract": {
"type": [
"string",
"null"
]
},
"paused": {
"type": "boolean"
},
"refer_contract": {
"type": [
"string",
"null"
]
},
"stake_contract": {
"type": [
"string",
"null"
]
},
"wrap_contract": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}
cw-cyber/contracts/litium-core/schema/config_response.json
ฯ 0.0%