Browse Source

add back the "RPC" in the site name

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

2
app/coins/btc.js

@ -4,7 +4,7 @@ Decimal8 = Decimal.clone({ precision:8, rounding:8 });
module.exports = {
name:"Bitcoin",
logoUrl:"/img/logo/btc.svg",
siteTitle:"BTC Explorer",
siteTitle:"BTC RPC Explorer",
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",
nodeUrl:"https://bitcoin.org/en/full-node",

2
app/coins/ltc.js

@ -4,7 +4,7 @@ Decimal8 = Decimal.clone({ precision:8, rounding:8 });
module.exports = {
name:"Litecoin",
logoUrl:"/img/logo/ltc.svg",
siteTitle:"LTC Explorer",
siteTitle:"LTC RPC Explorer",
nodeTitle:"Litecoin Full Node",
nodeUrl:"https://litecoin.org/",
currencyUnits:[

Loading…
Cancel
Save