{
  "$schema": "../chain.schema.json",
  "chain_name": "lumiwaveprotocol",
  "pretty_name": "LumiWave Protocol",
  "chain_id": "lumiwaveprotocol",
  "status": "live",
  "network_type": "mainnet",
  "chain_type": "cosmos",
  "bech32_prefix": "lumi",
  "daemon_name": "lumiwave-protocold",
  "node_home": "$HOME/.lumiwave-protocol",
  "slip44": 118,
  "fees": {
    "fee_tokens": [
      {
        "denom": "ulwp",
        "fixed_min_gas_price": 0.005
      }
    ]
  },
  "staking": {
    "staking_tokens": [
      {
        "denom": "ulwp"
      }
    ]
  },
  "codebase": {
    "git_repo": "https://github.com/LumiWave/lumiwave-protocol",
    "genesis": {
      "genesis_url": "https://lwp-mainnet-rpc.lumiwavelab.com/genesis"
    },
    "recommended_version": "v0.0.11",
    "compatible_versions": [
      "v0.0.11"
    ],
    "tag": "v0.0.11"
  },
  "logo_URIs": {
    "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png",
    "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg"
  },
  "images": [
    {
      "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png",
      "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg"
    }
  ],
  "apis": {
    "rpc": [
      {
        "address": "https://lwp-mainnet-rpc.lumiwavelab.com",
        "provider": "lwp-mainnet"
      }
    ],
    "rest": [
      {
        "address": "https://lwp-mainnet-api.lumiwavelab.com",
        "provider": "lwp-mainnet"
      }
    ]
  },
  "explorers": [
    {
      "kind": "ping.pub",
      "url": "https://ping.pub/LumiWave",
      "tx_page": "https://ping.pub/LumiWave/tx/${txHash}"
    }
  ]
}