We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f568c0 commit ae8ccf4Copy full SHA for ae8ccf4
1 file changed
operations/staking-rewards-controller-stage.hcl
@@ -79,7 +79,7 @@ job "staking-rewards-controller-stage" {
79
80
{{ $apiKeyPrefix := "api_key_" }}
81
{{ $allocIndex := env "NOMAD_ALLOC_INDEX" }}
82
- {{ with secret "kv/jsonrpc/stage/operator-registry-controller/infura/eth" }}
+ {{ with secret "kv/jsonrpc/stage/staking-rewards-controller/infura/eth" }}
83
EVM_JSON_RPC="https://sepolia.infura.io/v3/{{ index .Data.data (print $apiKeyPrefix $allocIndex) }}"
84
{{ end }}
85
EOH
0 commit comments