Skip to content

Commit

Permalink
Merge pull request #147 from NebraLtd/pritam/gateway_diagnostics_keys
Browse files Browse the repository at this point in the history
feat: Light miner: Diagnostics page should NOT display blockchain det…
  • Loading branch information
pritamghanghas authored May 2, 2022
2 parents 228892c + bbf9ebe commit 1b287bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hm_pyhelper/constants/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,13 @@
LTE_KEY = 'lte'
PF_KEY = 'legacy_pass_fail'
LORA_KEY = 'lora'

# gatewayrs diagnostic keys
VALIDATOR_ADDRESS_KEY = 'validator_address'
VALIDATOR_URI_KEY = 'validator_uri'
VALIDATOR_BLOCK_HEIGHT_KEY = 'validator_height'
VALIDATOR_BLOCK_HEIGHT_SHORT_KEY = 'MH'
VALIDATOR_BLOCK_AGE = 'validator_block_age'
GATEWAY_PUBKEY_KEY = 'gateway_pubkey'
GATEWAY_REGION_KEY = 'gateway_region'
GATEWAY_REGION_SHORT_KEY = 'RE'

0 comments on commit 1b287bf

Please sign in to comment.