Params

Params queries the parameters of x/evm module.

get
Responses
200
A successful response.
application/json
get
GET /ethermint/evm/v1/params HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "params": {
    "evm_denom": "text",
    "enable_create": true,
    "enable_call": true,
    "extra_eips": [
      "text"
    ],
    "chain_config": {
      "homestead_block": "text",
      "dao_fork_block": "text",
      "dao_fork_support": true,
      "eip150_block": "text",
      "eip150_hash": "text",
      "eip155_block": "text",
      "eip158_block": "text",
      "byzantium_block": "text",
      "constantinople_block": "text",
      "petersburg_block": "text",
      "istanbul_block": "text",
      "muir_glacier_block": "text",
      "berlin_block": "text",
      "london_block": "text",
      "arrow_glacier_block": "text",
      "gray_glacier_block": "text",
      "merge_netsplit_block": "text",
      "shanghai_block": "text",
      "cancun_block": "text"
    },
    "allow_unprotected_txs": true
  }
}