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:
parent
c00544de91
commit
b3dfc4e639
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user