474 - Link updated

This commit is contained in:
Jean-Baptiste Dominguez 2018-07-13 17:50:21 +09:00
commit 1150e843d7

View file

@ -20,28 +20,28 @@ angular.module('copayApp.services').factory('bitcoincomService', function($http,
name: 'games', name: 'games',
title: 'Bitcoin Cash Games', title: 'Bitcoin Cash Games',
icon: 'icon-games', icon: 'icon-games',
href: 'http://cashgames.bitcoin.com' href: 'https://cashgames.bitcoin.com/?utm_source=WalletApp&utm_medium=iOS&utm_campaign=CashGames'
}; };
var newsItem = { var newsItem = {
name: 'news', name: 'news',
title: 'News', title: 'News',
icon: 'icon-news', icon: 'icon-news',
href: 'http://news.bitcoin.com' href: 'https://news.bitcoin.com/?utm_source=WalletApp&utm_medium=iOS&utm_campaign=News'
}; };
var poolItem = { var poolItem = {
name: 'pool', name: 'pool',
title: 'Mining Pool', title: 'Mining Pool',
icon: 'icon-mining', icon: 'icon-mining',
href: 'http://pool.bitcoin.com' href: 'https://pool.bitcoin.com/?utm_source=WalletApp&utm_medium=iOS&utm_campaign=Pool'
}; };
var toolsItem = { var toolsItem = {
name: 'tools', name: 'tools',
title: 'Tools', title: 'Tools',
icon: 'icon-tools', icon: 'icon-tools',
href: 'http://tools.bitcoin.com' href: 'https://tools.bitcoin.com/?utm_source=WalletApp&utm_medium=iOS&utm_campaign=Tools'
}; };
var priceChartItem = { var priceChartItem = {
@ -55,7 +55,7 @@ angular.module('copayApp.services').factory('bitcoincomService', function($http,
name: 'faucet', name: 'faucet',
title: 'Free Bitcoin Cash', title: 'Free Bitcoin Cash',
icon: 'icon-faucet', icon: 'icon-faucet',
href: 'https://free.bitcoin.com/' href: 'https://free.bitcoin.com/?utm_source=WalletApp&utm_medium=iOS&utm_campaign=Faucet'
}; };
var _getBitPay = function(endpoint) { var _getBitPay = function(endpoint) {