Skip to content

Commit

Permalink
rename elrond mvx wapi constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Jan 2, 2025
1 parent 914123b commit 6c1e2dc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,15 @@
"color": "#007BFF",
"decimals": 6
},
{
"type": "CryptoCurrency",
"id": "elrond",
"ticker": "EGLD",
"name": "MultiversX",
"family": "elrond",
"color": "#23F7DD",
"decimals": 18
},
{
"type": "CryptoCurrency",
"id": "ethereum_classic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,15 @@
"color": "#007BFF",
"decimals": 6
},
{
"type": "CryptoCurrency",
"id": "elrond",
"ticker": "EGLD",
"name": "MultiversX",
"family": "elrond",
"color": "#23F7DD",
"decimals": 18
},
{
"type": "CryptoCurrency",
"id": "ethereum_classic",
Expand Down
1 change: 1 addition & 0 deletions libs/ledger-live-common/src/wallet-api/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { reverseRecord } from "../helpers";
export const FAMILIES_MAPPING_WAPI_TO_LL = {
ethereum: "evm",
ripple: "xrp",
elrond: "multiversx",
} as const;

export const FAMILIES_MAPPING_LL_TO_WAPI = reverseRecord(FAMILIES_MAPPING_WAPI_TO_LL);
Expand Down

0 comments on commit 6c1e2dc

Please sign in to comment.