QueryGetChainInfoResponse is the response type for the Query/ChainInfo RPC method.
GET /zeta-chain/authority/chainInfo HTTP/1.1 Host: zetachain.nownodes.io Accept: */*
A successful response.
{ "chain_info": { "chains": [ { "chain_id": "text", "chain_name": "empty", "network": "eth", "network_type": "mainnet", "vm": "no_vm", "consensus": "ethereum", "is_external": true, "cctx_gateway": "zevm", "name": "text" } ] } }