mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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 {
|
enum Coin {
|
||||||
bitcoin,
|
bitcoin,
|
||||||
bitcoinFrost,
|
|
||||||
monero,
|
monero,
|
||||||
banano,
|
banano,
|
||||||
bitcoincash,
|
bitcoincash,
|
||||||
|
bitcoinFrost,
|
||||||
dogecoin,
|
dogecoin,
|
||||||
eCash,
|
eCash,
|
||||||
epicCash,
|
epicCash,
|
||||||
|
@ -36,8 +36,8 @@ enum Coin {
|
||||||
///
|
///
|
||||||
|
|
||||||
bitcoinTestNet,
|
bitcoinTestNet,
|
||||||
bitcoinFrostTestNet,
|
|
||||||
bitcoincashTestnet,
|
bitcoincashTestnet,
|
||||||
|
bitcoinFrostTestNet,
|
||||||
dogecoinTestNet,
|
dogecoinTestNet,
|
||||||
firoTestNet,
|
firoTestNet,
|
||||||
litecoinTestNet,
|
litecoinTestNet,
|
||||||
|
|
Loading…
Reference in a new issue