Skip to content

Commit

Permalink
Rebrand add ARRR-BEP20 to the default coins list
Browse files Browse the repository at this point in the history
  • Loading branch information
takenagain committed Jan 29, 2024
1 parent 40e11aa commit 7487b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_config/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class AppConfig {
String get appCompanyLong => 'Pirate';
String get appCompanyShort => 'Pirate';

List<String> get defaultCoins => ['BTC-segwit', 'KMD'];
List<String> get defaultCoins => ['ARRR-BEP20', 'BTC-segwit', 'KMD'];
List<String> get defaultZHTLCCoins => ['ARRR'];
List<String> get coinsFiat => ['BTC-segwit', 'ARRR'];
List<String> get walletOnlyCoins => [
Expand Down

0 comments on commit 7487b1f

Please sign in to comment.