Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/segwit' into nogeo
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Dec 19, 2023
2 parents 2388718 + 382b96b commit 99b4053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
3 changes: 1 addition & 2 deletions src/core/atomicdex/constants/dex.constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ namespace atomic_dex
g_primary_dex_coin,
g_second_primary_dex_coin,
"BTC-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 Down

0 comments on commit 99b4053

Please sign in to comment.