ocular
ocular copied to clipboard
Include additional chain info for relayers
Covers 1B of #8
Fields not included in the chain registry chain.json
:
-
websocket_addr
-
account_prefix
-
key_name
(covered by key management PR) -
max_block_size
-
clock_drift
-
max_block_time
Append these to the current ChainInfo
struct or create a superstruct?
Hi, do you have any update regarding this issue ?
Regarding the websocket_addr
, it should be the rpc_addr
suffixed by /websocket
(source). This field could become optionnal in the future as the websocket interface is deprecated in Tendermint v0.36, and will be removed in v0.37.