From d7a5467f4f4b48403a27ef16c7dd18eb49623135 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:38:11 +0000 Subject: [PATCH] doge: templates/offers.html --- basicswap/templates/offers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 48bbbb7..d48cacb 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -170,7 +170,7 @@ function getWebSocketConfig() { 'PIVX': {'name': 'PIVX', 'symbol': 'PIVX', 'image': 'PIVX.png', 'show': true}, 'DASH': {'name': 'Dash', 'symbol': 'DASH', 'image': 'Dash.png', 'show': true}, 'ETH': {'name': 'Ethereum', 'symbol': 'ETH', 'image': 'Ethereum.png', 'show': false}, - 'DOGE': {'name': 'Dogecoin', 'symbol': 'DOGE', 'image': 'Doge.png', 'show': false}, + 'DOGE': {'name': 'Dogecoin', 'symbol': 'DOGE', 'image': 'Doge.png', 'show': true}, 'DCR': {'name': 'Decred', 'symbol': 'DCR', 'image': 'Decred.png', 'show': true}, 'ZANO': {'name': 'Zano', 'symbol': 'ZANO', 'image': 'Zano.png', 'show': false}, 'WOW': {'name': 'Wownero', 'symbol': 'WOW', 'image': 'Wownero.png', 'show': true}