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 Dec 24, 2024
1 parent d68080c commit 89422aa
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 89422aa

Please sign in to comment.