Skip to content

Commit 0254571

Browse files
authored
Job update for mainnet
* Updates job specs for mainnet * Cleanup
1 parent dd813fe commit 0254571

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

operations/staking-rewards-controller-live.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ job "staking-rewards-controller-live" {
6565
data = <<EOH
6666
STAKING_REWARDS_PROCESS_ID="{{ key "smart-contracts/live/staking-rewards-address" }}"
6767
OPERATOR_REGISTRY_PROCESS_ID="{{ key "smart-contracts/live/operator-registry-address" }}"
68-
TOKEN_CONTRACT_ADDRESS="{{ key "ator-token/sepolia/live/address" }}"
69-
HODLER_CONTRACT_ADDRESS="{{ key "hodler/sepolia/live/address" }}"
68+
TOKEN_CONTRACT_ADDRESS="{{ key "ator-token/mainnet/live/address" }}"
69+
HODLER_CONTRACT_ADDRESS="{{ key "hodler/mainnet/live/address" }}"
7070
{{- range service "validator-live-mongo" }}
7171
MONGO_URI="mongodb://{{ .Address }}:{{ .Port }}/staking-rewards-controller-live2"
7272
{{- end }}
@@ -104,7 +104,7 @@ job "staking-rewards-controller-live" {
104104
BUNDLER_NETWORK="{{.Data.data.BUNDLER_NETWORK}}"
105105
BUNDLER_CONTROLLER_KEY="{{.Data.data.STAKING_REWARDS_CONTROLLER_KEY}}"
106106
CONSUL_TOKEN_CONTROLLER_CLUSTER="{{.Data.data.CONSUL_TOKEN_CONTROLLER_CLUSTER}}"
107-
EVM_JSON_RPC="https://sepolia.infura.io/v3/{{ index .Data.data (print `INFURA_SEPOLIA_API_KEY_` $allocIndex) }}"
107+
EVM_JSON_RPC="https://mainnet.infura.io/v3/{{ index .Data.data (print `INFURA_MAINNET_API_KEY_` $allocIndex) }}"
108108
{{ end }}
109109
EOH
110110
destination = "secrets/keys.env"

0 commit comments

Comments
 (0)