From 382b96bda154c5dd0de76f17e5c6a3523961d1fc Mon Sep 17 00:00:00 2001 From: cipig Date: Tue, 19 Dec 2023 05:04:40 +0000 Subject: [PATCH] segwit related changes, remove delisted coins --- cmake/project.metadata.cmake | 2 +- src/core/atomicdex/constants/dex.constants.hpp | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/cmake/project.metadata.cmake b/cmake/project.metadata.cmake index 848aaf55eb..ccd0464851 100644 --- a/cmake/project.metadata.cmake +++ b/cmake/project.metadata.cmake @@ -11,7 +11,7 @@ set(DEX_VERSION "0.7.0") set(DEX_SUPPORT_PAGE "https://support.komodoplatform.com/support/home") set(DEX_DISCORD "https://komodoplatform.com/discord") set(DEX_TWITTER "https://twitter.com/AtomicDEX") -set(DEX_PRIMARY_COIN "LTC") ## Main coin of the DEX, will be enabled by default and will be the default left ticker for trading +set(DEX_PRIMARY_COIN "LTC-segwit") ## Main coin of the DEX, will be enabled by default and will be the default left ticker for trading set(DEX_SECOND_PRIMARY_COIN "KMD") ## Second main coin of the DEX, will be enabled by default and will be the default right ticker for trading set(DEX_REPOSITORY_OWNER ${DEX_COMPANY}) set(DEX_REPOSITORY_NAME "komodo-wallet-desktop") diff --git a/src/core/atomicdex/constants/dex.constants.hpp b/src/core/atomicdex/constants/dex.constants.hpp index e399e89a06..350793b461 100644 --- a/src/core/atomicdex/constants/dex.constants.hpp +++ b/src/core/atomicdex/constants/dex.constants.hpp @@ -11,14 +11,11 @@ namespace atomic_dex g_primary_dex_coin, g_second_primary_dex_coin, "BTC-segwit", - "LTC-segwit", "DGB-segwit", }; inline const std::vector g_faucet_coins{ "DOC", "MARTY", - "RICK", - "MORTY", "ZOMBIE", }; inline const std::vector g_wallet_only_coins{ @@ -27,17 +24,6 @@ namespace atomic_dex "NVC", "PAXG-ERC20", "USDT-ERC20", - "BET", - "BOTS", - "CRYPTO", - "DEX", - "HODL", - "JUMBLR", - "MGW", - "MSHARK", - "PANGEA", - "REVS", - "SUPERNET", "XPM", "VOTE2023", "ATOM"