Skip to content

Commit

Permalink
Add validatorsWithdrawalsConcurrency (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Aug 29, 2023
1 parent c200223 commit 3ed4b66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/v3-oracle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-oracle
version: 3.1.11
version: 3.1.12
appVersion: v0.1.0
kubeVersion: "^1.14.0-0"
description: The StakeWise application for submitting off-chain data to smart contracts.
Expand Down
1 change: 1 addition & 0 deletions charts/v3-oracle/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ data:
CONSENSUS_ENDPOINTS: {{ .Values.settings.consensusEndpoints | quote }}
IPFS_FETCH_ENDPOINTS: {{ .Values.settings.ipfsFetchEndpoints | quote }}
DATABASE: "/data/oracle.db"
VALIDATORS_WITHDRAWALS_CONCURRENCY: {{ .Values.settings.validatorsWithdrawalsConcurrency | quote }}
2 changes: 2 additions & 0 deletions charts/v3-oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ settings:
walletPrivateKey: ""
sentryDsn: ""

validatorsWithdrawalsConcurrency: "20"

## Ethereum / Gnosis Nodes
##
executionEndpoints: ""
Expand Down

0 comments on commit 3ed4b66

Please sign in to comment.