Update config.js

Modified market symbol to represent XDN instead of XMR.
pull/9/head
Dallas Gray 2014-08-16 14:34:10 -06:00
parent 310fa62edc
commit f8cb87e446
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ var irc = "irc.freenode.net/#poolhost";
var email = "support@poolhost.com";
var cryptonatorWidget = ["XMR-BTC", "XMR-USD", "XMR-EUR"];
var cryptonatorWidget = ["XDN-BTC", "XDN-USD", "XDN-EUR"];
var easyminerDownload = "https://github.com/zone117x/cryptonote-easy-miner/releases/";
@ -14,4 +14,4 @@ var blockchainExplorer = "http://chainradar.com/{symbol}/block/{id}";
var transactionExplorer = "http://chainradar.com/{symbol}/transaction/{id}";
var themeCss = "themes/default-theme.css";
var themeCss = "themes/default-theme.css";