{
  "Chain": {
    "Name": "Bitcoin",
    "Symbol": "BTC",
    "Description": "Bitcoin: A Peer-to-Peer Electronic Cash System",
    "Url": "https://github.com/bitcoin/bitcoin",
    "Logo": "https://chains.blockcore.net/assets/BTC/logo.png",
    "Icon": "https://chains.blockcore.net/assets/BTC/icon.png",
    "Color": "#f7931a"
  },
  "Network": {
    "NetworkConsensusFactoryType": "Blockcore.Consensus.ConsensusFactory, Blockcore",
    "NetworkPubkeyAddressPrefix": 0,
    "NetworkScriptAddressPrefix": 5,
    "NetworkWitnessPrefix": "bc",
    "P2PPort": 8333,
    "RPCPort": 8332,
    "APIPort": 37220
  },
  "Indexer": {
    "StoreRawTransactions": true,
    "MaxItemsInQueue": 1000,
    "SyncInterval": 2
  },
  "Insight": {
    "Rewards": [
      
    ],
    "Wallets": [
       {
          "Name": "Burnt",
          "Type": "Burn",
          "Address": []
       }
    ]
 },
  "Explorer": {
    "Indexer": {
      "ApiUrl": "https://btc.indexer.angor.io/api",
      "DocUrl": "https://btc.indexer.angor.io/docs"
    },
    "Currency": {
      "ApiUrl": "https://api.coincap.io/v2/rates",
      "AutoConvert": true
    },
    "Ticker": {
      "WebUrl": "https://coinpaprika.com/coin/btc-bitcoin/",
      "ApiUrl": "https://api.coinpaprika.com/v1/tickers/btc-bitcoin?quotes=USD,BTC",
      "PricePath": "quotes.BTC.price",
      "PricePathBTC": "quotes.BTC.price",
      "PricePathUSD": "quotes.USD.price",
      "PercentagePath": "quotes.BTC.percent_change_1h",
      "IsBitcoinPrice": true
    },
    "Setup": {
      "Title": "Bitcoin Explorer",
      "Footer": "Bitcoin: A Peer-to-Peer Electronic Cash System",
      "Links": [
        {
          "icon": "fab fa-github",
          "url": "https://github.com/bitcoin/bitcoin"
        },
        {
          "icon": "fas fa-link",
          "url": "https://bitcoin.org/"
        }
      ]
    },
    "Features": {
      "POSWeight": false
    }
  }
}