From b11271f5cc7ba6a90482c0afcec717f6ece94f47 Mon Sep 17 00:00:00 2001 From: Neal Conner Date: Wed, 4 Sep 2019 11:55:43 -0400 Subject: [PATCH] Add Coinbase for ZEC --- lib/admin/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/admin/config.js b/lib/admin/config.js index 45127b8a..5b7d1882 100644 --- a/lib/admin/config.js +++ b/lib/admin/config.js @@ -178,7 +178,7 @@ function fetchData () { {code: 'bitpay', display: 'Bitpay', class: 'ticker', cryptos: ['BTC', 'BCH']}, {code: 'kraken', display: 'Kraken', class: 'ticker', cryptos: ['BTC', 'ETH', 'LTC', 'DASH', 'ZEC', 'BCH']}, {code: 'bitstamp', display: 'Bitstamp', class: 'ticker', cryptos: ['BTC', 'ETH', 'LTC', 'BCH']}, - {code: 'coinbase', display: 'Coinbase', class: 'ticker', cryptos: ['BTC', 'ETH', 'LTC', 'BCH']}, + {code: 'coinbase', display: 'Coinbase', class: 'ticker', cryptos: ['BTC', 'ETH', 'LTC', 'BCH', 'ZEC']}, {code: 'itbit', display: 'itBit', class: 'ticker', cryptos: ['BTC']}, {code: 'mock-ticker', display: 'Mock (Caution!)', class: 'ticker', cryptos: ALL_CRYPTOS}, {code: 'bitcoind', display: 'bitcoind', class: 'wallet', cryptos: ['BTC']},