{
  "$schema": "../chain.schema.json",
  "chain_name": "hipercapital",
  "status": "live",
  "network_type": "mainnet",
  "pretty_name": "Hipercapital Finance",
  "chain_type": "cosmos",
  "chain_id": "hipcf_7777-1",
  "bech32_prefix": "cosmos",
  "daemon_name": "evmd",
  "node_home": "$HOME/.evmd-mainnet",
  "key_algos": [
    "ethsecp256k1"
  ],
  "slip44": 60,
  "logo_URIs": {
    "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png"
  },
  "fees": {
    "fee_tokens": [
      {
        "denom": "ahip",
        "fixed_min_gas_price": 0,
        "low_gas_price": 1000000000,
        "average_gas_price": 5000000000,
        "high_gas_price": 10000000000
      }
    ]
  },
  "staking": {
    "staking_tokens": [
      {
        "denom": "ahip"
      }
    ]
  },
  "codebase": {
    "git_repo": "https://github.com/hipercapital/evm",
    "recommended_version": "v0.7.0",
    "consensus": {
      "type": "cometbft"
    },
    "genesis": {
      "genesis_url": "https://rpc-cosmos.hipercapitalfinance.com/genesis.json"
    },
    "compatible_versions": [
      "v0.7.0"
    ]
  },
  "apis": {
    "rpc": [
      {
        "address": "https://rpc-cosmos.hipercapitalfinance.com",
        "provider": "HiperCapital Finance"
      }
    ],
    "rest": [
      {
        "address": "https://api-cosmos.hipercapitalfinance.com",
        "provider": "HiperCapital Finance"
      }
    ],
    "evm-http-jsonrpc": [
      {
        "address": "https://evm-cosmos.hipercapitalfinance.com",
        "provider": "HiperCapital Finance"
      }
    ]
  },
  "explorers": [
    {
      "kind": "HiperCapital Explorer",
      "url": "https://explorer.hipercapitalfinance.com"
    }
  ],
  "peers": {
    "seeds": [],
    "persistent_peers": [
      {
        "id": "ea1f8792e6b0ed7f5e7fe17f144d549cbe1ea04a",
        "address": "173.249.21.48:26756",
        "provider": "HiperCapital Finance"
      }
    ]
  },
  "images": [
    {
      "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/hipercapital/images/hip.png"
    }
  ],
  "website": "https://hipercapitalfinance.com"
}