aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/config.js
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2017-05-16 10:11:16 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2017-05-16 10:11:16 +0800
commit3367363b1234a076695758762d7f1220fe4a7f8c (patch)
treeebcc8771da1e34491e3687035c754effe0c5beaa /ui/app/config.js
parent62ee03888944e0795be81b01a8bb9021db40402b (diff)
downloadtangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.gz
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.bz2
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.lz
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.xz
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.tar.zst
tangerine-wallet-browser-3367363b1234a076695758762d7f1220fe4a7f8c.zip
Remove all traces of testnet
Diffstat (limited to 'ui/app/config.js')
-rw-r--r--ui/app/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/config.js b/ui/app/config.js
index 26cfe663f..d7be26757 100644
--- a/ui/app/config.js
+++ b/ui/app/config.js
@@ -156,7 +156,7 @@ function currentProviderDisplay (metamaskState) {
value = 'Main Ethereum Network'
break
- case 'testnet':
+ case 'ropsten':
title = 'Current Network'
value = 'Ropsten Test Network'
break