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