Categorize nodes by chains

This commit is contained in:
maciejhirsz
2018-07-06 15:08:22 +02:00
parent ae009a7649
commit 9a8e625df6
18 changed files with 578 additions and 218 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export interface BestBlock {
interface SystemConnected {
msg: 'system.connected',
name: Types.NodeName,
chain: string,
chain: Types.ChainLabel,
config: string,
implementation: Types.NodeImplementation,
version: Types.NodeVersion,