Skip to content

Commit 4e83845

Browse files
committed
Use OPERATOR_REGISTRY_CONTROLLER_KEY as BUNDLER_CONTROLLER_KEY in ops templates
1 parent b698f29 commit 4e83845

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

operations/operator-registry-controller-live.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ job "operator-registry-controller-live" {
110110
{{ $allocIndex := env "NOMAD_ALLOC_INDEX" }}
111111
{{ with secret "kv/live-protocol/operator-registry-controller-live"}}
112112
OPERATOR_REGISTRY_CONTROLLER_KEY="{{ .Data.data.OPERATOR_REGISTRY_CONTROLLER_KEY }}"
113-
BUNDLER_CONTROLLER_KEY="{{ .Data.data.BUNDLER_CONTROLLER_KEY }}"
113+
BUNDLER_CONTROLLER_KEY="{{ .Data.data.OPERATOR_REGISTRY_CONTROLLER_KEY }}"
114114
VAULT_ADDR="{{ .Data.data.VAULT_ADDR }}"
115115
116116
EVM_JSON_RPC="https://sepolia.infura.io/v3/{{ index .Data.data (print `INFURA_SEPOLIA_API_KEY_` $allocIndex) }}"

operations/operator-registry-controller-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ job "operator-registry-controller-stage" {
109109
{{ $allocIndex := env "NOMAD_ALLOC_INDEX" }}
110110
{{- with secret "kv/stage-protocol/operator-registry-controller-stage"}}
111111
OPERATOR_REGISTRY_CONTROLLER_KEY="{{ .Data.data.OPERATOR_REGISTRY_CONTROLLER_KEY }}"
112-
BUNDLER_CONTROLLER_KEY="{{ .Data.data.BUNDLER_CONTROLLER_KEY }}"
112+
BUNDLER_CONTROLLER_KEY="{{ .Data.data.OPERATOR_REGISTRY_CONTROLLER_KEY }}"
113113
VAULT_ADDR="{{ .Data.data.VAULT_ADDR }}"
114114
115115
EVM_JSON_RPC="https://sepolia.infura.io/v3/{{ index .Data.data (print `INFURA_SEPOLIA_API_KEY_` $allocIndex) }}"

0 commit comments

Comments
 (0)