From e9ad99f52a9cd88679271e7de1022fb282bec6f3 Mon Sep 17 00:00:00 2001 From: Prochmi99 <152851523+MiroslavProchazka@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:59:45 +0100 Subject: [PATCH] chore(suite-native): bitcoin gold deprecation --- suite-native/config/src/supportedNetworks.ts | 1 - suite-native/discovery/src/discoveryThunks.ts | 1 - suite-native/module-accounts-import/src/components/DevXpub.tsx | 1 - suite-native/storage/src/migrations/account/v3.ts | 1 - 4 files changed, 4 deletions(-) diff --git a/suite-native/config/src/supportedNetworks.ts b/suite-native/config/src/supportedNetworks.ts index f3d6ab3abe0d..21074998bf18 100644 --- a/suite-native/config/src/supportedNetworks.ts +++ b/suite-native/config/src/supportedNetworks.ts @@ -32,7 +32,6 @@ export const networkSymbolsWhitelistMap = { 'ada', 'xrp', 'bch', - 'btg', 'dgb', 'doge', 'zec', diff --git a/suite-native/discovery/src/discoveryThunks.ts b/suite-native/discovery/src/discoveryThunks.ts index 6e35373488bc..19573bf8c1b4 100644 --- a/suite-native/discovery/src/discoveryThunks.ts +++ b/suite-native/discovery/src/discoveryThunks.ts @@ -58,7 +58,6 @@ const DISCOVERY_DEFAULT_BATCH_SIZE = 2; const DISCOVERY_BATCH_SIZE_PER_COIN: Partial> = { bch: 1, - btg: 1, zec: 1, etc: 1, }; diff --git a/suite-native/module-accounts-import/src/components/DevXpub.tsx b/suite-native/module-accounts-import/src/components/DevXpub.tsx index ab678d4718fc..31de04474d3f 100644 --- a/suite-native/module-accounts-import/src/components/DevXpub.tsx +++ b/suite-native/module-accounts-import/src/components/DevXpub.tsx @@ -26,7 +26,6 @@ const devXpubs: Partial> = { doge: 'dgub8sbe5Mi8LA4dXB9zPfLZW8armvaRkaqT37y6xfT1QA12ErATDf8iGEG8y7kamAnjLuEk9AMpTMMp6EK9Vjp2HHx91xdDEmWYpmD49fpoUYF', ltc: 'zpub6qhzAgn63nQAJZiY829GUUb1eXFDqpLbeShTdAbTEKyZa8n2VbkLwbRhq9xqPyj5Yet5TBdbCZDgiw53NQ2qwib4mygybFq66i7ZcXUcwgU', bch: 'xpub6DFYZ2FZwJHL4WULnRKTyMAaE9sM5Vi3QoWW9kYWGzR4HxDJ42Gbbdj7bpBAtATpaNeSVqSD3gdFFmZZYK9BVo96rhxPY7SWZWsfmdHpZ7e', - btg: 'ypub6WVGAPrpnuTJN8AULEnWNNpvFR5Xcckn66fp8sL4FgEy5Z4oig1CbwySvj8v4iFVSANcHJVWzK211Bb8u71bCTVW9vY1PbAn59KmCzq99YW', zec: 'xpub6DNsg962rV1MeqmathySUG2oKso9MfT2hMXCsMp6qemGWwD9xssVM61DfcAUUEaX2G8tjaaoKKppoKtFcSK8KVaMFHmZjAgyqod4DwXopPE', eth: [ { title: 'balance, few tokens', address: '0x62270860B9a5337e46bE8563c512c9137AFa0384' }, diff --git a/suite-native/storage/src/migrations/account/v3.ts b/suite-native/storage/src/migrations/account/v3.ts index 93a6d93aa1b1..e05124fd1685 100644 --- a/suite-native/storage/src/migrations/account/v3.ts +++ b/suite-native/storage/src/migrations/account/v3.ts @@ -18,7 +18,6 @@ type NetworkSymbol = | 'etc' | 'xrp' | 'bch' - | 'btg' | 'doge' | 'zec' | 'test'