diff --git a/operations/valid-ator-live.hcl b/operations/valid-ator-live.hcl index aa794a8..9eb5cab 100644 --- a/operations/valid-ator-live.hcl +++ b/operations/valid-ator-live.hcl @@ -50,6 +50,7 @@ job "valid-ator-live" { FACILITY_CONTRACT_ADDRESS="[[ consulKey "facilitator/sepolia/live/address" ]]" REGISTRATOR_CONTRACT_ADDRESS="[[ consulKey "registrator/sepolia/live/address" ]]" TOKEN_CONTRACT_ADDRESS="[[ consulKey "ator-token/sepolia/live/address" ]]" + RELAY_UP_NFT_CONTRACT_ADDRESS="[[ consulKey "relay-up-nft-contract/live/address" ]]" {{- range service "validator-live-mongo" }} MONGO_URI="mongodb://{{ .Address }}:{{ .Port }}/valid-ator-live-testnet" {{- end }} @@ -60,6 +61,7 @@ job "valid-ator-live" { {{- range service "onionoo-war-live" }} ONIONOO_DETAILS_URI="http://{{ .Address }}:{{ .Port }}/details" {{- end }} + UPTIME_MINIMUM_RUNNING_COUNT=16 EOH destination = "secrets/file.env" env = true diff --git a/operations/valid-ator-stage.hcl b/operations/valid-ator-stage.hcl index 91b0e17..19e3c2f 100644 --- a/operations/valid-ator-stage.hcl +++ b/operations/valid-ator-stage.hcl @@ -51,6 +51,7 @@ job "valid-ator-stage" { REGISTRATOR_CONTRACT_ADDRESS="[[ consulKey "registrator/sepolia/stage/address" ]]" FACILITY_CONTRACT_ADDRESS="[[ consulKey "facilitator/sepolia/stage/address" ]]" TOKEN_CONTRACT_ADDRESS="[[ consulKey "ator-token/sepolia/stage/address" ]]" + RELAY_UP_NFT_CONTRACT_ADDRESS="[[ consulKey "relay-up-nft-contract/stage/address" ]]" {{- range service "validator-stage-mongo" }} MONGO_URI="mongodb://{{ .Address }}:{{ .Port }}/valid-ator-stage-testnet" {{- end }} @@ -61,6 +62,7 @@ job "valid-ator-stage" { {{- range service "onionoo-war-stage" }} ONIONOO_DETAILS_URI="http://{{ .Address }}:{{ .Port }}/details" {{- end }} + UPTIME_MINIMUM_RUNNING_COUNT=16 EOH destination = "secrets/file.env" env = true