1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add kovan conditional to config screen.

This commit is contained in:
Kevin Serrano 2017-03-22 16:03:02 -04:00
parent c00544de91
commit b3dfc4e639
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -161,6 +161,11 @@ function currentProviderDisplay (metamaskState) {
value = 'Ropsten Test Network'
break
case 'kovan':
title = 'Current Network'
value = 'Kovan Test Network'
break
default:
title = 'Current RPC'
value = metamaskState.provider.rpcTarget