diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2017-04-28 06:08:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 06:08:13 +0800 |
commit | d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6 (patch) | |
tree | 9143b42107d8aeb75fa58f8de45c5730bb8621dd /app/scripts/lib/buy-eth-url.js | |
parent | a90b010de891f7936bc17c09c5fd27c61fc0610d (diff) | |
parent | d1a10691802fc7eef65f13126c684b6cdf13d461 (diff) | |
download | tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar.gz tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar.bz2 tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar.lz tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar.xz tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar.zst tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.zip |
Merge pull request #1352 from MetaMask/rinkeby
Rinkeby
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 |