aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2019-03-22 23:02:07 +0800
committerGitHub <noreply@github.com>2019-03-22 23:02:07 +0800
commit4ff9126ff2fddba40d3f210c757796458528ef42 (patch)
tree0bb55019edc4b6cfdce5ead408b8c1af8216fb5d /app/scripts/lib
parent174ec2d596d29a53d6051fe365c25a7c7456e1c8 (diff)
downloadtangerine-wallet-browser-4ff9126ff2fddba40d3f210c757796458528ef42.tar.gz
tangerine-wallet-browser-4ff9126ff2fddba40d3f210c757796458528ef42.tar.zst
tangerine-wallet-browser-4ff9126ff2fddba40d3f210c757796458528ef42.zip
Replaces the coinbase link in the deposit modal with one for wyre (#6302)
Diffstat (limited to 'app/scripts/lib')
-rw-r--r--app/scripts/lib/buy-eth-url.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/buy-eth-url.js b/app/scripts/lib/buy-eth-url.js
index 4e2d0bc79..040b5695b 100644
--- a/app/scripts/lib/buy-eth-url.js
+++ b/app/scripts/lib/buy-eth-url.js
@@ -15,7 +15,7 @@ function getBuyEthUrl ({ network, amount, address }) {
let url
switch (network) {
case '1':
- url = `https://buy.coinbase.com/?code=9ec56d01-7e81-5017-930c-513daa27bb6a&amount=${amount}&address=${address}&crypto_currency=ETH`
+ url = `https://dash.sendwyre.com/sign-up`
break
case '3':