Skip to content

Commit

Permalink
Merge pull request #2220 from KomodoPlatform/add_kip0001
Browse files Browse the repository at this point in the history
Add KIP0001
  • Loading branch information
smk762 committed Mar 6, 2023
2 parents 360caec + d8833f7 commit 626b4b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/atomicdex/constants/dex.constants.hpp
Expand Up @@ -10,6 +10,7 @@ namespace atomic_dex
inline const std::vector<std::string> g_default_coins{
g_primary_dex_coin,
g_second_primary_dex_coin,
"KIP0001",
"BTC"
};
inline const std::vector<std::string> g_wallet_only_coins{
Expand All @@ -30,6 +31,7 @@ namespace atomic_dex
"REVS",
"SUPERNET",
"XPM",
"KIP0001",
"ATOM"
};
}

0 comments on commit 626b4b9

Please sign in to comment.