Etherscan links based on netVersion identifier (#4772)
* Use netVersion to determine external links * Update additional isTest references
This commit is contained in:
@@ -302,6 +302,7 @@ export default class Status {
|
||||
defaultExtraData,
|
||||
netChain,
|
||||
netPort,
|
||||
netVersion,
|
||||
rpcSettings,
|
||||
isTest,
|
||||
enode
|
||||
|
||||
@@ -40,6 +40,7 @@ const initialState = {
|
||||
max: new BigNumber(0)
|
||||
},
|
||||
netPort: new BigNumber(0),
|
||||
netVersion: '0',
|
||||
rpcSettings: {},
|
||||
syncing: true,
|
||||
isConnected: false,
|
||||
|
||||
Reference in New Issue
Block a user