Skip to content

Commit f020a96

Browse files
authored
Merge pull request #5655 from EdgeApp/sam/pivx-custom-settings
Add PIVX to CURRENCY_SETTINGS_KEYS
2 parents f7cf55b + 0a07757 commit f020a96

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- added: Private View Key wallet menu option for Zano
1111
- added: Support for `SwapBelowLimitError` and `SwapAboveLimitError` without limit amount props
1212
- changed: `NotificationCard` visibility rules updated to be less invasive
13+
- fixed: Allow custom asset settings for PIVX.
1314
- fixed: Fixed viewport issues on ChnageMiningFeeScene.
1415
- fixed: Account for minimum account balances when migrating/sweeping
1516
- fixed: Button UI styling in `MigrateWalletCompletionScene`

src/constants/WalletAndCurrencyConstants.ts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,28 @@ export const FEE_STRINGS = {
3434
*/
3535
export const CURRENCY_SETTINGS_KEYS = [
3636
'bitcoin',
37+
'bitcoincash',
38+
'bitcoingold',
39+
'bitcoinsv',
3740
'bitcointestnet',
3841
'bitcointestnet4',
39-
'bitcoincash',
42+
'dash',
43+
'digibyte',
44+
'dogecoin',
45+
'eboost',
4046
'ethereum',
4147
'ethereumclassic',
42-
'dash',
48+
'feathercoin',
49+
'groestlcoin',
4350
'litecoin',
44-
'bitcoinsv',
4551
'monero',
46-
'zcoin',
47-
'digibyte',
48-
'dogecoin',
52+
'pivx',
4953
'qtum',
50-
'vertcoin',
51-
'feathercoin',
5254
'ravencoin',
53-
'bitcoingold',
5455
'smartcash',
55-
'groestlcoin',
56-
'eboost',
57-
'ufo'
56+
'ufo',
57+
'vertcoin',
58+
'zcoin'
5859
]
5960

6061
/**

0 commit comments

Comments
 (0)