Skip to content

Commit

Permalink
chore: remove comment, add note mentionning elrond->multiversx change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Feb 14, 2025
1 parent 52f0048 commit a5fd6c4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions apps/cli/src/live-common-setup-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ setSupportedCurrencies([
"dash",
"tron",
"tezos",
// "multiversx",
"elrond",
"elrond", // NOTE: legacy 'multiversx' name, kept for compatibility
"ethereum_classic",
"zcash",
"decred",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ setSupportedCurrencies([
"dash",
"tron",
"tezos",
// "multiversx",
"elrond",
"elrond", // NOTE: legacy 'multiversx' name, kept for compatibility
"ethereum_classic",
"zcash",
"decred",
Expand Down
3 changes: 1 addition & 2 deletions apps/ledger-live-mobile/src/live-common-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ setSupportedCurrencies([
"bitcoin_testnet",
"ethereum_sepolia",
"ethereum_holesky",
// "multiversx",
"elrond",
"elrond", // NOTE: legacy 'multiversx' name, kept for compatibility
"hedera",
"cardano",
"osmosis",
Expand Down
3 changes: 1 addition & 2 deletions apps/web-tools/live-common-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ setSupportedCurrencies([
"dash",
"tron",
"tezos",
// "multiversx",
"elrond",
"elrond", // NOTE: legacy 'multiversx' name, kept for compatibility
"ethereum_classic",
"zcash",
"decred",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ setSupportedCurrencies([
"dash",
"tron",
"tezos",
// "multiversx",
"elrond",
"elrond", // NOTE: legacy 'multiversx' name, kept for compatibility
"ethereum_classic",
"zcash",
"decred",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ setSupportedCurrencies([
"ethereum",
"bsc",
"polygon",
// "multiversx",
"elrond",
"elrond", // NOTE: legacy 'multiversx' name, kept for compatibility
"ripple",
"bitcoin_cash",
"litecoin",
Expand Down
3 changes: 1 addition & 2 deletions libs/ledger-live-common/src/currencies/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export const IDS = [
"ethereum/erc20/binance_usd",
"near",
"injective",
// "multiversx",
"elrond",
"elrond", // NOTE: legacy 'multiversx' name, kept for compatibility
"tezos",
"celo",
"osmo",
Expand Down

0 comments on commit a5fd6c4

Please sign in to comment.