{
  /**
   * The Console will use this ADM passphrase by default.
   * See 'Installing and configuring' in Readme for details.
   */
  "passphrase": "distance expect praise frequent..",

  /* Choose 'mainnet' or 'testnet' */
  "network": "testnet",

  /* Port used to run RPC server */
  "rpc": {
    "port": 5080
  },

  /* Additionally, you can specify what ADM nodes to use */
  "networks": {
    "testnet": {
      "nodes": [
        {
          "ip": "testnode1.adamant.im",
          "protocol": "https",
          "port": ""
        },
        {
          "ip": "81.0.247.181",
          "protocol": "http",
          "port": 36667
        },
        {
          "ip": "testnode3.adm.im",
          "protocol": "https",
          "port": ""
        }
      ]
    },
    "mainnet": {
      "nodes": [
        {
          "ip": "clown.adamant.im",
          "protocol": "https",
          "port": ""
        },
        {
          "ip": "lake.adamant.im",
          "protocol": "https",
          "port": ""
        },
        {
          "ip": "endless.adamant.im",
          "protocol": "https",
          "port": ""
        },
        {
          "ip": "bid.adamant.im",
          "protocol": "https",
          "port": ""
        },
        {
          "ip": "184.94.215.92",
          "protocol": "http",
          "port": 45555
        }
      ]
    }
  }
}
