{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ConfigResponse",
"type": "object",
"required": [
"admin",
"cw20_contract",
"native_denom"
],
"properties": {
"admin": {
"type": "string"
},
"cw20_contract": {
"type": "string"
},
"native_denom": {
"type": "string"
}
},
"additionalProperties": false
}
cw-cyber/contracts/litium-wrap/schema/config_response.json
ฯ 0.0%