diff --git a/2023/js/main.js b/2023/js/main.js
index 55e0794..b8ecf3e 100644
--- a/2023/js/main.js
+++ b/2023/js/main.js
@@ -788,10 +788,11 @@ function create_prices(prices) {
link = "https://exchange.duinocoin.com";
icon = "assets/ducoexchange.png";
- if (price == "bch") {
+ /*if (price == "bch") {
name = "DUCO Exchange";
type = "DUCO BCH";
- } else if (price == "xmg") {
+ } else*/
+ if (price == "xmg") {
name = "DUCO Exchange";
type = "DUCO XMG";
} else if (price == "trx") {