File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments