mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
Merge branch 'appConfig' of https://github.com/cypherstack/stack_wallet into appConfig
This commit is contained in:
commit
3bc0d21c5a
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@ const _appDataDirName = "stackduo";
|
|||
final List<CryptoCurrency> _supportedCoins = List.unmodifiable([
|
||||
Bitcoin(CryptoCurrencyNetwork.main),
|
||||
Monero(CryptoCurrencyNetwork.main),
|
||||
BitcoinFrost(CryptoCurrencyNetwork.main),
|
||||
Bitcoin(CryptoCurrencyNetwork.test),
|
||||
BitcoinFrost(CryptoCurrencyNetwork.test),
|
||||
]);
|
||||
|
||||
EOF
|
Loading…
Reference in a new issue