Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Add Crypto supported currencies #1822

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/live-common-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ setSupportedCurrencies([
"stellar",
"dogecoin",
"cosmos",
"crypto_org",
"dash",
"tron",
"tezos",
Expand All @@ -51,6 +52,7 @@ setSupportedCurrencies([
"bitcoin_testnet",
"ethereum_ropsten",
"cosmos_testnet",
"crypto_org_croeseid"
]);

if (Config.VERBOSE) {
Expand Down