Skip to content

Commit fa1aee7

Browse files
chore(suite-native): bitcoin gold deprecation
1 parent 8f71fad commit fa1aee7

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

suite-native/config/src/supportedNetworks.ts

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export const networkSymbolsWhitelistMap = {
3232
'ada',
3333
'xrp',
3434
'bch',
35-
'btg',
3635
'dgb',
3736
'doge',
3837
'zec',

suite-native/discovery/src/discoveryThunks.ts

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const DISCOVERY_DEFAULT_BATCH_SIZE = 2;
5858

5959
const DISCOVERY_BATCH_SIZE_PER_COIN: Partial<Record<NetworkSymbol, number>> = {
6060
bch: 1,
61-
btg: 1,
6261
zec: 1,
6362
etc: 1,
6463
};

suite-native/module-accounts-import/src/components/DevXpub.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const devXpubs: Partial<Record<NetworkSymbol, string | DevXpub[]>> = {
2626
doge: 'dgub8sbe5Mi8LA4dXB9zPfLZW8armvaRkaqT37y6xfT1QA12ErATDf8iGEG8y7kamAnjLuEk9AMpTMMp6EK9Vjp2HHx91xdDEmWYpmD49fpoUYF',
2727
ltc: 'zpub6qhzAgn63nQAJZiY829GUUb1eXFDqpLbeShTdAbTEKyZa8n2VbkLwbRhq9xqPyj5Yet5TBdbCZDgiw53NQ2qwib4mygybFq66i7ZcXUcwgU',
2828
bch: 'xpub6DFYZ2FZwJHL4WULnRKTyMAaE9sM5Vi3QoWW9kYWGzR4HxDJ42Gbbdj7bpBAtATpaNeSVqSD3gdFFmZZYK9BVo96rhxPY7SWZWsfmdHpZ7e',
29-
btg: 'ypub6WVGAPrpnuTJN8AULEnWNNpvFR5Xcckn66fp8sL4FgEy5Z4oig1CbwySvj8v4iFVSANcHJVWzK211Bb8u71bCTVW9vY1PbAn59KmCzq99YW',
3029
zec: 'xpub6DNsg962rV1MeqmathySUG2oKso9MfT2hMXCsMp6qemGWwD9xssVM61DfcAUUEaX2G8tjaaoKKppoKtFcSK8KVaMFHmZjAgyqod4DwXopPE',
3130
eth: [
3231
{ title: 'balance, few tokens', address: '0x62270860B9a5337e46bE8563c512c9137AFa0384' },

suite-native/storage/src/migrations/account/v3.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ type NetworkSymbol =
1818
| 'etc'
1919
| 'xrp'
2020
| 'bch'
21-
| 'btg'
2221
| 'doge'
2322
| 'zec'
2423
| 'test'

0 commit comments

Comments
 (0)