Crosschain flags

get
Responses
200
A successful response.
application/json
get
GET /zeta-chain/observer/crosschain_flags HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "crosschain_flags": {
    "isInboundEnabled": true,
    "isOutboundEnabled": true,
    "gasPriceIncreaseFlags": {
      "epochLength": "text",
      "retryInterval": "text",
      "gasPriceIncreasePercent": 1,
      "gasPriceIncreaseMax": 1,
      "maxPendingCctxs": 1
    }
  }
}