Skip to content

Commit

Permalink
segwit related changes, remove delisted coins
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Dec 19, 2023
1 parent a9f2718 commit 382b96b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion cmake/project.metadata.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
14 changes: 0 additions & 14 deletions src/core/atomicdex/constants/dex.constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::string> g_faucet_coins{
"DOC",
"MARTY",
"RICK",
"MORTY",
"ZOMBIE",
};
inline const std::vector<std::string> g_wallet_only_coins{
Expand All @@ -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"
Expand Down

0 comments on commit 382b96b

Please sign in to comment.