Skip to content

Commit

Permalink
revert to old currency id
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 18, 2024
1 parent b718af2 commit 67328d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { BigNumber } from "bignumber.js";
import { InvalidAddressBecauseDestinationIsAlsoSource, NotEnoughBalance } from "@ledgerhq/errors";
import type { DatasetTest, CurrenciesData } from "@ledgerhq/types-live";
import type { CurrenciesData, DatasetTest } from "@ledgerhq/types-live";
import { BigNumber } from "bignumber.js";

import type { Transaction } from "./types";
import { fromTransactionRaw } from "./transaction";
import type { Transaction } from "./types";

const TEST_ADDRESS = "erd1vgfp3g7azqjx4wsmtt7067m0l62v3psmqzr24j6xvywj2tlz0gesvyzsq2";

Expand Down Expand Up @@ -37,7 +37,7 @@ const multiversx: CurrenciesData<Transaction> = {
blockHeight: 0,
operations: [],
pendingOperations: [],
currencyId: "multiversx",
currencyId: "elrond",
lastSyncDate: "",
balance: "299569965",
subAccounts: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const multiversx1: AccountRaw = {
freshAddressPath: "44'/508'/0'/0'/0'",
pendingOperations: [],
operations: [],
currencyId: "multiversx",
currencyId: "elrond",
balance: "",
blockHeight: 0,
lastSyncDate: "",
Expand Down

0 comments on commit 67328d8

Please sign in to comment.