mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
Change coin ordering
This commit is contained in:
parent
f68c0f4839
commit
27410b8ead
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ import 'package:stackwallet/utilities/constants.dart';
|
|||
|
||||
enum Coin {
|
||||
bitcoin,
|
||||
bitcoinFrost,
|
||||
monero,
|
||||
banano,
|
||||
bitcoincash,
|
||||
bitcoinFrost,
|
||||
dogecoin,
|
||||
eCash,
|
||||
epicCash,
|
||||
|
@ -36,8 +36,8 @@ enum Coin {
|
|||
///
|
||||
|
||||
bitcoinTestNet,
|
||||
bitcoinFrostTestNet,
|
||||
bitcoincashTestnet,
|
||||
bitcoinFrostTestNet,
|
||||
dogecoinTestNet,
|
||||
firoTestNet,
|
||||
litecoinTestNet,
|
||||
|
|
Loading…
Reference in a new issue