Skip to content

Commit

Permalink
Fix UNPAID_VALIDATORS_EXIT_DELAY variable (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Nov 25, 2021
1 parent f087566 commit 3b62655
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/backend/templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data:
NETWORK: {{ .Values.commonConf.network | quote }}
ORACLES_SYNC_PERIOD_SECONDS: {{ .Values.commonConf.oraclesSyncPeriodSeconds | quote }}
VALIDATOR_MAX_PENALTY_COUNT: {{ .Values.commonConf.validatorMaxPenaltyCount | quote }}
UNPAID_VALIDATORS_EXIT_DELAY: { { .Values.commonConf.conf.unpaidValidatorsExitDelay | quote } }
WEBSITE_NAME: {{ .Values.commonConf.websiteName | quote }}
POOL_PAGE: {{ .Values.commonConf.poolPage | quote }}
SOLO_PAGE: {{ .Values.commonConf.soloPage | quote }}
Expand Down
1 change: 0 additions & 1 deletion charts/backend/templates/polling-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ data:
ETH1_ENDPOINT: {{ .Values.polling.conf.eth1Endpoint | quote }}
PRYSM_ENDPOINT: {{ .Values.polling.conf.prysmEndpoint | quote }}
POLL_PAYMENTS_PERIOD: {{ .Values.polling.conf.pollPaymentsPeriod | quote }}
UNPAID_VALIDATORS_EXIT_DELAY: {{ .Values.polling.conf.unpaidValidatorsExitDelay | quote }}
POLL_ORACLES_PERIOD: {{ .Values.polling.conf.pollOraclesPeriod | quote }}
POLL_SETTINGS_PERIOD: {{ .Values.polling.conf.pollSettingsPeriod | quote }}
REALITY_ETH_QUESTION_URL_TEMPLATE: {{ .Values.polling.conf.realityEthQuestionUrlTemplate | quote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ commonConf:

oraclesSyncPeriodSeconds: "86400"
validatorMaxPenaltyCount: "5"
unpaidValidatorsExitDelay: "864000"

websiteName: "StakeWise"
poolPage: "https://app.stakewise.io"
Expand Down Expand Up @@ -297,7 +298,6 @@ polling:

# polling periods
pollPaymentsPeriod: "15"
unpaidValidatorsExitDelay: "864000"
pollOraclesPeriod: "15"
pollSettingsPeriod: "120"

Expand Down

0 comments on commit 3b62655

Please sign in to comment.