File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change @@ -34,27 +34,28 @@ export const FEE_STRINGS = {
3434 */
3535export 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/**
You can’t perform that action at this time.
0 commit comments