474 - Link updated
This commit is contained in:
parent
f4b4aaae27
commit
1150e843d7
1 changed files with 5 additions and 5 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue