{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ConfigResponse",
  "type": "object",
  "required": [
    "admin",
    "core_contract",
    "mine_contract",
    "paused",
    "token_contract",
    "unbonding_period_seconds"
  ],
  "properties": {
    "admin": {
      "type": "string"
    },
    "core_contract": {
      "type": "string"
    },
    "mine_contract": {
      "type": "string"
    },
    "paused": {
      "type": "boolean"
    },
    "token_contract": {
      "type": "string"
    },
    "unbonding_period_seconds": {
      "type": "integer",
      "format": "uint64",
      "minimum": 0.0
    }
  },
  "additionalProperties": false
}

Dimensions

cw-cyber/contracts/litium-core/schema/config_response.json
cw-cyber/contracts/litium-wrap/schema/config_response.json
cw-cyber/contracts/cw-cyber-subgraph/schema/config_response.json
cw-cyber/contracts/litium-refer/schema/config_response.json
cw-cyber/contracts/cw-cyber-passport/schema/config_response.json
cw-cyber/contracts/cw-cyber-gift/schema/config_response.json
cw-cyber/contracts/litium-mine/schema/config_response.json

Local Graph