mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
Merge pull request #812 from cypherstack/change-coin-ordering
Change coin ordering
This commit is contained in:
commit
9cd4ac162d
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