diff options
Diffstat (limited to 'app/scripts/lib/buy-eth-url.js')
-rw-r--r-- | app/scripts/lib/buy-eth-url.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scripts/lib/buy-eth-url.js b/app/scripts/lib/buy-eth-url.js index 30db78a6c..b9dde3c28 100644 --- a/app/scripts/lib/buy-eth-url.js +++ b/app/scripts/lib/buy-eth-url.js @@ -11,6 +11,10 @@ function getBuyEthUrl ({ network, amount, address }) { url = 'https://faucet.metamask.io/' break + case '4': + url = 'https://www.rinkeby.io/' + break + case '42': url = 'https://github.com/kovan-testnet/faucet' break |