Browse Source

simpler demo-site urls

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
f981b4bddf
  1. 2
      app/coins/btc.js
  2. 2
      app/coins/ltc.js

2
app/coins/btc.js

@ -8,7 +8,7 @@ module.exports = {
siteDescriptionHtml:"<b>BTC Explorer</b> is <a href='https://github.com/janoside/btc-rpc-explorer). If you run your own [Bitcoin Full Node](https://bitcoin.org/en/full-node), **BTC Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/janoside/btc-rpc-explorer) for a list of features and instructions for running.", siteDescriptionHtml:"<b>BTC Explorer</b> is <a href='https://github.com/janoside/btc-rpc-explorer). If you run your own [Bitcoin Full Node](https://bitcoin.org/en/full-node), **BTC Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/janoside/btc-rpc-explorer) for a list of features and instructions for running.",
nodeTitle:"Bitcoin Full Node", nodeTitle:"Bitcoin Full Node",
nodeUrl:"https://bitcoin.org/en/full-node", nodeUrl:"https://bitcoin.org/en/full-node",
demoSiteUrl: "https://btc-explorer.chaintools.io", demoSiteUrl: "https://btc.chaintools.io",
currencyUnits:[ currencyUnits:[
{ {
name:"BTC", name:"BTC",

2
app/coins/ltc.js

@ -7,7 +7,7 @@ module.exports = {
siteTitle:"Litecoin Explorer", siteTitle:"Litecoin Explorer",
nodeTitle:"Litecoin Full Node", nodeTitle:"Litecoin Full Node",
nodeUrl:"https://litecoin.org/", nodeUrl:"https://litecoin.org/",
demoSiteUrl: "https://ltc-explorer.chaintools.io", demoSiteUrl: "https://ltc.chaintools.io",
currencyUnits:[ currencyUnits:[
{ {
name:"LTC", name:"LTC",

Loading…
Cancel
Save