Skip to content

Commit

Permalink
Adds MAINNET_JSON_RPC and MAINNET_WS_URL env vars to validator ops te…
Browse files Browse the repository at this point in the history
…mplates
  • Loading branch information
jim-toth committed Aug 9, 2024
1 parent fc2dba6 commit fa2717e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operations/valid-ator-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ job "valid-ator-live" {
DRE_HOSTNAME="{{.Data.data.DRE_HOSTNAME}}"
INFURA_NETWORK="{{.Data.data.INFURA_NETWORK}}"
INFURA_WS_URL="{{.Data.data.INFURA_WS_URL}}"
MAINNET_WS_URL="{{.Data.data.MAINNET_WS_URL}}"
MAINNET_JSON_RPC="{{.Data.data.MAINNET_JSON_RPC}}"
{{end}}
RELAY_REGISTRY_CONTRACT_TXID="[[ consulKey "smart-contracts/live/relay-registry-address" ]]"
DISTRIBUTION_CONTRACT_TXID="[[ consulKey "smart-contracts/live/distribution-address" ]]"
Expand Down
2 changes: 2 additions & 0 deletions operations/valid-ator-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ job "valid-ator-stage" {
DRE_HOSTNAME="{{.Data.data.DRE_HOSTNAME}}"
INFURA_NETWORK="{{.Data.data.INFURA_NETWORK}}"
INFURA_WS_URL="{{.Data.data.INFURA_WS_URL}}"
MAINNET_WS_URL="{{.Data.data.MAINNET_WS_URL}}"
MAINNET_JSON_RPC="{{.Data.data.MAINNET_JSON_RPC}}"
{{end}}
RELAY_REGISTRY_CONTRACT_TXID="[[ consulKey "smart-contracts/stage/relay-registry-address" ]]"
DISTRIBUTION_CONTRACT_TXID="[[ consulKey "smart-contracts/stage/distribution-address" ]]"
Expand Down

0 comments on commit fa2717e

Please sign in to comment.