aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/config.js
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2017-04-28 06:08:13 +0800
committerGitHub <noreply@github.com>2017-04-28 06:08:13 +0800
commitd8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6 (patch)
tree9143b42107d8aeb75fa58f8de45c5730bb8621dd /ui/app/config.js
parenta90b010de891f7936bc17c09c5fd27c61fc0610d (diff)
parentd1a10691802fc7eef65f13126c684b6cdf13d461 (diff)
downloadtangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar.gz
tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.tar.zst
tangerine-wallet-browser-d8a5e6a8e43f04a9f123167326fe46dfb8fc2ae6.zip
Merge pull request #1352 from MetaMask/rinkeby
Rinkeby
Diffstat (limited to 'ui/app/config.js')
-rw-r--r--ui/app/config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/config.js b/ui/app/config.js
index 444365de2..26cfe663f 100644
--- a/ui/app/config.js
+++ b/ui/app/config.js
@@ -166,6 +166,11 @@ function currentProviderDisplay (metamaskState) {
value = 'Kovan Test Network'
break
+ case 'rinkeby':
+ title = 'Current Network'
+ value = 'Rinkeby Test Network'
+ break
+
default:
title = 'Current RPC'
value = metamaskState.provider.rpcTarget