Skip to content

Commit

Permalink
fix: remove crypto org families import
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Oct 31, 2024
1 parent 2b18228 commit bea383c
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 374 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ export const MEMO_TAG_COINS: string[] = [
"cosmos",
"hedera",
"injective",
"crypto_org",
"crypto_org_croeseid",
"stacks",
"ton",
"eos",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions apps/ledger-live-desktop/src/renderer/families/crypto_org/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions apps/ledger-live-desktop/src/renderer/families/crypto_org/types.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"id": "crypto_org",
"ticker": "CRO",
"name": "Cronos POS Chain",
"family": "crypto_org",
"family": "cosmos",
"color": "#0e1c37",
"decimals": 8
},
Expand All @@ -220,7 +220,7 @@
"id": "crypto_org_croeseid",
"ticker": "CRO",
"name": "Cronos POS Chain Croeseid",
"family": "crypto_org",
"family": "cosmos",
"color": "#0e1c37",
"decimals": 8
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"id": "crypto_org",
"ticker": "CRO",
"name": "Cronos POS Chain",
"family": "crypto_org",
"family": "cosmos",
"color": "#0e1c37",
"decimals": 8
},
Expand All @@ -220,7 +220,7 @@
"id": "crypto_org_croeseid",
"ticker": "CRO",
"name": "Cronos POS Chain Croeseid",
"family": "crypto_org",
"family": "cosmos",
"color": "#0e1c37",
"decimals": 8
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ import {
CosmosAccount,
Transaction as CosmosTransaction,
} from "@ledgerhq/live-common/families/cosmos/types";
import {
CryptoOrgAccount,
Transaction as CryptoOrgTransaction,
} from "@ledgerhq/live-common/families/crypto_org/types";
import { Transaction as HederaTransaction } from "@ledgerhq/live-common/families/hedera/types";
import {
SolanaAccount,
Expand Down Expand Up @@ -248,20 +244,6 @@ export type SendFundsNavigatorStackParamList = {
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.CryptoOrgEditMemo]: {
accountId: string;
parentId?: string;
account: CryptoOrgAccount;
transaction: CryptoOrgTransaction;
currentNavigation:
| ScreenName.SignTransactionSummary
| ScreenName.SendSummary
| ScreenName.SwapForm;
nextNavigation:
| ScreenName.SignTransactionSelectDevice
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.HederaEditMemo]: {
accountId: string;
parentId?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import {
CosmosAccount,
Transaction as CosmosTransaction,
} from "@ledgerhq/live-common/families/cosmos/types";
import {
CryptoOrgAccount,
Transaction as CryptoOrgTransaction,
} from "@ledgerhq/live-common/families/crypto_org/types";
import {
SolanaAccount,
Transaction as SolanaTransaction,
Expand Down Expand Up @@ -210,20 +206,6 @@ export type SignTransactionNavigatorParamList = {
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.CryptoOrgEditMemo]: {
accountId: string;
parentId?: string;
account: CryptoOrgAccount;
transaction: CryptoOrgTransaction;
currentNavigation:
| ScreenName.SignTransactionSummary
| ScreenName.SendSummary
| ScreenName.SwapForm;
nextNavigation:
| ScreenName.SignTransactionSelectDevice
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.HederaEditMemo]: {
accountId: string;
parentId?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ import {
CosmosAccount,
Transaction as CosmosTransaction,
} from "@ledgerhq/live-common/families/cosmos/types";
import {
CryptoOrgAccount,
Transaction as CryptoOrgTransaction,
} from "@ledgerhq/live-common/families/crypto_org/types";
import {
SolanaAccount,
Transaction as SolanaTransaction,
Expand Down Expand Up @@ -208,20 +204,6 @@ export type SwapNavigatorParamList = {
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.CryptoOrgEditMemo]: {
accountId: string;
parentId?: string;
account: CryptoOrgAccount;
transaction: CryptoOrgTransaction;
currentNavigation:
| ScreenName.SignTransactionSummary
| ScreenName.SendSummary
| ScreenName.SwapForm;
nextNavigation:
| ScreenName.SignTransactionSelectDevice
| ScreenName.SendSelectDevice
| ScreenName.SwapForm;
};
[ScreenName.HederaEditMemo]: {
accountId: string;
parentId?: string;
Expand Down
3 changes: 0 additions & 3 deletions apps/ledger-live-mobile/src/const/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ export enum ScreenName {
// ton
TonEditComment = "TonEditComment",

// crypto_org
CryptoOrgEditMemo = "CryptoOrgEditMemo",

// Algorand
AlgorandEditMemo = "AlgorandEditMemo",
AlgorandClaimRewardsInfo = "AlgorandClaimRewardsInfo",
Expand Down

This file was deleted.

101 changes: 0 additions & 101 deletions apps/ledger-live-mobile/src/families/crypto_org/EditMemo.tsx

This file was deleted.

Loading

0 comments on commit bea383c

Please sign in to comment.