made dollar green default colour for bitcoin cash

This commit is contained in:
Kadir Sekha 2017-11-17 15:43:04 +09:00
commit be5c7b4728
6 changed files with 31 additions and 14 deletions

View file

@ -106,7 +106,9 @@ angular.module('copayApp.services').factory('configService', function(storageSer
},
bitcoinAlias: 'btc',
bitcoinCashAlias: 'bch'
bitcoinCashAlias: 'bch',
bitcoinWalletColor: '#fab915', // Observatory
bitcoinCashWalletColor: '#26B03C' // Dollar Green
};
var configCache = null;