From 82b11b69a5dea38a4a036096528354a5a291a447 Mon Sep 17 00:00:00 2001 From: Vimal Date: Mon, 22 Oct 2018 16:44:21 +0530 Subject: Adding CoinSwitch exchange --- app/scripts/lib/buy-eth-url.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/scripts/lib') diff --git a/app/scripts/lib/buy-eth-url.js b/app/scripts/lib/buy-eth-url.js index 4e2d0bc79..4b1572959 100644 --- a/app/scripts/lib/buy-eth-url.js +++ b/app/scripts/lib/buy-eth-url.js @@ -29,6 +29,10 @@ function getBuyEthUrl ({ network, amount, address }) { case '42': url = 'https://github.com/kovan-testnet/faucet' break + + case '5': + url = `https://metamask.coinswitch.co/?address=${address}&to=eth` + break } return url } -- cgit