Skip to content

Commit

Permalink
add chain id in node state
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Dec 19, 2023
1 parent 5dfc1d6 commit 2d9d424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/node/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type State struct {
NodeIP *string `json:"node_ip"`
PoolStats *[]uint `json:"pool_stats"`
Version *string `json:"version"`
ChainID *uint `json:"chain_id"`
}

//nolint:tagliatelle
Expand Down

0 comments on commit 2d9d424

Please sign in to comment.