{
  "$schema": "../../chain.schema.json",
  "chain_name": "sunimatestnet",
  "status": "live",
  "website": "https://sunima.uk/",
  "network_type": "testnet",
  "pretty_name": "Sunima Testnet",
  "chain_type": "cosmos",
  "chain_id": "sunima-testnet-1",
  "bech32_prefix": "sunima",
  "daemon_name": "sunimad",
  "node_home": "$HOME/.sunima",
  "key_algos": [
    "secp256k1"
  ],
  "slip44": 118,
  "fees": {
    "fee_tokens": [
      {
        "denom": "tsuna",
        "fixed_min_gas_price": 0,
        "low_gas_price": 0,
        "average_gas_price": 0.025,
        "high_gas_price": 0.04
      }
    ]
  },
  "staking": {
    "staking_tokens": [
      {
        "denom": "tsuna"
      }
    ]
  },
  "codebase": {
    "genesis": {
      "genesis_url": "https://sunima.uk/chain/genesis.json"
    }
  },
  "logo_URIs": {
    "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sunimatestnet/images/sunima.svg"
  },
  "peers": {
    "seeds": [
      {
        "id": "26b7a844f1840bf8bc9535b5329de93d8bd8f45f",
        "address": "seed.sunima.uk:26656",
        "provider": "Sunima Labs"
      }
    ],
    "persistent_peers": []
  },
  "apis": {
    "rpc": [
      {
        "address": "https://sunima.uk/chain-rpc/",
        "provider": "Sunima Labs"
      }
    ],
    "rest": [
      {
        "address": "https://sunima.uk/chain-rest/",
        "provider": "Sunima Labs"
      }
    ]
  },
  "images": [
    {
      "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/sunimatestnet/images/sunima.svg"
    }
  ]
}
