We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa028c commit 783ff2bCopy full SHA for 783ff2b
1 file changed
operations/staking-rewards-controller-stage.hcl
@@ -45,6 +45,7 @@ job "staking-rewards-controller-stage" {
45
PORT="${NOMAD_PORT_http}"
46
NO_COLOR="1"
47
MIN_HEALTHY_CONSENSUS_WEIGHT="50"
48
+ CU_URL="https://cu.ardrive.io"
49
}
50
51
template {
@@ -58,6 +59,7 @@ job "staking-rewards-controller-stage" {
58
59
CONSUL_TOKEN_CONTROLLER_CLUSTER="{{.Data.data.CONSUL_TOKEN_CONTROLLER_CLUSTER}}"
60
{{end}}
61
62
+ STAKING_REWARDS_PROCESS_ID="[[ consulKey "smart-contracts/stage/staking-rewards-address" ]]"
63
OPERATOR_REGISTRY_PROCESS_ID="[[ consulKey "smart-contracts/stage/operator-registry-address" ]]"
64
TOKEN_CONTRACT_ADDRESS="[[ consulKey "ator-token/sepolia/stage/address" ]]"
65
HODLER_CONTRACT_ADDRESS="[[ consulKey "hodler/sepolia/stage/address" ]]"
0 commit comments